FujiAPI / Fuji

Celeste 64 Mod Loader
30 stars 10 forks source link

Fix casing issue with Fuji.json files #56

Closed jasminegamedev closed 6 months ago

jasminegamedev commented 6 months ago

On Linux and in zipped mods, fuji mods will only work if the Fuji.json file is spelled exactly like "Fuji.json" with that exact casing. We should look into changing this to be case insensitive, to allow "fuji.json" files. (Note, this actually works correctly in folder mods in windows, because it's case insensitive there. But it fails in zipped mods, and also on linux)

jasminegamedev commented 6 months ago

I fixed this in https://github.com/FujiAPI/Fuji/commit/4aaa077d42d2b8bd644b46f51cfc4a93365edc74 I made it so both the fuji.json file and the levels.json file can be lowercase and it should still work. I tested in a zipped folder, but wasn't able to test on linux, so we may need to double check that part.