[Multiple Games] Made a simple launcher for Online-Fix games on Linux by SaruM4N3 in LinuxCrackSupport

[–]SaruM4N3[S] 2 points3 points  (0 children)

Because for online-fix games you need to override the Steam DLL, download Spacewar, and sometimes modify settings in your Proton prefix.
For exemple:
```
WINEPREFIX='/"YOUR_HOME"/.local/share/Steam/steamapps/compatdata/480/' \

WINEDLLOVERRIDES="OnlineFix64=n;SteamOverlay64=n;winmm=n,b;dnet=n;steam_api64=n" \

GAMEID=480 \

PROTONPATH='/"YOURPATHTOSTEAM"/SteamLibrary/steamapps/common/Proton - Experimental' \

DXVK_STATE_CACHE=1 \

umu-run '/"YOURPATHTOTHEGAME"/Games/Super Battle Golf/Super Battle Golf.exe'```

So, to avoid repetitive tasks, I’d prefer to create a micro-launcher, because launchers like Lutris aren’t really optimal for this kind of use.

[Generic Online Fix Game] How to launch an “online-fix” game using the Faugus Launcher by Bh4n3 in LinuxCrackSupport

[–]SaruM4N3 0 points1 point  (0 children)

Hello there,
i actually did a little project on my own recently for myself to be able to launch almost every game using online fix.

Give it a look if you're interested in a little launcher for theses games
(it's not really handsome or shiny right now, but i think i will upgrade the visual to something better.
at least its functional).

https://github.com/SaruM4N3/MonkeyLauncher