Dismiss Notice

In the upcoming weeks mod approvals could be slower than normal.
Thank you for your patience.

DynamicDyno 1.2.1

Realtime power and torque based on the BeamNG TorqueCurve V1

Tags:
  1. BrigitteLPB
    Hi !

    Why this apps ?

    After playing with superchargers, I came up with this tiny code for tuning max boost directly in the car config menu:
    Code:
    "variables": [
        ["name", "type", "unit", "category", "default", "min", "max", "title", "description"],
        ["$boostController", "range", "%", "Supercharger", 50, 20, 100, "Boost Factor", "Percentage of pressure in the supercharger", {"stepDis":1}],
    ],
    "supercharger": {
        "boostController":[
            //throttle in %, factor
            [0,     0.2],
            [100,   "$=$boostController/100"]
        ]
    },
    The TorqueCurve issue :

    The TorqueCurve app only displays the theoretical max power/torque at the current RPM. There is no way to display the actual torque curve with a reduced boost supercharger. That's why I came up with this DynamicDyno app.

    What's my app doing :

    It displays the theoretical torque curve and the current output.

    upload_2023-11-1_17-47-49.png

    It's the real output torque shown. Air density, engine failure reduces the torque curve while clutch kicks display huge torque spikes on the curve.

    You can erase the current data with the right button:

    upload_2023-11-1_17-53-39.png

    This app supports cars with multiple engines like EV:

    upload_2023-11-1_17-57-10.png

    Hope you will enjoy this app :D

Recent Reviews

  1. xpogosam
    xpogosam
    5/5,
    Version: 1.2.1
    Agree with sid, I remember this used to log the max number (the numbers being read on the right side of the / are also off by a factor of 33% or so) However, I love the new functionality (especially the smoothing factor) and the dark mode, still a very useful tool
  2. Sid the Suck
    Sid the Suck
    4/5,
    Version: 1.2.1
    It shows the power output when I'm running a dyno with hub dyno's which is exactly what I wanted it to do. But I cant see the max power and torque output after the run. The max power figures to the right of the current ones shows the max my setup can run. But I want to test power in different gears with and without nitrous for a boost by gear setup. There is no way to know what power it makes without staring at the numbers and still not knowing for sure what it makes.
  3. QuasarX
    QuasarX
    5/5,
    Version: 1.1
    does it always have to show the dyno numbers before the car even moving? it can't calculate or show the numbers after a full run?
  4. max1122112
    max1122112
    5/5,
    Version: 1.1
    This has become my default dyno for doing literally anything. Great Job!
  5. NickHeemiith
    NickHeemiith
    5/5,
    Version: 1.1
    EXTREMELY USEFUL!!! This is exactly what you say it is. Realtime Numbers!!! Great job bro! ill use this forever
  6. Theoasispc
    Theoasispc
    5/5,
    Version: 1.0
    Great app, can you make a dark mode/black version like the beamng one? Thanks
    1. BrigitteLPB
      Author's Response
      Thanks <3
      I will definitely add a black version of the app; it's not much work, and it's cooler .
  7. xpogosam
    xpogosam
    5/5,
    Version: 1.0
    Really great work! Very useful tool especially when used with DSCs dynos. Will be using this for powertrain development for sure. One note though, the number for the torque value reads in NM but is displayed as lbft. But other than that and maybe an option to toggle the dashed max graph 10/10 work!
    1. BrigitteLPB
      Author's Response
      I am glad you enjoy it :3
      I will investigate the lbft issue. It may just be a missing unit conversion in the code.
  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