Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

linux user here, launching game just opens a file for my pc, not the game.

I'll uploaded a pc version(windows),it has both win and linux, can you try that one. Let me know if it still doesn't work.

(1 edit)

still just opens the file. no game.

(1 edit)

I looked it up and it says to extract the file using command prompt.

the terminal window. (search for terminal or type in command promt in search.)

1. tar -xvf [filename].tar.bz2           (copy  this line onto terminnal to extract the compress file if you havent yet)

2.  Type  (./renpy.sh ) in command prompt window(make sure there is a SPACE after the script name, remove the parenthesis).

3. Drag your game folder  directly into the terminal window. This automatically pastes the full path to your game.

4. Press Enter to launch.

5. It should look like this  (./renpy.sh *game folder path*)

The .sh is the linux file neeeded to run the game. 

Please let me know if it works. I got my linux laptop to test it, so it should be good.