1. Trouble with the game?
    Try the troubleshooter!

    Dismiss Notice
  2. Issues with the game?
    Check the Known Issues list before reporting!

    Dismiss Notice

Modulated Intake Muffled on the Fly

Discussion in 'General Discussion' started by Yamilcherry, Jun 14, 2022.

  1. Yamilcherry

    Yamilcherry
    Expand Collapse

    Joined:
    Sep 28, 2013
    Messages:
    22
    Hey everyone, so here's an idea I been thinking about for a very long time.

    So you know how Honda motors have VTEC which in the 1990's to early 2000's is a staged variable valve timing and lift valve train system, which affects power and noise instantly, as shown here:



    What I'm thinking of, in the engine file, is there a way to modulate the intakeMuffling variable of the intake noise on the fly just like how different intakes can modify torque values, for example:

    "mainEngine":{
    "torqueModIntake":[
    ["rpm", "torque"],
    [0, 0],
    [500, 10],
    [5350, 12],
    [5970, 12],
    ],

    But instead of it modifying torque, it looks like this:

    "soundConfig": {
    "$+intakeMuffling":[
    ["rpm", "$+intakeMuffling"],
    [0, -1.00],
    [500, -1.00],
    [2999, -1.00],
    [3000, 1],
    [5970, 1],
    ],
    "$+mainGain":[
    ["rpm", "$+mainGain"],
    [0, -8],
    [500, -8],
    [2999, -8],
    [3000, 0],
    [5970, 0],
    ],
    },

    Atleast to try to simulate a staged variable valve timing and lift system.
     
    • Like Like x 1
  2. xpogosam

    xpogosam
    Expand Collapse

    Joined:
    Jun 19, 2020
    Messages:
    53
    I know this is an old thread but I just stumbled upon it. did you ever try this?
     
  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