4-engined jet soundset wanted

BorekS

Members +
guys,
having issues to make a properly working soundset for a few four engined jets I am working on (eg. Horten Ho.XVIIIB, Arado 234C or a Messerschmitt P.1108/II).

originally I was thinking just to modify the stock CFS3 2-engined soundsets or to modify some 4-propeller soundset (did one for Messerschmitt Me 264, based on B-17 template), but havning not enough experience. I am able to collect needed sound samples, but am not able to make the sound.cfg properly. a simple clone of the .cfg items and renaming them for engine 3 and 4 wasnt success. I still can hear two engined startup sequence.

note: my airplanes are set as 4-engined at the current aircraft aircraft.cfg already, also the 4-startup effects defined at the current xdp file works.

any tip which CFS3 Warbird library to take as a 4-engined jet template or any other help / info?
 
CFS3 accepts FS200-2002-9 etc soundfiles, so a quick trip to Simviation should be helpful. There'll be loads to choose from.
 
hmm, I think Ive solved it own way just to simply redefine the two engined cfg initial SOUND_ENGINE settings simply by using the two original items ;)
such elegant solution works pretty fine...

Code:
[SOUND_ENGINE]
number_of_engines=4
eng1_combustion=COMBUSTION.1.00
eng2_combustion=COMBUSTION.2.00
eng3_combustion=COMBUSTION.1.00
eng4_combustion=COMBUSTION.2.00
eng1_jet_whine=JET_WHINE.1.00
eng2_jet_whine=JET_WHINE.2.00
eng3_jet_whine=JET_WHINE.1.00
eng4_jet_whine=JET_WHINE.2.00
eng1_starter=starterA
eng2_starter=starterB
eng3_starter=starterA
eng4_starter=starterB
eng1_shutdown=shutdownA
eng2_shutdown=shutdownB
eng3_shutdown=shutdownA
eng4_shutdown=shutdownB
eng1_combustion_start=combstartA
eng2_combustion_start=combstartB
eng3_combustion_start=combstartA
eng4_combustion_start=combstartB
 
Back
Top