From c94771fd68a92ce03b62d883e6bd34134c0cfbb4 Mon Sep 17 00:00:00 2001 From: Arlind Sulejmani Date: Fri, 6 Jun 2025 12:58:55 +0200 Subject: [PATCH] Update how-to-use.md --- how-to-use.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/how-to-use.md b/how-to-use.md index f0525eb..30d93aa 100644 --- a/how-to-use.md +++ b/how-to-use.md @@ -115,6 +115,7 @@ Then update the line on the script like this: robocopy "E:\osu!\skins" "D:\git\skins\Skins" /MIR /COPYALL /SEC /B /XJ /DCOPY:T /J ``` +**For the git Path the Skins folder needs to have a capital S** Run the batch file by double-clicking it. @@ -206,3 +207,19 @@ git add . git commit -m "Updating skins" git push ``` + +--- + +## 11. Troubleshooting + +### Add Skin order, add skin descriptions + +Edit `.gitea/workflows/skins.json` like described in step 6. + +### Committed all the files but nothing is happening + +Make sure the skins folder is called `Skins` and not `skins`. + +### Skin names wrong + +The Scirpt takes skin names based off of the `skin.ini` file in the skin, to fix that change it in the `skin.ini` file.