Releases: dariowouters/ts-fmod-plugin
Releases · dariowouters/ts-fmod-plugin
1.43
1.41 & 1.42
For game version 1.41 & 1.42
Changelog:
- Updated for 1.41
- Support for loading multiple sound banks
- Possible to add multiple sound banks on separate lines in selected.bank.txt.
- Loads sound banks from top to bottom, will not load any sounds loaded by a previous sound bank.
- Fixed closed windows affecting sounds on exterior camera
- Fixed handbrake sounds being reversed
To update from the previous version:
- Overwrite the old
ts-fmod-plugin.dllwith the new included one. - Overwrite the old
master.bankwith the new included one for the specific game.
Click here if you're looking for the version for 1.40.
(If you have a plugin version older than 1.39.6, also copy the sound_levels.txt file to the ts-fmod-plugin folder)
1.40.1
For game version 1.40
- Updated for 1.40
- Fixed engine brake
- Stopped engine brake from playing when in neutral or when throttle/clutch is pressed
- Added support for different levels of engine brake
To update from the previous version:
- Overwrite the old
ts-fmod-plugin.dllwith the new included one. - Overwrite the old
master.bankwith the new included one for the specific game.
(If you have a plugin version older than 1.39.6, also copy the sound_levels.txt file to the ts-fmod-plugin folder)
1.39.6
v6 for game version 1.39
- Added rudimentary audio level customization
- Fixed interior sounds being played when on an exterior view
1.39.5
v5 for version 1.39
- Added support for more interior events:
- interior/stick_hazard_warning
- interior/stick_high_beam
- interior/stick_light_horn
- interior/stick_lights
- interior/stick_wipers
- Fixed so indicator event plays when switching between left/right indicator.
- Switched to using busses to control volume/pause state instead of events individually
1.39.4
v4 for version 1.39
- Support for 1.39 turbo event, older sound mods that used the turbo parameter should still work but without turbo sounds
1.39.3
V3 for game version 1.39
- Fixed playing incorrect event when indicator stick going back to default position
1.39.2
V2 for game version 1.39
- Added echo sound when in tunnels
1.39.1
V1 for game version 1.39
- Initial code commit