Installation Tutorial For Linux – OHOL And Yum Life
Below are the used commands. Replace “your-user” with your actual user, and double check the paths if they are the same.
Also a short summary of everything: use Proton on Steam, and Download YumLife_linux file and copy it into the OHOL folder and run the downloaded file (YumLife_linux) from the OHOL folder.
👌 command to change folder: “cd” command is to switch folder location. The below command is an example how to go to Downloads folder. Please edit the path to fit the path on your system.
# cd /home/your-user/Downloads
👌 command to make file executable: “chmod +x” command is to make the file executable (this is standard Linux permission thing). Please edit the path to fit the path on your system.
# chmod +x /home/your-user/Downloads/YumLife_linux
👌 command to copy file: “cp” command is to copy files. The below command is an example how to copy the file from the Downloads folder to the OHOL folder. Please edit the path to fit the path on your system. Double quotes are needed when the path contains spaces, so that it treats it as a single path.
# cp /home/your-user/Downloads/YumLife_linux “/home/your-user/.steam/debian-installation/steamapps/common/One Hour One Life/”
👌 command to list files inside a folder: “ls -ltr” is to view the files in the folder, the bottom file will be the last changed one ordered by date. Please edit the path to fit the path on your system. Double quotes are needed when the path contains spaces, so that it treats it as a single path.
# ls -ltr “/home/your-user/.steam/debian-installation/steamapps/common/One Hour One Life/”
👌 to execute Yum Life, go to the folder:
# cd “/home/your-user/.steam/debian-installation/steamapps/common/One Hour One Life/”
👌 and run the file:
# ./YumLife_linux
Additional content:
Yum Life file:
Yum Life instructions:
Also some commands you may need:
Go one folder up (copy command as is, without quotes): “cd ..”
View your current folder (copy command as is, without quotes): “pwd”
I will maybe make basic Linux command tutorial also…
Disclaimer: these were the steps that worked for me. The same steps might change later or work differently on different machines. I’m not responsible for the actions of others.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
####### voice to text #######
This video is a tutorial, how to install One Hour One Life, and also how to install Yum Life mod.
First we have to install Steam. To do that, go to the official Steam website and download the installation file. If you use Ubuntu or similar Linux distribution, the file will end with dot deb.
Go to your Steam library and select One Hour One Life. The key step when installing One Hour One Life is, that you select the Proton compatibility mode. After selecting the Proton compatibility mode, the install button will also be enabled, so that you will be able to click on it and install the game.
Now we have to wait a little bit for the game to install and run.
The game is now downloading. I have fast forwarded it a bit until the game is ready to play.
When the game is installed, just click on the Steam play button to run it. One Hour One Life will ask to create the account, and then the game starts.
The game has started. I will also fast forward it until the exit of the game
To also install the Yum Life mod, it is slightly more advanced, but it is not too hard. Basically you install it by following the next steps.
First, download the Yum Life file for Linux.
You can get the Yum Life file from the URL that you can see in my browser.
Second, copy the file to where your Steam installation of Yum Life is. You can view this by right clicking on the game in the Steam library, select “manage”, and then “browse local files”. This will open the location where the folder with the game is located – you then copy the downloaded file into One Hour One Life Folder.
Third, you have to install the packages, that are required by the mod. The command to install them is on the website, where you have downloaded the file. I’ve run the command to install the packages, since I had freshly installed this Linux, and was missing the required packages. To summarize, the mod has the installation command, which installs required packages, in case you don’t already have them installed.
Fourth, the last step, is just to run the game by executing the downloaded file. To execute the file, you can do that in terminal, by writing: dot, forward slash, name of the file. Please note, you probably shouldn’t use the word “sudo” like I did, the more proper way to run the game would be not to use the “sudo” word.
Please note, you may have to run “c h m o d +x” command, to make the downloaded file executable. This is a standard Linux permission thing.
I will put the commands from the terminal in the description below, so you will be able to clearly see all the steps.
[ad_2]
source
thnx 😁