Skip to content

A telemetry plugin for ATS/ETS2 to use FMOD sound mods (to a limited extent) for example in TruckersMP

License

Notifications You must be signed in to change notification settings

Baldywaldy09/ts-fmod-plugin-v2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TS-FMOD-Plugin Improved/V2 - ETS2 / ATS - 1.51

A telemetry plugin for ATS/ETS2 that includes an FMOD instance so that you can use FMOD sound mods.

The code of this fork is now private | Why? It uses a lot of memory editing and contains code that can be easily manipulated for other things such as hacks

Important

Every major ETS2 / ATS Update [1.??] this plugin will need to be updated
Update time depends on how busy i am and how much has changed

Whats different in v2?

  • Volume level control is now done in-game | removed sound_levels.txt
  • Low air sound wont play if you have "Air brakes simulation" disabled
  • Reverse sound wont play if you have "Back-up beeper" disabled
  • Sound will play in background if you have "Play sound when the game is in background" enabled
  • Automatic game sound settings control
  • Use of navigation voices and menu music will now be determined by the value they were in your settings
  • Feature to allow multiple bank files for multiple trucks at one
  • "Directional" audio
  • Volume fade-out on game loosing focus
  • Improved cabin sound
  • Automatic master.bank handling
  • Much more (continue reading below)

How to use

1.) Open Steam
2.) Right click ETS2/ATS and go to Manage > Browse Local Files
3.) Open Bin > win_x64
4.) Download the plugin (https://github.com/Baldywaldy09/ts-fmod-plugin-v2/releases/latest)
5.) Inside the downloaded zip extract the folder plugins into the folder you opened earlier
6.) Download any sound mods you would like to use
7.) Extract the .bank and .bank.guids from the .zip/.scs file usually located in: /sound/truck/ [these files can be placed anywhere]
8.) Back inside the plugin zip extract the folder Config App
9.) Open the .exe file inside and and select your game [top right]
10.) Press "Add Truck" and add the truck you want to add this sound to
11.) Select the new truck and press "Add New Bank" and locate the .bank file you extracted earlier
12.) Open/Restart your game and the sound should be applied

Note

Any bank files on the truck: "global" will be applied to all trucks, this can be used for things like navigation sounds
Use the in-game volume slider to adjust the volume of this plugin

Supported FMOD events and parameters

Events: [Truck]

  • engine/engine
  • engine/exhaust
  • engine/turbo
  • engine/start_bad [added in v2]
  • effects/air_brake [added in v2]
  • effects/hook_attach [added in v2]
  • effects/hook_detach [added in v2]
  • effects/air_gear [added in v2]
  • effects/gear_wrong [added in v2]
  • effects/gear_grind [added in v2]
  • effects/reverse [added in v2]
  • interior/air_warning
  • interior/blinker_on (and off)
  • interior/stick_blinker (and off)
  • interior/stick_park_brake (and off)
  • interior/wiper_up (and down) [added in v2]
  • interior/stick_retarder
  • interior/stick_hazard_warning
  • interior/stick_high_beam
  • interior/stick_light_horn
  • interior/stick_lights
  • interior/stick_wipers
  • interior/window_move
  • interior/window_click
  • interior/noise [added in v2]
  • interior/system_warning1 [Lane Assist Beep] [added in v2]
  • interior/system_warning2 [added in v2]
  • interior/system_warning3 [added in v2]

Events: [Other]

  • music/main_menu [added in v2]

Events: [GPS]

  • and_then_exit_left
  • and_then_exit_right
  • and_then_go_straight
  • and_then_keep_left
  • and_then_keep_right
  • and_then_turn_left
  • and_then_turn_right
  • compound_exit_left
  • compound_exit_right
  • compound_go_straight
  • compound_keep_left
  • compound_keep_right
  • compound_turn_left
  • compound_turn_right
  • exit_left
  • exit_now
  • exit_right
  • finish
  • go_straight
  • keep_left
  • keep_right
  • prepare_exit_left
  • prepare_exit_right
  • prepare_turn_left
  • prepare_turn_right
  • recomputing
  • roundabout_1
  • roundabout_2
  • roundabout_3
  • roundabout_4
  • roundabout_5
  • roundabout_6
  • speed_signal
  • speed_warning
  • start
  • turn_left
  • turn_right
  • u_turn

Parameters:

  • brake
  • load
  • rpm
  • wnd_left (and right)
  • surr_type
  • cabin_rot
  • cabin_out
  • trans_rpm [added in v2]
  • cabin_type Value will always be 1 [added in v2]
  • daytime [added in v2]
  • air_pressure [added in v2]
  • park_brake [added in v2]

About

A telemetry plugin for ATS/ETS2 to use FMOD sound mods (to a limited extent) for example in TruckersMP

Resources

License

Stars

Watchers

Forks

Packages

No packages published