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
The game you want to play with Race Element might require some extra steps, this so Race Element can receive all required data. Below you can find a guide for each game that requires a setup. If you can't figure it out, ask in the Race ELement Discord.
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 - If you see anything else than
nullas text in this file go to step 11. Else please read: https://community.lemansultimate.com/index.php?threads/shared-memory-plugin-not-loading.3705/#post-24870 and install the C++ redistributable(https://aka.ms/highdpimfc2013x64enu). Then launch and exit the game. - 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.
Forza Motorsport 8
- Start Forza Motorsport 8
- Go to Gameplay and HUD tab
- Scroll to the bottom
- Enable
Data Out - Set Data Out IP Address to:
127.0.0.1 - Set Data Out Port to:
5300 - Set Data Out Packet Format to:
Car Dash
Project Motor Racing
- Start Project Motor Racing
- Go to Options (X on keyboard)
- Go to Preferences
- Set
UDP EnabledtoOn - Set
UDP Frequencyto60 - UDP Port should be
7576 - UDP Host should be
224.0.0.150 - Save (spacebar on keyboard)
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.