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.
Try to follow these steps and tell me where you get stuck:
- Download the Linux version
- 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”
- Open a terminal
- Drag and drop the file named “ProjectLYRE.sh” into the terminal, then press enter
The game should start at this point
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.