Wheel speed question?

Discussion in 'Content Creation' started by Andronisk, Nov 3, 2022.

  1. Andronisk

    Andronisk
    Expand Collapse

    Joined:
    Feb 6, 2016
    Messages:
    26
    Hello! Can you please tell me if there is an option after a certain speed mark to make a decrease in the speed multiplier?

    Audi A4 has a scale divider from 0 to 100 kmh - 20 kmh, after 100 kmh - 40 kmh

    Code:
    "props": [
            ["func"      , "mesh"              , "idRef:", "idX:", "idY:"            , "baseRotation"        , "rotation"                 , "translation"        , "min", "max", "offset", "multiplier"],
            //needles
            ["wheelspeed", "A4B9_AE_needle_speedo", "f1l","f1r","f6l", {"x":-80, "y":0, "z":180}, {"x":0, "y":0, "z":-1}     , {"x":0, "y":0, "z":0}, 0, 280, -140, 5],       
            ["rpm",         "A4B9_AE_needle_tacho", "f1l","f1r","f6l", {"x":-80, "y":0, "z":180}, {"x":0, "y":0, "z":-0.0315}     , {"x":0, "y":0, "z":0}, 0, 8000, -4000, 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