Guides > Multi-Sim
Auto-switching
Race Element has an option in the main menu of the app that allows it to automatically switch itself to any supported running simulator. Without it you'll have to manually switch between games, you can do so by clicking the game selector in the left bottom of the app.
Prequisites
For some games you need are required to do some small steps so Race Element has access to all data it needs.
American Truck Simulator & Euro Truck Simulator 2
Both simulators require a plugin to be installed before any data can be read from the game.
- For both simulators you will need to "Install" a plugin: scs-telemetry.dll
- Download the latest release and Follow the installation instructions here: https://github.com/RenCloud/scs-sdk-plugin?tab=readme-ov-file#installation
Automobilista 2
- Go to Options
- Go to System Options
- Enable Telemetry
Le Mans Ultimate
- Open the installation folder of Le Mans Ultimate
- Go to
Plugins - Download the shared memory plugin https://www.mediafire.com/file/s6ojcr9zrs6q9ls/rf2_sm_tools_3.7.15.1.zip/file
- Open the downloaded zip file and look for the
rFactor2SharedMemoryMapPlugin64.dll - Extract that .dll file to the folder you've opened
- Launch the game and exit it
- Open the installation folder of Le Mans Ultimate
- Go to
UserData\player - Open
CustomPluginVariables.jsonwith a text editor like notepad - Set the rFactor2SharedMemoryMapPlugin64.dll to
" Enabled": 1,and Save
Forza Horizon 5
- Go to Options
- Go to HUD AND GAMEPLAY
- Set Data Out to
On - Set Data Out IP Address to
127.0.0.1 - Set Data Out Port to
5300 - Restart Forza Horizon 5.
- Restart Race Element.
- If Windows asks permission for network access allow it else race element won't be able to receive data from Forza Horizon 5.
rFactor 2
- Open the installation folder of rFactor 2
- Go to
Bin64\Plugins - Download the shared memory plugin https://www.mediafire.com/file/s6ojcr9zrs6q9ls/rf2_sm_tools_3.7.15.1.zip/file
- Open the downloaded zip file and look for the
rFactor2SharedMemoryMapPlugin64.dll - Extract that .dll file to the folder you've opened
- Launch the game
- Go to Options -> Gameplay: Set
rFactor2SharedMemoryMapPlugin64toON - Restart the game
WRC Generations
- Open Windows Explorer
- Paste
%userprofile%\Documents\My Games\WRCG\in the address bar and hit Enter. - Open
UserSettings.cgwith a text editor like notepad. - Scroll to the bottom and add or set these 4 lines to:
WRC.Telemetry.EnableTelemetry = true
WRC.Telemetry.TelemetryPort = 20777
WRC.Telemetry.TelemetryAdress = "127.0.0.1"
WRC.Telemetry.TelemetryRate = 60- Save the file.