PDA

View Full Version : 'Engage the limiter' message when entering the pits.



Simon J Shaw
24-09-2018, 02:05
Is there a way to disable the 'Engage the limiter' message when entering the pits, the car I drive doesn't have one?

The Iron Wolf
24-09-2018, 02:56
Yes, you could tweak car class and set limiterAvailable to false. Here's how it's done for skippy:
"carClassEnum": "SKIP_BARBER",
"iracingCarIds": [1],
"timesInHundredths": true,
"enabledMessageTypes": "FUEL",
"spotterVehicleLength": 4.34,
"spotterVehicleWidth": 1.75,
"limiterAvailable": false,
"allMembersAreRWD": true
},

Here's how to define/override classes: http://thecrewchief.org/showthread.php?27-Customizing-Car-Classes

Simon J Shaw
24-09-2018, 11:20
Many thanks, will do. :)