This page is under construction
Archives/Bf1942/Levels/ominos_archipelago/Ominos_Archipelago.rfa
bf1942/levels/Ominos_Archipelago/Objects/Air/BF110-T/Sounds/EngineLow_left.ssc
#include ../../../Common/Sounds/EngineMap.ssc newPatch ################ ### Low RPM ### ################ load @ROOT/Sound/@RTD/Aircraft_2prop_engine_lowRPM_left.wav loop minDistance 10 volume 0.5 randomStartPitch 0.2/0.2 priority 7 *** Engine start *** beginEffect controlDestination Volume controlSource Time envelope Ramp param .6 param 6.0 param 0 param 1 endEffect *** Engine Pitch *** beginEffect controlDestination Pitch controlSource Extern #map<Engine::Rpm> envelope Ramp param 0 param .8 param 0.95 param 0.05 param 1 param 2 endEffect *** Engine Volume Start *** beginEffect controlDestination Volume controlSource Extern #map<Engine::Rpm> envelope Ramp param 0 param 0.3 param 1 param -1 endEffect *** Distance Volume *** beginEffect controlDestination Volume controlSource Distance envelope Ramp param 2 param 35 param 1 param -1 endEffect *** Engine stop *** beginEffect controlDestination Volume controlSource TimeRelease envelope Ramp param 0 param 0.2 param 1 param -1 endEffect ############ ### Main ### ############ load @ROOT/Sound/@RTD/Aircraft_2prop_engine_medRPM.wav loop randomStartPitch 0.2/0.2 volume 0.7 minDistance 20 priority 9 *** Engine start *** beginEffect controlDestination Volume controlSource Time envelope Ramp param 1.0 param 10 param 0 param 1 endEffect *** Engine Pitch *** beginEffect controlDestination Pitch controlSource Extern #map<Engine::Rpm> envelope Ramp param .2 param .8 param 0.70 param 0.30 endEffect *** Engine Volume Start *** beginEffect controlDestination Volume controlSource Extern #map<Engine::Rpm> envelope Ramp param 0 param 0.5 param 1 param -1 endEffect *** Distance Volume *** beginEffect controlDestination Volume controlSource Distance envelope Ramp param 30 param 180 param 1 param -1 endEffect *** Engine stop *** beginEffect controlDestination Volume controlSource TimeRelease envelope Ramp param 0 param 0.2 param 1 param -1 endEffect ########## ### hi ### ########## load @ROOT/Sound/@RTD/Aircraft_2prop_engine_hiRPM.wav loop volume 0.5 minDistance 20 randomStartPitch .05/.05 priority 9 *** Engine start *** beginEffect controlDestination Volume controlSource Time envelope Ramp param .4 param 1.2 param 0 param 1 endEffect *** Engine Pitch *** beginEffect controlDestination Pitch controlSource Extern #map<Engine::Rpm> envelope Ramp param .6 param 1.05 param 0.70 param 0.30 endEffect *** Engine Volume Start *** beginEffect controlDestination Volume controlSource Extern #map<Engine::Rpm> envelope Ramp param 0.6 param 1 param 0 param 1 endEffect *** Distance Volume *** beginEffect controlDestination Volume controlSource Distance envelope Ramp param 30 param 180 param 1 param -1 endEffect *** Engine stop *** beginEffect controlDestination Volume controlSource TimeRelease envelope Ramp param 0 param 0.2 param 1 param -1 endEffect