HTML Ren'Py General fixes for some games on linux,

zombieservsex

Newbie
Nov 19, 2020
32
13
Hi i have seen some games with the same mistakes so instead of needing to write the same thing 1000 times I will post in this thread and correct it with corrections,
example castle creampuff
the game is packed with node + js stuff, the game is not executable because, it doesn't have the privileges, 1747773566401.png
the 'Castle Creampuff' need's to be executable so for us users, we need to run:
chmod +x Castel\ Creampuff
chmod +x chrome_crashpad_handler

some games written with Twine/SugarCube, they have an issue's of not using the current file names so for these you might need to make copies of the png's and the directories
just with the names in lowercase, because some developers forget to always use lowercase
example overlord
1747774098146.png
i had to make copies of K.jpg , A.jpg , Q.jpg and K.jpg
in overlord's case this is the only thing i can remember

some games use the extention PNG and png (they are not the same)
use one and stick to it
in these cases copies are FUN

RENPY: if the file says "something.sh" ensure that it is executable as above:
chmod +x something.sh"