dariowouters/ts-fmod-plugin — reverse-engineered prompt
Reverse engineered prompt
Build me a Windows telemetry plugin for Euro Truck Simulator 2 and American Truck Simulator that lets players use FMOD truck sound mods in TruckersMP, where normal sound mods are not supported.
I want it to load a DLL from the game plugins folder, start an FMOD instance, read the truck telemetry, and play the matching sound bank events for engine, exhaust, turbo, interior switches, windows, blinkers, and navigation voice prompts. It should support copying .bank and .bank.guids files into a plugin folder, choosing one or more banks through a selected.bank.txt file, and changing basic sound levels through a sound_levels.txt file.
Please include a simple release folder layout so a user can copy the DLL and plugin folder into bin/win_x64/plugins and understand where to put master.bank and their sound mod files. It’s okay if the plugin has the known limitations like basic volume control and not reacting to camera direction. Look up current SCS telemetry and FMOD docs online if you need to.
Want more depth? Deep Reverse