Missing images in (Linux, maybe Win) version TiTS-public-0.9.013-linux

Status
Not open for further replies.

Lyco

New Member
Jul 29, 2022
1
0
38
Hi,

after installation, the game is missing most of the images. It can be easily seen in Options->Graphics->Artist priority. The reason for this are missing directories with names TiTS/resources/app/resources/img/*/x2/ (the x2 directory is missing).

I could work around the issue by symlinking:
Code:
cd ~/Games/TiTS/resources/app/resources/img
for i in * ; do ln -s "x1" "$i/x2" ; done

this makes the images work (don't know about quality, it is used as a fallback/lower res version for thumbnails? IDK)

Looking inside the Windows file, it probably suffers the same problem.
 

Gedan

BUTTS BUTTS BUTTS
Staff member
Aug 26, 2015
8,008,907
8,008,325
I probably goofed some part of the rebuilt build process, time to go fishing...
 

Gedan

BUTTS BUTTS BUTTS
Staff member
Aug 26, 2015
8,008,907
8,008,325
Yep that's the problem; the flag that forces the public electron builds to only use x1 images wasn't being set appropriately because I renamed the envvar that setting it was driven by. I think I might cobble a few more things together and do another build to get the fix out.
 
Status
Not open for further replies.