Add Up Torque Table

Discussion in 'Ideas and Suggestions' started by R4NKING, Dec 14, 2019.

  1. R4NKING

    R4NKING
    Expand Collapse

    Joined:
    Oct 14, 2016
    Messages:
    558
    I Tried to do this, but sadly it doesn't work

    You can add amount to variable by a engine like that

    Code:
    "$+friction":20,
    But a Torque Table doesn't work.

    Would it be hard to do programm that, so the torque table add up like this:


    Code:
    "$+torqueModIntake":[
                ["rpm", "torque"],
                [0, 0],
                [1000, 0],
                [2000, 1],
                [3000, 3],
                [4000, 5],
                [5000, 7],
            ],
    (Other Part):
    "$+torqueModIntake":[
                ["rpm", "torque"],
                [0, 0],
                [1000, 0],
                [2000, 1],
                [3000, 3],
                [4000, 5],
                [5000, 7],
            ],
    
    Would make:
    
    "$+torqueModIntake":[
                ["rpm", "torque"],
                [0, 0],
                [1000, 0],
                [2000, 2],
                [3000, 6],
                [4000, 10],
                [5000, 14],
            ],
    Or is there any other way to get this to work?

    It would be much nicer to make fully customizable engines, and more realistic too, to change the rpm at which the part the hp modifys
     
  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