How to Borrow sounds from another vehicle?

Discussion in 'Content Creation' started by LionsTheBoss, Jun 11, 2020.

  1. LionsTheBoss

    LionsTheBoss
    Expand Collapse

    Joined:
    Jul 12, 2016
    Messages:
    54
    I'm working on a engine swap, and I want to borrow the sounds from another vehicle. How do I do this? I already tried replacing the names of the sounds in the jbeam.
     
    • Agree Agree x 1
  2. DaddelZeit

    DaddelZeit
    Expand Collapse

    Joined:
    Jul 17, 2019
    Messages:
    3,319
    Uhh, copy the sound config from the other engine?
    Here's the Barstow V8 for example:
    Code:
        "soundConfig": {
            "sampleName": "V8_cross_engine",
            "intakeMuffling": 1.0,
    
            "mainGain": -4.5,
            "onLoadGain":1,
            "offLoadGain":0.86,
    
            "maxLoadMix": 0.8,
            "minLoadMix": 0.0,
    
            "eqLowGain": 7,
            "eqLowFreq": 750,
            "eqLowWidth": 0.5,
    
            "eqHighGain": 0,
            "eqHighFreq": 2500,
            "eqHighWidth": 0.2,
    
            "lowShelfGain":3,
            "lowShelfFreq":120,
    
            "highShelfGain":5,
            "highShelfFreq":3500,
    
            "fundamentalFrequencyCylinderCount":8,
            "eqFundamentalGain": -5,
    
        },
        "soundConfigExhaust": {
            "sampleName": "V8_cross_exhaust",
    
            "mainGain": 2.5,
            "onLoadGain":1,
            "offLoadGain":0.88,
    
            "maxLoadMix": 0.8,
            "minLoadMix": 0.0,
    
            "eqLowGain": 5,
            "eqLowFreq": 300,
            "eqLowWidth": 0.5,
    
            "eqHighGain": 0,
            "eqHighFreq": 2500,
            "eqHighWidth": 0.2,
    
            "lowShelfGain":-3,
            "lowShelfFreq":90,
    
            "highShelfGain":1,
            "highShelfFreq":2000,
    
            "fundamentalFrequencyCylinderCount":8,
            "eqFundamentalGain": -5,
    
        },
     
    • Like Like x 1
    • Agree Agree x 1
  3. LionsTheBoss

    LionsTheBoss
    Expand Collapse

    Joined:
    Jul 12, 2016
    Messages:
    54
    Ahhhh I see, yeah I thought that's how it worked... I probably made a mistake with the brackets or something, thank you!
     
    • 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