Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The answer is: it depends.
If you're trying to change the engine sound "within" automation, you might be able to if you're on the open beta version and play with the sound in the "advanced trim settings" under the fixtures tab.
If you're trying to change the engine sound for cars exported to BeamNG, you can experiment with modifying the sound settings in the camso_engine.jbeam file. You might be able to get something close to what you're looking for. I just grabbed the code for illustrative purposes. I'm not saying to copy and paste these - just to point you to the right variables.
"soundConfigExhaust": {
"sampleName": "1A3953984B46CA4809BB6097E7742983",
"mainGain": 7.5,
"maxLoadMix": 1,
"minLoadMix": 0,
"onLoadGain":1.1,
"offLoadGain":0.8,
"eqLowGain": 0,
"eqLowFreq": 400,
"eqLowWidth": 1,
"eqHighGain": 1.21,
"eqHighFreq": 6000,
"eqHighWidth": 0.5,
"lowCutFreq":80,
//"fundamentalFrequencyCylinderCount":4,
"eqFundamentalGain": 0
}
Good luck!
personally, i haven't found any success tweaking these settings before, no pitch alteration potential at all, what did work for me was using Audacity to import ALL sound samples, and alter their pitch simultaneously, then exporting them back to the beam export folder, takes only about a minute or so.