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
Where's that located?
I believe there's a volume adjustment in one of the xxx.sii files too.
You need to investigate stuff on your own and not expect people to hand you everything. I knew nothing about this game when I got it. Looking around and checking stuff out is what you need to do to get familiar with how everything works.
May not be necessary.
A file manager? Already built-in to the operating system. All ATS/ETS mods are, themselves, plain ZIP archives which also is handled automagically by the operating system (with some limitations). Mods with the .SCS extension just need to be renamed to the .ZIP extension (or even just append .ZIP to the end) in order for the operating system to handle them automatically.
A limitation of the Windows zip file handling implementation is that you can't directly edit files inside the archive. You'll have to copy the file you want to edit to some temporary location, then copy back into the archive after editing - or else and better still, just copy/extract the entire archive contents (preserving the filesystem structure) out into a folder of it's own in the game's 'mod' folder and edit at your leisure from there (which will also be recognised by the mod manager as a valid mod, if the filesystem structure is correctly maintained).
--
In the mod archive, you will *most likely* find the truck sound definitions in the subdirectory:
Depends though, the location can actually be practically anywhere as pointed to by the sound pointer array in the engine definition files. Most mods however, will likely stick to this location convention.
For each specific sound set there will be both an internal and external sound definition. These are plain text files and can be edited with any reasonable text editor.
In adjusting the jake sounds, the parameter you'll be looking for is the array:
In the definition block of the file you'll see the array's labels being defined - eg:
(The array may have just a single element, or any number of them and be labelled practically anything)
Search down the file for that/those labels ('.eb0', '.eb1' in the example) to find the array definition blocks. The engine_brake array is a parameter of the 'sound_engine_data' type and it's definition block(s) will have the structure:
The value you (obviously) will want to change is the 'volume' parameter. It's actual in-game volume will depend on the sound file's normalised mean output amplitude, so if that is already on the low side (say, less than -3db) then it might be difficult to get the in-game sound level as high as you might want. In that case you will need, as Trucker_71 indicates above, a sound file editor/processor to re-normalise at a higher mean. Also, not all the parameters might be enumerated as given above, nor is there any particular order for them to appear.
--
The engine definition files *must* be located at the subdirectory (*or* a subdirectory immediately below):
The sound definition pointer (one for each of internal and external sound definition files) is the 'overrides' array, given as a string whose value is the full pathname to the sound definition files.
[edit1]
If the array 'defaults' is used for the sound definition pointer instead of the 'overrides' array, then that mod is *outdated* and considered misconfigured. Used as is, it is very likely to cause problems with truck sounds under certain conditions and circumstances (it may also work just fine outside those conditions, but... no guarantees) - (the effect of the problems this can cause is that *no* truck sounds *at all* will play, and this may or may not carry over to other engines and may or may not be reverted by changing to a properly configured engine/sound def combination).
[edit2]
You can update this yourself, simply replace the parameter name 'defaults' with 'overrides' in the engine definition file, then remove *all* the 'suitable_for' array definitions in the corresponding sound definition files.
Slamming?
--
My post was an addendum, intended with all due respect (with a couple minor corrections/clarifications), no hostility intended.
Slamming, yes, my comments were sarcasm aimed at the OP. You're quoting me like I'm the dummy.
If you say so.
{
accessory_sound_data : 3408.kenworth.w900a.esound
{
start: .start
stop: .stop
start_no_fuel: .startbad
engine[]: .e0
engine[]: .e1
engine[]: .e2
engine[]: .e3
engine[]: .e4
engine_load[]: .el0
engine_load[]: .el1
engine_load[]: .el2
engine_load[]: .el3
engine_nofuel[]: .enf0
engine_nofuel[]: .enf1
engine_nofuel[]: .enf2
turbo: .t
air_gear[0]: .airgear0
air_gear[1]: .airgear1
air_gear[2]: .airgear2
air_brake[0]: .airbrake0
air_brake[1]: .airbrake1
air_brake[2]: .airbrake2
engine_brake[]: .eb
horn: .horn
reverse: .reverse
change_gear: .changeg
exterior_sound: true
@include "/def/vehicle/truck/common_sound_ext.sui"
suitable_for[]: "3408.kenworth.w900a.engine"
suitable_for[]: "3408550.kenworth.w900a.engine"
}
sound_data: .start
{
name: "/sound/truck/3408w9/ext/engine_on.ogg"
looped: false
}
sound_data: .startbad
{
name: "/sound/truck/3408w9/ext/engine_on_bad.ogg"
looped: false
}
sound_data: .stop
{
name: "/sound/truck/3408w9/ext/engine_off.ogg"
looped: false
}
sound_engine_data: .e0
{
name: "/sound/truck/3408w9/ext/500rpm.ogg"
looped: true
pitch_reference: 600
min_rpm: 300.0
max_rpm: 7800.0
volume: 1.50
}
sound_engine_data: .e1
{
name: "/sound/truck/3408w9/ext/lever_le_pied.ogg"
looped: true
min_rpm: 100.0
max_rpm: 3000.0
pitch_reference: 1475
volume: 1.55
}
sound_engine_data: .e2
{
name: "/sound/truck/3408w9/ext/1000rpm.ogg"
looped: true
pitch_reference: 1100
min_rpm: 300.0
max_rpm: 1280.0
volume:1.22
}
sound_engine_data: .e3
{
name: "/sound/truck/3408w9/ext/1500rpm.ogg"
looped: true
pitch_reference: 1700
min_rpm: 1200.0
max_rpm: 3000.0
volume: 1.22
}
sound_engine_data: .e4
{
name: "/sound/truck/3408w9/ext/turbo_idle.ogg"
looped: true
pitch_reference: 580
min_rpm: 620.0
max_rpm: 2800.0
volume: 1.13
}
sound_engine_data: .el0
{
name: "/sound/truck/3408w9/ext/exhaust_idle.ogg"
looped: true
pitch_reference: 480
min_rpm: 300.0
max_rpm: 1060.0
volume: 1.85
}
sound_engine_data: .el1
{
name: "/sound/truck/3408w9/ext/1000rpm_exhaust.ogg"
looped: true
pitch_reference: 1225
min_rpm: 840.0
max_rpm: 1360.0
volume: 0.82
}
sound_engine_data: .el2
{
name: "/sound/truck/3408w9/ext/1500rpm_exhaust.ogg"
looped: true
pitch_reference: 1677
min_rpm: 990.0
max_rpm: 2000.0
volume: 2.2
}
sound_engine_data: .el3
{
name: "/sound/truck/3408w9/ext/2000rpm_exhaust.ogg"
looped: true
pitch_reference: 1792
min_rpm: 1460.0
max_rpm: 3000.0
volume: 2.5
}
sound_engine_data: .enf0
{
name: "/sound/truck/3408w9/ext/lever_le_pied.ogg"
looped: true
looped: true
min_rpm: 580.0
max_rpm: 3000.0
pitch_reference: 1475
volume: 2.15
}
sound_engine_data: .enf1
{
name: "/sound/truck/3408w9/ext/1500rpm.ogg"
looped: true
pitch_reference: 1700
min_rpm: 100.0
max_rpm: 3000.0
volume: 1.28
}
sound_engine_data: .enf2
{
name: "/sound/truck/3408w9/ext/turbo_idle.ogg"
looped: true
pitch_reference: 580
min_rpm: 620.0
max_rpm: 3000.0
volume: 1.13
}
sound_data: .t
{
name: "/sound/truck/3408w9/ext/turbo_ext.ogg"
looped: true
volume: 0.80
}
sound_data: .airgear0
{
name: "/sound/truck/3408w9/ext/gear_air_1.ogg"
volume: 0.65
}
sound_data: .airgear1
{
name: "/sound/truck/3408w9/ext/gear_air_2.ogg"
volume: 0.65
}
sound_data: .airgear2
{
name: "/sound/truck/3408w9/ext/gear_air_3.ogg"
volume: 0.65
}
sound_data: .airbrake0
{
name: "/sound/truck/3408w9/ext/air_brake1.ogg"
looped: false
}
sound_data: .airbrake1
{
name: "/sound/truck/3408w9/ext/air_brake2.ogg"
looped: false
}
sound_data: .airbrake2
{
name: "/sound/truck/3408w9/ext/air_brake3.ogg"
looped: false
}
sound_data: .changeg
{
name: "/sound/truck/3408w9/int/gear_change.ogg"
}
sound_engine_data: .eb
{
name: "/sound/truck/3408w9/ext/engine_brake_ext.ogg"
looped: true
is_2d: true
pitch_reference: 1500
min_rpm: 100.0
max_rpm: 3000.0
volume: 1.50
}
sound_data: .horn
{
name: "/sound/truck/3408w9/ext/horn.ogg"
looped: true
}
sound_data: .reverse
{
name: "/sound/truck/3408w9/ext/reverse.ogg"
looped: true
}
@include "/def/vehicle/truck/common_sound_ext_data.sui"
}
-----------------------------------------------------------
What now?
sound_engine_data: .eb
{
name: "/sound/truck/3408w9/ext/engine_brake_ext.ogg"
looped: true
is_2d: true
pitch_reference: 1500
min_rpm: 100.0
max_rpm: 3000.0
volume: 1.50
}
https://steamcommunity.com/sharedfiles/filedetails/?id=1629101562
I would like for my KW w900a to have close to the same sounds,this one has.