Launch control

Discussion in 'Content Creation' started by hduncan806, Mar 15, 2018.

  1. hduncan806

    hduncan806
    Expand Collapse

    Joined:
    Dec 26, 2015
    Messages:
    89
    How would I make maybe a UI app or a specific button to press you you can activate launch control but I have no Idea how to but I would love to start making mods for beamng
     
  2. Sithhy™

    Sithhy™
    Expand Collapse

    Joined:
    Apr 5, 2017
    Messages:
    3,366
    Well, to do that you need to learn to code in Lua... That's all the help I can give you, since I don't know it either
     
  3. BombBoy4

    BombBoy4
    Expand Collapse

    Joined:
    May 16, 2015
    Messages:
    1,601
    I attempted making a 2-step limiter a while back, never worked, hopefully you can though :)
     
  4. hduncan806

    hduncan806
    Expand Collapse

    Joined:
    Dec 26, 2015
    Messages:
    89
    Ya I am attempting to learn but I'm not getting real far but thanks
     
  5. Diamondback

    Diamondback
    Expand Collapse
    Vehicle Systems Lead
    BeamNG Team

    Joined:
    Apr 8, 2014
    Messages:
    1,966
    That would be really easy these days since the engines now have a secondary temp limiter rpm (used for esc mostly)

    Code:
    myEngine:setTempRevLimiter(someAVToLimitTo)
    myEngine:resetTempRevLimiter()
     
    • Informative Informative x 2
  6. dionkoffie

    dionkoffie
    Expand Collapse

    Joined:
    Dec 3, 2015
    Messages:
    23
    would be nice to have a proper launch control ye :p
    I'll give it a try whenever I have the time and motivation for it.
     
  7. Diamondback

    Diamondback
    Expand Collapse
    Vehicle Systems Lead
    BeamNG Team

    Joined:
    Apr 8, 2014
    Messages:
    1,966
    It's really not all thaaaat difficult, most of the top end ESC setups are already ready for it in sport mode, you just need the powertrain preload logic really.
     
  8. Brother_Dave

    Brother_Dave
    Expand Collapse

    Joined:
    Aug 16, 2012
    Messages:
    1,739
    Im hyped. All things Launch control and Anti lag =good.
     
  9. Ai'Torror

    Ai'Torror
    Expand Collapse
    Global Moderator
    BeamNG Team

    Joined:
    Aug 29, 2015
    Messages:
    1,558
    Anti lag is another story. I'm not sure if there is a way of implementing it realistically as of now.
     
  10. Brother_Dave

    Brother_Dave
    Expand Collapse

    Joined:
    Aug 16, 2012
    Messages:
    1,739
    I dont know/remember how engine load is done in Beamng but if one could use some sort of falling rev limit that keeps the car throttle at 100% although throttle input is off? Limiter (should be a soft limiter to simulate better) counting down about 1000rpm/sec, that is applied if:

    ALS (switched on) =true
    Rev>idleRPM
    Throttle input=false
     
  11. hduncan806

    hduncan806
    Expand Collapse

    Joined:
    Dec 26, 2015
    Messages:
    89
    if you direct inject nos into an engine (a small amount eg. 10-100shot) you can anti-lag like this vid
     

    Attached Files:

    • Like Like 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