-
Notifications
You must be signed in to change notification settings - Fork 1
Home
-
Install protontricks with your packet manager (apt, dnf, etc...)
-
Download this injector. Use x64 (release) version.
-
IMPORTANT! Put both injector and cheat into tf2's prefix. Path:
/home/<your username>/.local/share/Steam/steamapps/compatdata/440/pfx/drive_c/
- Create a .bat file in tf2's prefix with this inside:
@echo off
setlocal
:: config
set GAME_EXE=tf_win64.exe
set INJECTOR_PATH=<YOUR INJECTOR NAME>.exe
set DLL_PATH=<YOUR CHEAT NAME>.dll
:: inject DLL
"%INJECTOR_PATH%" "%DLL_PATH%" "%GAME_EXE%"
Replace < YOUR XXX > with needed names, obviously. NOTE: injector, cheat, and the .bat file MUST be located in the same folder.
-
Launch TF2
-
cdinto TF2's prefix. -
Use command
protontricks-launch --appid 440 <YOUR .BAT NAME>.batto inject the cheat. -
Enable
Insecure dialog bypassoption
- Automation: You can make a shell script that
cd's into tf2 prefix and automatically lauches the .bat file, put it in~/.local/binand even make a .desktop file for it!
-
Download this injector. Use x64 (release) version.
-
IMPORTANT! Put both injector and cheat into tf2's prefix. Path:
/home/<your username>/.local/share/Steam/steamapps/compatdata/440/pfx/drive_c/
-
Install flatpak and set up flathub repo.
-
Install protontricks using this command:
flatpak install flathub com.github.Matoking.protontricks -
Launch TF2
-
Open protontricks GUI using command (
flatpak run com.github.Matoking.protontricks) or a shortcut -
Click on TF2 in the opened menu
-
Click on
Select the default wineprefix -
Click on
Run wine cmd, after winecmd opens, inject cheat with this command: ``` tf_win64.exe:
- Enable
Insecure dialog bypassoption
Linux fork runs on windows flawlessly! Any injector can be used, but Xenos is the best one.
Because BSD doesnt have native protontricks and steam, using steam/tf2 in WINE is the only option. Steps would probably be like this:
-
Download this injector and put it in
drive_cfolder in.wine -
Install steam using winetricks gui, then install tf2
-
Run tf2 and wine cmd (using winetricks)
-
Inject:
<injector name> <cheat name> tf_win64.exe -
Enable
Insecure dialog bypassoption
I dont use BSD, so i could have made some mistakes in this part of guide.
-
I wont give any support for FreeBSD injection: I never used it #2
-
Protontricks break: The only solution MAY be using Prefixer but i didnt test this. #6
-
Injection can break with flatpak protontricks: Try install protontricks with pipx or your packaging manager, flatpak version of it behaves weirdly #6
Also its a good idea to look at all issues if a random problem appears, maybe it was already resolved there.
Read this guide again, or make an issue here.