Results 1 to 3 of 3

Thread: 'Engage the limiter' message when entering the pits.

  1. #1

    'Engage the limiter' message when entering the pits.

    Is there a way to disable the 'Engage the limiter' message when entering the pits, the car I drive doesn't have one?

  2. #2
    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.p...ng-Car-Classes

  3. #3
    Many thanks, will do.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •