MrE12AX7
Land Yacht Captain
I am having trouble with my soundscripts
Here is the config file
and the soundscript
What am I doing wrong. The names of the wav files are correct and they are mono.
Here is the config file
Code:
soundsources
;nodeID, sound
40, CadillacEngine
40, caddyhorn
Code:
CadillacEngine
{
trigger_source engine
pitch_source engine_rpm
sound 750.0 500bigblock_idle.wav
sound 849.0 500bigblock_low.wav
sound 1035.0 500bigblock_medium.wav
sound 1455.0 500bigblock_high.wav
}
caddyhorn
{
trigger_source horn
start_sound unpitched caddyhorn_start.wav
sound unpitched caddy_horn.wav
stop_sound unpitched caddyhorn_stop.wav
}