Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey,

I'm having no icons at all for any of the additional stuff provided by the mod.

It seems the mod is searching for *.png icons, and all I have are *.png.import files in the designated folder:

Example:

equipment.gd file:

icon = input_handler.loadimage("user://mods/SFCRevamp/revamp_equipment/icons/Dagger.png")

Folder:

%AppData%\Roaming\Strive for Power 2\mods\SfCRevamp_v1.5.8b\mods\SFCRevamp\revamp_equipment\icons\Dagger.png.import


I'm using the last (current) versions of the game and the mod.

Can you help?

Thanks!

The *.png import files are how Godot codes the picture files. There is a *.png import file that is actually a text file that calls a special PNG in the .import folder. These PNG's have a header on them and can not be viewed by traditional picture viewing software. Since the mod works properly for most users I would assume that you are having permission issues with the installation location

(1 edit)

Hey, thanks for your support!

I found the issue. It was not about permissions (in fact, I also had that issue after I tried to tweak permissions, but that's more like I added troubles to troubles...). It was about not having correctly unzipped the different mods. I realized what I did after I compared with other mods that were working correctly. I did not put "what was in the /mods folder of the zipped file into the /mods folder of the game"; instead, I put what was zipped into the /mods folder of the game.

100% my mistake, thus.