Transmission whine

Discussion in 'Content Creation' started by Vicalutamide, May 25, 2019.

  1. Vicalutamide

    Vicalutamide
    Expand Collapse

    Joined:
    Oct 18, 2015
    Messages:
    6
    Hey,
    Is there a way that I could enable the transmission whine on forward gears as it does when you are in reverse in a manual gearbox car? So as to emulate a racecar transmission better.
    Thank you for reading, let me know if I posted in the wrong subforum.
     
  2. fufsgfen

    fufsgfen
    Expand Collapse

    Joined:
    Jan 10, 2017
    Messages:
    6,782
    Oh, like this? Sure.


    Sequential transmission, look in game files.
     
    • Like Like x 3
  3. Vicalutamide

    Vicalutamide
    Expand Collapse

    Joined:
    Oct 18, 2015
    Messages:
    6
    Thank you for your quick response,
    I think I should have asked if there was a way to implement it in an Automation export? As in, is it just a few lines in the engine .jbeam?
     
  4. fufsgfen

    fufsgfen
    Expand Collapse

    Joined:
    Jan 10, 2017
    Messages:
    6,782
    Yes, check those SBR4 transmissions, you can find from there how to implement sequential transmission.
     
    • Informative Informative x 1
  5. Vicalutamide

    Vicalutamide
    Expand Collapse

    Joined:
    Oct 18, 2015
    Messages:
    6
    Thanks a lot! I will experiment.
     
  6. fufsgfen

    fufsgfen
    Expand Collapse

    Joined:
    Jan 10, 2017
    Messages:
    6,782
    There is a wiki page too, but it does not cover sequential gearbox, manual gearbox is same though only name changes, it is only change of one line really to get the whine:
    https://wiki.beamng.com/Powertrain
     
    • Informative Informative x 1
  7. bedaso

    bedaso
    Expand Collapse

    Joined:
    Mar 29, 2018
    Messages:
    27
    I see no transmission whine lines in the sbr4 transaxle .jbeam
     
  8. SebastianJDM

    SebastianJDM
    Expand Collapse

    Joined:
    Apr 9, 2017
    Messages:
    856
    Code:
    "gearWhineCoefs": [0, 0, 0, 0, 0, 0, 0, 0],
    doesn't have to be a sequential transmission. each 1 is a gear with whine, and each 0 is one without. just try to keep your neutral gear a 0, it's weird to have that one whine.
     
    • Informative Informative x 2
  9. Hans Gurke

    Hans Gurke
    Expand Collapse

    Joined:
    Jun 21, 2019
    Messages:
    1
    Could someone please explain again how this should work? I can't find this "gearWhineCoefs" line anywhere:(
     
    • Agree Agree x 1
  10. Kasir

    Kasir
    Expand Collapse

    Joined:
    Dec 27, 2018
    Messages:
    995
    This is cool. I didn't even notice this since I usually play with my audio down or off.
    --- Post updated ---
    Can I use this with a 10 speed dct from the hybrid sbr mod?
     
  11. SebastianJDM

    SebastianJDM
    Expand Collapse

    Joined:
    Apr 9, 2017
    Messages:
    856
    yes, any transmission. just add that code into the "gearbox" section of the jbeam, matching it up with your gear ratios. example:
    Code:
    "gearRatios":[-3.35, 0, 3.32, 1.90, 1.31, 1.00, 0.84]
    "gearWhineCoefs":[1, 0, 1, 1, 1, 1, 1],
    so each 1 is a whining gear and each 0 is not. in this example, the 0 is added where neutral would be.
     
    • Informative Informative x 2
  12. Dayz Me Rollin'

    Dayz Me Rollin'
    Expand Collapse

    Joined:
    Dec 8, 2016
    Messages:
    794
    btw you can also set it to inbetween values like 0.5 or 0.33 if you want it to whine less in specific gears.
    upload_2019-6-22_2-21-14.png
     
    • Informative Informative x 2
  13. Kasir

    Kasir
    Expand Collapse

    Joined:
    Dec 27, 2018
    Messages:
    995
    I'm gonna test this out. Thanks a lot!
    --- Post updated ---
    Can someone give me the values for the sequential?
     
  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