Today I spotted that if C:\Program Files (x86)\Steam\steamapps\common\Le Mans Ultimate\UserData\player\CustomPluginVariables.JSO N does not exist CC will not create it (we assume LMU has already created it with its own content) and not give a warning.
It should contain something like this
Code:
{
"ChatTransceiver.dll": {
" Enabled": 1
},
"LMU_SharedMemoryMapPlugin64.dll": {
" Enabled": 0,
"DebugISIInternals": 0,
"DebugOutputLevel": 0,
"DebugOutputSource": 1,
"DedicatedServerMapGlobally": 0,
"EnableDirectMemoryAccess": 0,
"EnableHWControlInput": 1,
"EnableRulesControlInput": 0,
"EnableWeatherControlInput": 0,
"UnsubscribedBuffersMask": 160
},
"TrackIR_LMU_Plugin.dll": {
" Enabled": 0
},
"rFactor2SharedMemoryMapPlugin64.dll": {
" Enabled": 1,
"DebugISIInternals": 0,
"DebugOutputLevel": 0,
"DebugOutputSource": 1,
"DedicatedServerMapGlobally": 0,
"EnableDirectMemoryAccess": 0,
"EnableHWControlInput": 1,
"EnableRulesControlInput": 0,
"EnableWeatherControlInput": 0,
"UnsubscribedBuffersMask": 160
}
}
CustomPluginVariables.JSON
rFactor2SharedMemoryMapPlugin64 is the Crew Chief bit.