You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please report any issues and or suggestions [here on GitHub](https://github.com/Greenest-Guy/osu-mania-Skin-Merger/issues) or message me on Discord ```rh7thm```
29
+
FYI: As of now, skins with gameplay animations may not merge properly and will be fixed in the future.
2. Copies all files from the base skin into the product folder.
36
37
37
38
3. Creates another directory within the product folder named "merge_files"
39
+
40
+
5. Creates a directory within merge_files named "(Merging Keycount)_key".
41
+
- E.g. if you selected a 7k skin, the directory would be named 7_key inside of merge_files
42
+
43
+
7. Copies the image files specified inside the merge skin's skin.ini config file into the "(Merging Keycount)_key" folder. (specifically the images specified within the [mania] section for the selected keycount)
44
+
45
+
9. Copies any default files not specified in the skin.ini config file, and appends them to the end of that skin.ini key section.
38
46
39
-
4. Copies the image files specified inside the merge skin's skin.ini config file into the "merge_files" folder. (specifically the images specified within the [mania] section for the selected keycount)
47
+
10. Reports any potentially missing files. (Still finishes the merge)
40
48
41
-
5. Reports any potentially missing files. (Still finishes the merge)
42
-
43
-
6. skin.ini config file is edited so that the new keycount has the correct image paths, settings, and adds both authors to the authors section
49
+
11. The skin.ini config file is edited so that the new keycount has the correct image paths, settings, and adds both authors to the authors section.
0 commit comments