Solved How to modify variable turbo?

Discussion in 'Mod Support' started by Frank ツ, Apr 26, 2018.

  1. Frank ツ

    Frank ツ
    Expand Collapse

    Joined:
    Jan 27, 2015
    Messages:
    126
    Its really cool they added that turbo but how do you modify so it can output more then 30psi?

    Thanks
     
  2. RobertGracie

    RobertGracie
    Expand Collapse

    Joined:
    Oct 15, 2013
    Messages:
    3,866
    Code:
        "variables": [
            ["name", "type", "unit", "category", "default", "min", "max", "title", "description"]
            ["$wastegateStart", "range", "psi", "Engine", 12, 12, 28, "Wastegate Pressure", "Pressure at which the wastegate begins to open"{"stepDis":0.5}]
    Please note the this is the section you need to edit the Max which is 28 you can turn it up as high as you like

    You need to follow from the line above and where there is a comma you move onto the next section in the code its pretty easy to follow
     
  3. Frank ツ

    Frank ツ
    Expand Collapse

    Joined:
    Jan 27, 2015
    Messages:
    126

    aah it was that easy , ive been looking at the wrong line of code all the time.

    thanks it worked
     
  4. RobertGracie

    RobertGracie
    Expand Collapse

    Joined:
    Oct 15, 2013
    Messages:
    3,866
    No worries!
     
  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