GRID LegendsΒΆ
Tip
These steps are automatically verified and performed by SIMRIG Control Center. Start the game and follow the prompts issued by SIMRIG Control Center. Or use the auto-configure tool on the Settings Page.
Note
All cars share a single profile due to limitations in GRID Legends
Edit a configuration file to enable telemetry:
Make sure to start the game once
Close GRID Legends
Navigate to
Documents/My Games/GRID Legends/hardwaresettings

Open
hardware_settings_config.xml
with NotepadFind this line
<udp enabled="false" extradata="0" ip="127.0.0.1" port="20777" delay="1" />
And change
enabled="false"
toenabled="true"
. It should match the following:
<udp enabled="true" extradata="0" ip="127.0.0.1" port="20777" delay="1" />

Done