ReHud Autostart

Discussion in 'Community Workshop' started by Stefan Hillen, Dec 20, 2024.

  1. Stefan Hillen

    Stefan Hillen New Member

    Joined:
    May 12, 2024
    Ratings:
    +2 / 0 / -0
    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
     
  2. Maskerader

    Maskerader Well-Known Member

    Joined:
    Oct 6, 2019
    Ratings:
    +529 / 0 / -0
    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.
     
    Last edited: Dec 20, 2024
  3. Maskerader

    Maskerader Well-Known Member

    Joined:
    Oct 6, 2019
    Ratings:
    +529 / 0 / -0
    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.
     
  4. Stefan Hillen

    Stefan Hillen New Member

    Joined:
    May 12, 2024
    Ratings:
    +2 / 0 / -0
    Hi, thank you for your help... It´s been a long time since I worked with.bat files... ;-)
     
    • Like Like x 1