This page is under construction
Archives/bf1942/levels/Battle_of_Britain.rfa
bf1942/levels/Battle_of_Britain/Objects/Ju88A/Sounds/Engine1High.ssc
#include ../../../../../../Objects/Vehicles/Common/Sounds/EngineMap.ssc newPatch #include ../../../../../../object/vehicles/air/Common/Sounds/Dive.ssc #################### ### Engine Start ### #################### load @ROOT/Sound/@RTD/mstngnstrt.wav minDistance 1 randomStartPitch .05/.0 priority -2 *** Distance Volume *** beginEffect controlDestination Volume controlSource Distance envelope Ramp param 30 param 80 param 1 param -1 endEffect ############ ### Main ### ############ load @ROOT/Sound/@RTD/veaB17run.wav loop minDistance 20 randomStartPitch .05/.05 priority 9 *** Engine start *** beginEffect controlDestination Volume controlSource Time envelope Ramp param .1 param .7 param 0 param 1 endEffect *** Engine Pitch *** beginEffect controlDestination Pitch controlSource Extern #map<Engine::Rpm> envelope Ramp param 0 param .3 param 0.70 param 0.30 endEffect *** Engine Volume Start *** beginEffect controlDestination Volume controlSource Extern #map<Engine::Rpm> envelope Ramp param 0.3 param 1.2 param 0 param 1 endEffect *** Distance Volume *** beginEffect controlDestination Volume controlSource Distance envelope Ramp param 280 param 600 param 1 param -1 endEffect *** Engine stop *** beginEffect controlDestination Volume controlSource TimeRelease envelope Ramp param 0 param 0.5 param 1 param -1 endEffect *** Engine stop *** beginEffect controlDestination Pitch controlSource TimeRelease envelope Ramp param 0 param 0.7 param 1 param -1 endEffect ############### ### Hi Prop ### ############### load @ROOT/Sound/@RTD/b17hiprop.wav loop minDistance 20 volume 0.6 priority 7 *** 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 .3 param 1.2 param 0.65 param 0.33 endEffect *** Engine Volume Start *** beginEffect controlDestination Volume controlSource Extern #map<Engine::Rpm> envelope Ramp param 0.7 param 1.2 param 0 param 1 endEffect *** Distance Volume *** beginEffect controlDestination Volume controlSource Distance envelope Ramp param 90 param 200 param 1 param -1 endEffect *** Engine stop *** beginEffect controlDestination Volume controlSource TimeRelease envelope Ramp param 0 param 0.2 param 1 param -1 endEffect