Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I find this especially frustrating since i made sure that the store page said that the game runs on linux before i bought it.
If you need help navigating to the game files, simply right click on OneShot in your steam library, Manage > Browse Local Files
Where exactly did you put the copy. I've tried it in Documents, Documents/Oneshot and the game directory itself to no avail
I'm currently on Pop!, if that makes a difference
Navigate to the launch page for the game within steam, hit "Browse Local Files" from the settings icon to the right, then execute the "_______" file from the directory that it brings up. It works just like the one in "Documents/Oneshot" should.
My guess is that the executable expects libraries and whatnot to be found within the "Documents/Oneshot" directory, but since those aren't copied over, it can't function independently. Therefore executing the one within the Steam directory guarantees that the executable can find the dependencies it requires to function.
Once the game says it fails to copy the file, close it (or kill it if it stops responding)
Afterwords put in the commands below which first duplicates the file to the name the game was expecting so it could copy it correctly, then it links the executable file to the correct spot
(just make sure the ~/Documents/Oneshot/ directory exists)
cp ~/.local/share/Steam/steamapps/common/OneShot/_______ ~/.local/share/Steam/steamapps/common/OneShot/_______.png
ls -s ~/.local/share/Steam/steamapps/common/OneShot/_______ ~/Documents/Oneshot/_______
Afterwords, run that file in your documents and it should show a clover in the middle of the window.
Once you see that, you can open up the main game from steam and it should work fine.
https://docs.flatpak.org/en/latest/sandbox-permissions.html
Giving steam access to host makes it not bootable. I'm not sure how I could give specific games access to host, not sure if it's even possible.
(You may need to fixup the .desktop file to go-to the proper location of the clover file (fhe file called _______)
Edit: by clicking play on both at the same time i got it working, thanks everyone for the help!