Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I fixed it for myself by renaming some image files, swapped the .PNG files into .png and the logo file into logo.png. The reason why no one has complained before is probably because people used windows or they fixed it or they just played it without most images like the map images.

The reason why it breaks on non windows systems is that browser one uses tries to open file called logo.png on the img/logo/ subfolder but there is only Logo.PNG there. Windows just ignores upper and lowercase and the browser finds the file. But on non windows system query for file called logo.png fails for that can be entirely different file.

On Linux etc you can have files like Logo.PNG, loGo.PnG and logo.png on same folder but windows just says that file with the name already exists.

Sorry for the long rant :P

No, no, thank you, your comments were very helpful. 

Although not immediately, I think I understand what you mean now. The program I use to make maps converts the image with the ending to .PNG. Whereas the program I use to create portraits, on the other hand, .png. Since I have Windows and no possibility to test the game on other systems - I didn't even know that.

Looks like I'll have to change the code in all the map widgets, adding .PNG there instead of .png. If I understand correctly, this should fix the problem on Linux.

If you can, please download the version with the fix for Linux and tell me if the maps and logos are displayed now?

Mega link:

https://mega.nz/fm/Q7hyRCrZ

If it's ok, I'll replace all versions with it tomorrow.

With quick test the map files seem to work in the main game but behind the link in beginning the src="img/maps/Valatean Republic.png" is still lowercase, will test some more.

Damn. I completely forgot about the global maps! Okay, the main thing is that the problem is identified and I know how to solve it. Tomorrow I will update all versions.

Thank you, if it were not for your comments, this error would have remained unnoticed.

(+1)

No problem :) Happy to help

(+1)

Did some checking on the code side vs folder structure

in code img/Background/Background.png vs background.png

in code img/maps/Civilized Realms.png vs
Civilized Realms.PNG

Not sure if the list is complete for there are so many file links in code and it is getting late where I live.

btw I got the Linux fix version from the main mega link in the game download section for the mega link you provided did not work.