Hello, I just tried to play this game on my Linux machine but it wouldn't run.
Problem:
It seems several of the files are named with a backslash in them like "assets\game.unx" so when I try " run.sh" the game can't find them.
Fix:
I manually created a folder named assets, put those files in it, and then removed the "assets\" from the file names and it worked fine.
Cause:
I think naming files like this is shortcut type way on Windows to create a directory and put files in it but on Linux the "\" backslash is a legal character for a file and not a path separator so this doesn't work. Can you please fix this?