I need help!!!
I need help!!!
I play MX Simulator on my Steamdeck and I accidentally deleted it trying to install a snapshot and I’m trying to get the game back but I’m struggling and forgot how to do it. I click the Linux link from the BMT email to download it but I can’t extract it and when I do in other places it has 0 mb instead of 294 mb. All I want to do is get to where I have the MX with the play button on it so when I click it I can play the game.
Re: I need help!!!
I'll share a quick and general for Linux/Deck and tar.gz files. I have not done this on mine so the process may differ and hopefully JLV can correct me if needed. Just going from what I know and what you shared. I'm terribly sorry if this feels like talking down to you but a "How to" install on Steam Deck could be a good search reference to be able to point back to so I'll cover all I can think of.jlv wrote:
Open Terminal or Konsole (?Decks version I think?) and find your file. Most likely in Desktop or Downloads and then using ls to confirm you see the file listed in the directory. "cd" tells change directory to look at files in a certain location, "ls" looks and scans for folder and file names and reports back what it can see.
Code: Select all
cd /home/*user/Desktop
ls
**
"mxsimulator-1_13-linux-x86-update.tar.gz"
Code: Select all
cd /home
ls
**
"/user"
Code: Select all
tar -xzvf mxsimulator-1_13-linux-x86-update.tar.gz
Code: Select all
tar -xzvf mxsimulator-1_13-linux-x86-update.tar.gz -c /specific/folder/destination
I've not done this on my deck or played MXS on Linux so I'm afraid I can't go any farther but it sounds like you had it at one point and just needed the extract. Hopefully this helps.
Re: I need help!!!
He had emailed me and I believe the problem was the KDE file manager for some reason opens a shell script as a text file instead of executing it when you double click it. You have to right click and choose "run" instead.
Josh Vanderhoof
Sole Proprietor
jlv@mxsimulator.com
If you email, put "MX Simulator" in the subject to make sure it gets through my spam filter.
Sole Proprietor
jlv@mxsimulator.com
If you email, put "MX Simulator" in the subject to make sure it gets through my spam filter.
Re: I need help!!!
Fucking LOL and here I wrote all that out 
