Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

The reason changing the case of the folders works: is that Windows doesn't have case sensitivity for file paths, while Linux and Apple do.
So it is quite important that file paths and code referencing them share the exact same capitalisation if you plan on ever running the code outside of Windows.

(+1)

I am changing it on the next version. I'm not sure what the issue is though, I went through every file and I can't find a SFCRevamp anywhere.

(3 edits)

It is in equipment.gd and item.gd from revamp equipment and revamp item respectively for every icon far as I can tell

for example starting at line 19 of equipment.gd

#weapons
     dagger = {
          icon = input_handler.loadimage("user://mods/SFCRevamp/revamp_equipment/icons/Dagger.png"),
     },


It is also SFCRevamp in all of the
     icons\(item/equipment name).png.import
files for the two submods