Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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.