Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Normally, you must give execution permissions to the game binary, this will depend on your distribution, but it is usually:

chmod +x <filename>

The binary is usually the name of the game without an extension or a .appimage

If you have problems, it is best to consult directly on the game's page and indicate your Linux version.

ok so I really looked every where and it said it being google that I have to use the terminal to start it which I've never used before Is that where I type in what you said?

(1 edit) (+1)

If you use Linux, it's best to learn how to use the terminal.

And yes, the command I gave you is to be used in a terminal, after giving it permission to execute, you simply have to enter the name of the executable and press enter.

Depending on the Linux distro and graphical environment you use, you may be able to do the same with the mouse.

You can try right click -> properties -> "permissions" tab -> check "is executable"

And then with a double click it should run.

i have the game fully downloaded and i fully downloaded and am running itch.io and logged in but when i do the chmod command i get "-bash: syntax error near unexpected token `newline' what does that mean??

(1 edit)

You need to replace <filename> with the name of the executable you downloaded.

For example, if the game is called "andromata" and when you download it and unzip it, you see a file called "andromata", your command should be like this:

chmod +x andromata

and then to run

./andromata


EDIT:  What is the game?



The Veil Chronicles: Nix University

(+1)

Sorry, but 700 MB to download is not something I can afford just to have a look at the files.

If the game is called "nix", then the executable is probably called "nix" too.

I saw that you asked on the page and I see that the author usually answers, so you better be patient and wait for the author to answer you.

Good luck.