Are you using DR2.0 in VR by any chance? I have this working, including in VR.
In Documents/My Games/DiRT Rally 2.0/hardwaresettings you should have a hardware_settings_config.xml file. and, if you are using VR, a hardware_settings_config_vr.xml file. Both should look something like this:
<motion_platform>
<dbox enabled="true" />
<udp enabled="false" extradata="0" ip="127.0.0.1" port="20777" delay="1" />
<custom_udp enabled="false" filename="packet_data.xml" ip="127.0.0.1" port="20777" delay="1" />
<fanatec enabled="true" pedalVibrationScale="1.0" wheelVibrationScale="1.0" ledTrueForGearsFalseForSpeed="true" />
<custom_udp enabled="true" ip="127.0.0.1" port="10001" filename="SimXperience_Dirt_V1.xml" delay="1" />
</motion_platform>
The important bit which is needed is in red.
Using oculusWhich VR are you using? Oculus or some other VR?
The above parameter will open the Oculus in SteamVR.
If you want to bypass SteamVR and use DR2.0 with Oculus SDK, then use the parameter below instead.
View attachment 333409
To prevent SteamVR still trying to open when you launch DR2.0, ensure that in Steam VR settings "Start SteamVR when VR application starts" is unchecked.
View attachment 333410
Are you using DR2.0 in VR by any chance? I have this working, including in VR.
In Documents/My Games/DiRT Rally 2.0/hardwaresettings you should have a hardware_settings_config.xml file. and, if you are using VR, a hardware_settings_config_vr.xml file. Both should look something like this:
<motion_platform>
<dbox enabled="true" />
<udp enabled="false" extradata="0" ip="127.0.0.1" port="20777" delay="1" />
<custom_udp enabled="false" filename="packet_data.xml" ip="127.0.0.1" port="20777" delay="1" />
<fanatec enabled="true" pedalVibrationScale="1.0" wheelVibrationScale="1.0" ledTrueForGearsFalseForSpeed="true" />
<custom_udp enabled="true" ip="127.0.0.1" port="10001" filename="SimXperience_Dirt_V1.xml" delay="1" />
</motion_platform>
The important bit which is needed is in red.