Skip to main content

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

You download the file and you extract the contents, then you open the terminal and either drag the file named “ProjectLYRE.sh” from the extracted folder in it and press enter or navigate to the extracted folder in the terminal and launch the game by writing “./ProjectLYRE.sh” and pressing enter.

I'm still having trouble

(3 edits)

Try to follow these steps and tell me where you get stuck:

  1. Download the Linux version
  2. Extract the contents of the downloaded file to any folder you wish; you’ll now have a new folder named “ProjectLYRE-1.4-linux” inside which there should be a file named “ProjectLYRE.sh”
  3. Open a terminal
  4. Drag and drop the file named “ProjectLYRE.sh” into the terminal, then press enter

The game should start at this point

(3 edits)

The 4th one. It's not wanting to drop into terminal when I drag the file into it. I'm doing it on Chromebook.

(1 edit)

You should try to lauch the script directly from the terminal then. To do this, you need the terminal to “be in that directory”.

To do this you can, if your system lets you, right click inside the folder where the script is and select the option “Open in terminal”.

Otherwise you can navigate to that folder by typing “cd ‘pathofthefolder’” (you can get the exact path that I called pathofthefolder for example by right clicking the .sh script and in “Properties” look at the “Parent folder”; for example it may look something like “/home/desktop/ProjectLYRE-1.4-linux”).

Once your terminal is in the correct folder, you can type “./ProjectLYRE.sh” and press enter.

It should launch then.