Last active
May 2, 2025 05:38
-
-
Save srlemke/73850b6dad8f98046a6852ac4df021f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Tutorial Date: 12/12/2024 | |
#This is for: 211500 (ACC), if you are installing for another game use that game ID | |
#If not raceroom, find game id with bellow command: | |
grep name ~/.steam/steam/steamapps/appmanifest_* | |
------------ | |
Install protontricks and winetricks on your distro. | |
Install dotnet48 into the game vessel. 211500(raceroom) in this example, to install dotnet48: | |
-> All commands are as normal user (never root) | |
WINEPREFIX=~/.steam/steam/steamapps/compatdata/805550/pfx winetricks -q dotnet48 | |
After dotnet48 installed, launch Crewchief installer: | |
protontricks-launch Downloads/CrewChiefV4.msi | |
On the window that opens select the game you installed dotnet48 for and finish the installation normally. | |
I usually run the new installed Crewchief with: | |
protontricks-launch --appid 805550 ~/.steam/steam/steamapps/compatdata/805550/pfx/drive_c/Program\ Files\ \(x86\)/Britton\ IT\ Ltd/CrewChiefV4/CrewChiefV4.exe | |
-> Disable naudio. | |
-> Also make sure in the CrewChief prefs you are using nAudio for playback with “WASAPI” | |
interface type. Otherwise CrewChief works for a few minutes and then hangs. | |
######################################## | |
Raceroom tips, not related to crew chief: | |
######################################## | |
Adjust FOV on the chasecam: | |
<fovScale type="float32">0.73000002</fovScale> | |
Documents\My Games\SimBin\RaceRoom Racing Experience\UserData\graphics_options.xml | |
This makes the chase cam to have FOV 73 | |
------------------------------------------------------------------------------------------ | |
Game not starting due to shaders build failure: | |
In Steam settings, 'Shader pre caching' menu option, disable all. | |
------------------------------------------------------------------------------------------ | |
Start over: | |
You can always reset the WINEPREFIX that the game runs in: | |
For example raceroom, (each game has its own number) | |
/home/slemke/.steam/steam/steamapps/compatdata/211500 | |
So move it, like to 211500BKP and start the game, then a 'vanilla' 211500 is created. | |
Your game settings still are in 211500BKP so you can restore what you want. | |
------------------------------------------------------------------------------------------ | |
#My Steam raceroom launch command(mangohud needs to be installed. | |
#In Crewchief option enable raceroom HUD): | |
DXVK_HUD=version mangohud %command% -cefNoD3D11 -cefNoBlacklist -webHudUrl=https://otterhud.github.io/ | |
----------------------------------------------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using the original SharedMemoryMapPlugin and it seems to work fine under Wine. What's the difference in using that version?