; please use lower case for sample names ; replace carname with the directory name of the car [BeginBank] bank_size 5 instance_count 5 bank_name golfb banktype 3 [BeginSamples] declare_sample idle ;idle declare_sample lowon ;low declare_sample lowoff ;low declare_sample highon ;high declare_sample highoff ;high [EndSamples] [BeginSS] name golfb_idle type 3 sample idle instances 1 [EndSS] ;;;;;;;;;;;;;;;;;;;;;;; ;; throttle on sounds ;;;;;;;;;;;;;;;;;;;;;;; [BeginSS] name golfb_low_on type 3 sample lowon instances 1 [EndSS] [BeginSS] name golfb_high_on type 3 sample highon instances 1 [EndSS] ;;;;;;;;;;;;;;;;;;;;;;;; ;; throttle off sounds ;;;;;;;;;;;;;;;;;;;;;;;; [BeginSS] name golfb_low_off type 3 sample lowoff instances 1 [EndSS] [BeginSS] name golfb_high_off type 3 sample highoff instances 1 [EndSS] [EndBank]