Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

sidrek

4
Posts
5
Following
A member registered Jan 03, 2023

Recent community posts

(2 edits)

Hi Proxxie,

Sorry again for bothering you, I founded another two cases of the same error, below the screenshots.

In this case the problem is with the image Ogremarsh_People_7, but in different json (Map199, Map201, Map211, and so on ) referred as ogremarsh_people_7 (all in lowercase), the same problem also for the image Ogremarsh_People_Dmg_2, referred in the json (Map222), like ogremarsh_people_dmg_2 (also in this case all in lowercase).

Please note in the folder img/characthers, there are the assets ogremarsh_people_8.png and ogremarsh_people_10.png that are perfectly mapped with the json, but maybe should be rename for naming convention with the others files.

Regards,
S.


I'm glad to helped you :-)

(2 edits)

Hi Proxxie,

> but let me ask - is the default Linux filesystem case-sensitive?

Yes, in the same folder you can have two files, for example test.TXT and test.txt.
I know, this should be a little confusing.

> but the tool you use to upload to Itch just looks for diffs, and maybe it's not registering that as a diff because it isn't case-sensitive?

Wait I lost, you talk about which tools?
I reported  the error because I encounter the "Error: Failed to load: img ..." as for the screen in my previous message.

UPDATE: I checked more in depth and the "misconfiguration" seems to be in the Actor.json file, where there there is a reference to the "g_Bunnies_Jovi_Portrait1", changing it not seems enough to fix the problem.
Maybe the file must be "compiled"?
Anyway, if in your recent code you don't have any similar reference, almost for sure you already fixed the problem.

I hope this can help you :-)

Thanks and regards.
S.

Hi  Proxxie,

Fantastic games, thanks.

I would like to report a little bug, in the 10.1. (Linux Operating System), I obtained during the game the below error (see the screen).

This happen because the Linux file system is case sensitive, and the game try to load the image g_Bunnies_Jovi_Portrait1.png (please note the first char lowercase) instead of the G_Bunnies_Jovi_Portrait1.png (please note the first char uppercase).

I fixed crating  a copy of the asset changing the name.

Thanks again, regards.
S.