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

Unfortunately I don't have the linux version so it is difficult for me to find the issue. What error do you get? About 2 months ago someone was having issues similar to this (with linux) and changed the folder name to SFCRevamp (from SfCRevamp). I have no idea why that worked, but you might want to try it.

Yep, that fix works for me. Thank you.

Also on linux that terminal-style output doesn't start up with the game by default. I would have to fiddle with it about to get as specific error.

(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