Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

The directory where the executable is, that is the same one you have extracted from the archive (i.e.: MDRG0.86.3 - Linux).

(1 edit)

all it said was that it's changing permissions. Says it's a read only file 

Yes, chmod is a shell command that let you change mode flags and access permission of a file. The +x indicate to the command to make the specified file executable.

Says it’s a read only file

In that case, add sudo (substitute user, do) before chmod to make it run with administrator permissions (a password may be required).

I did the sudo thing but it still shows up as it was: changing permissions and read only

I meant :

sudo chmod +x "./My Dystopian Robot Girlfriend.x86_64"

Then :

"./My Dystopian Robot Girlfriend.x86_64"

And it don’t run ?

If that’s the case, I don’t know, I will certainly need more info (like the exact output of these command).