Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey Caribdis!
Linux user here, I wonder if you might add a read.me to the Linux download that instructs people how to get the game started. I know, I know; a Linux user should just know how to use their OS, but with the influx of new Linux gamers, there's a lot of new idiots out there xD

What they need to do is open the Terminal from the install folder and execute:

chmod +x Eternum.sh

This gives the .sh execution permissions, and then to start each time:

./Eternum.sh

There might be a way to make it start without the terminal, but I'm not privy to that superuserism just yet...

I'll be honest, I don't use Linux so I don't really know how it works, but I'll keep your guide in case someone asks. Thank you!

(+1)

It might just be the fact that I'm using file-roller (stock Ubuntu), but I do not have to do a chmod before running the shell script from the CLI. The shell script had +x immediately upon extract. This has been the case for all the Ren'Py VNs I've downloaded.

So it could be (1) the extract utility you're using, or (2) the location you're extracting to (especially if outside the $HOME folder structure), or (3) if you're extracting as su / sudo (in which case automatically adding +x on extract could be considered a security risk).

Adding a READ.ME file is logical, but it probably makes more sense for Ren'Py to handle it than individual authors. I recommend you post feedback to the Ren'Py VNE forum; maybe they'll add auto-generated READ.ME in a future version of the engine!