Neutral safety switch

Discussion in 'Ideas and Suggestions' started by titanic4, May 30, 2022.

  1. titanic4

    titanic4
    Expand Collapse

    Joined:
    Aug 7, 2013
    Messages:
    17
    In many modern cars there's safety switch, which doesn't allow the driver to start the engine unless he presses the clutch(on manual), or puts the transmission in Park, or Neutral(Automatic).
    I've been able to implement the feature in a mod, which can be downloaded from the attachment in this post.
    I've made sure that the normal vehicles that are already in the game will still work as before.
    The mod adds transmissions for Covet, which will have these safety switches installed.
    In case of the manual, it's the clutch safety switch, in case of automatic, it's neutral safety switch.
    The vehicleController will have additional value, which will be false if not specified.
    Code:
     "vehicleController": {
            "SafetySwitch": true, // Enables safety switch feature, the value will be set to false if not specified
        },
    Implementing this into the game would add a bit of realism to the simulation.
     

    Attached Files:

    • Agree Agree x 1
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice