• There seems to be an uptick in Political comments in recent months. Those of us who are long time members of the site know that Political and Religious content has been banned for years. Nothing has changed. Please leave all political and religious comments out of the forums.

    If you recently joined the forums you were not presented with this restriction in the terms of service. This was due to a conversion error when we went from vBulletin to Xenforo. We have updated our terms of service to reflect these corrections.

    Please note any post refering to a politician will be considered political even if it is intended to be humor. Our experience is these topics have a way of dividing the forums and causing deep resentment among members. It is a poison to the community. We appreciate compliance with the rules.

    The Staff of SOH

  • Server side Maintenance is done. We still have an update to the forum software to run but that one will have to wait for a better time.

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