add a check if in a collection of skins if the skin.ini has the same name as another skin #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
currently if a skin collection has skin.ini that are for example
Name: test
every test skin will be overwritten by the last skin that rendered with the name test
the readme would show the last test skin 5 times
maybe save skins in a subdirectory after an index number or similar (or folder name since that would be unique hopefully)
check added, solution not yet
almost done, only file cleanup and maybe migration needed (will probably just rebuild the repos)
nvm everything is a little fucked, if a skin ini name starts with - my current action doesnt respect that for some reason
and while im at it I will have to fix the % thing, replacing it with _ is ugly and not what I want URL encoding is %25
I should probably do this tomorrow, everything is currently broken lol
removed check, but problem fixed.
skins with the same skin.ini dont overwrite each other