Hi guys, is there any way to start ReHud automatically with Raceroom? Don´t want to start it everytime my PC starts, only when using R3R. Kind regards Stefan
If you're using just a regular 64 bit version of Raceroom then you can create a .bat file that will start ReHUD and then Raceroom. This won't work if you're using other versions of Raceroom like DXVK one or 32 bit. .bat file is just a text file with .bat extension. In the file you need two lines: one is a path to Raceroom .exe (right click on RR in Steam, Local files, Browse, then go to Game folder and x64 folder), another is a path to ReHUD .exe (right click on ReHUD shortcut to find it). And put double quotation marks around each line like this: Code: "C:\Steam\SteamApps\common\raceroom racing experience\Game\x64\RRRE64.exe" You can put this .bat file can anywhere, but I think a more logical place would be inside Raceroom folder.
Then you can add this .bat file to Steam, but you need this trick because Steam only allows you to select .exe files: - In Steam, top menu: Games > Add a non-steam game - select any random .exe file and click Ok; - Right click on this new item in library, select "Properties"; - Change path to the path of your .bat file, change name how you like it.