Skip to content

v1.2

Choose a tag to compare

@ZzEdovec ZzEdovec released this 26 Mar 00:54
· 48 commits to main since this release

💫 What's new

  • Added support for online fixes from freetp.org, including fixes that use Cube Racer (Steam Remote Play)
  • Created a fake Steam (steam.c - source file, steam.exe - compiled) for fixes that get “Steam not running” error.
  • gamemode is now enabled for each game separately, as it can cause problems with fixes.
  • Added mangohud support
  • Added editing environment variables separately for each game of the game (e.g. you can now use PROTON_USE_WINED3D=1)
  • Added error catching and logging
  • Since the Steam overlay is not available in games run through the Launcher, the Launcher now listens to pressing Shift + Tab and opens the Steam friends list (on Wayland may not work in all composers)
  • Other minor fixes.

▶️ To run, make the installer file executable.

chmod +x onlinefix_launcher_installer && ./onlinefix_launcher_installer

📦 Dependencies

Before using the launcher, ensure that the following packages are installed:

  • protontricks
  • ffmpeg
  • 7zip

Installing Dependencies:

SteamOS / Steam Deck:

  1. Disable the read-only mode for the file system:
    sudo steamos-readonly disable
  2. Edit /etc/pacman.conf and set SigLevel = TrustAll
    • Warning: Using TrustAll disables package signature verification, which can pose security risks. However, without this change, pacman does not function properly on SteamOS.
    • You can use nemo or kate to edit the file:
      sudo nemo /etc/pacman.conf
      or
      sudo kate /etc/pacman.conf
  3. Enable the Chaotic AUR repository by following the official instructions
  4. Install the required dependencies:
    sudo pacman -Sy protontricks-git p7zip
  5. After installation, it is recommended to re-enable the read-only mode:
    sudo steamos-readonly enable

Ubuntu and derivatives:

sudo apt install protontricks ffmpeg p7zip-full

Fedora:

sudo dnf install protontricks ffmpeg p7zip

Arch Linux and derivatives:

If you do not have yay installed, first install it:

sudo pacman -S --noconfirm git
git clone https://aur.archlinux.org/yay-bin.git
cd yay-bin
makepkg -si
cd ..
rm -rf yay-bin

Then install all dependencies using:

yay -S --noconfirm protontricks ffmpeg 7zip

Or simply copy and run this in the terminal:

sudo pacman -S --noconfirm git && git clone https://aur.archlinux.org/yay-bin.git && cd yay-bin && makepkg -si && cd .. && rm -rf yay-bin && yay -S --noconfirm protontricks ffmpeg 7zip

Solus:

sudo eopkg install protontricks ffmpeg p7zip