FNF-Porter / Porter.py

A tool used to help you port Friday Night Funkin' Mods across engines, with ease! Made using Python
https://gamebanana.com/tools/16982
Other
26 stars 1 forks source link

Make it so the converter doesn't set the id path of the health icon in a character's json file to icon-[charactername] and instead to just [charactername] #41

Closed OyasumiGalaxy closed 5 months ago

OyasumiGalaxy commented 5 months ago

What category does this fall into?

Irregular directories

Additional Context (if applicable)

I played one of the songs from the mod I'm trying to port and the character's icon didn't load so I compared its json file to a json file from another mod and turns out that adding icon- next to the character name in the id of the health icon is not needed.

VocalFan commented 5 months ago

As far as I see... We don't do that in our code?