Skip to content

v1.3

Choose a tag to compare

@ZzEdovec ZzEdovec released this 30 Mar 00:06
· 45 commits to main since this release

💫 What's new

  • The launcher now forces Proton to use DXVK/VKD3D (since, for reasons unknown to me, WINED3D is used by default on some distributions without this, which is why the games did not work)
  • 7zip is now shipped with the launcher and is not needed as a dependency (The build is taken from the Arch Linux repositories)
  • Fixed the lack of English translation in some places

▶️ 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

Installing protontricks:

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 protontricks:
    sudo pacman -Sy protontricks-git
  5. After installation, it is recommended to re-enable the read-only mode:
    sudo steamos-readonly enable

Ubuntu and derivatives:

sudo apt install protontricks

Fedora:

sudo dnf install protontricks

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 protontricks using:

yay -S --noconfirm protontricks

Solus:

sudo eopkg install protontricks