Skip to content

Commit 8408a29

Browse files
committed
fixed plugin loading banks for ""
1 parent aab7003 commit 8408a29

File tree

15 files changed

+27
-36
lines changed

15 files changed

+27
-36
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If you have the developer console enabled in-game you can switch sound mods with
6262
You can change the sound levels in the `sound_levels.txt` file, you will just kind of need to play with them until you get something you like. Again you can use the `sdk reload` console command after you've changed these to reload the plugin with these new values.
6363

6464
# Supported FMOD events and parameters
65-
Events:
65+
Events: [Truck]
6666
- engine/engine
6767
- engine/exhaust
6868
- engine/turbo
@@ -81,6 +81,11 @@ Events:
8181
- interior/window_move
8282
- interior/window_click
8383
- interior/noise [added in v2]
84+
85+
Events: [Other]
86+
- music/main_menu [added in v2]
87+
88+
Events: [GPS]
8489
- and_then_exit_left
8590
- and_then_exit_right
8691
- and_then_go_straight

dist/ATS/master.strings.bank

2.14 KB
Binary file not shown.

dist/ETS2/master.bank

-1.91 KB
Binary file not shown.

dist/ETS2/master.strings.bank

2.14 KB
Binary file not shown.

dist/ts-fmod-plugin-v2.dll

-2.5 KB
Binary file not shown.

dist/ts-fmod-plugin-v2.zip

266 KB
Binary file not shown.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Add all the names of the bank files you want to load below: e.g. scania_v8.bank
2+
// every sound name needs their own line
3+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"master": 1,
3+
"engine": 0.7,
4+
"exhaust": 0.7,
5+
"turbo": 0.7,
6+
"interior_buttons": 1,
7+
"interior_engine_when_windows_closed": 0.7,
8+
"navigation": 1,
9+
"menu_music": 1,
10+
"config_version": 3
11+
}

dist/ts-fmod-plugin.dll

-507 KB
Binary file not shown.

dist/ts-fmod-plugin/selected.bank.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)