WTFonslaught 0 Posted July 27, 2002 Not sure if this is even possible, but for atmospheres sake, Id love to have background radio traffic noise both when in vehicles like tanks, choppers etc.. as well as intermittent radio contact when on foot (fire missions, medevacs etc). Is this possible? Share this post Link to post Share on other sites
KTottE 0 Posted July 27, 2002 It is entirely possible, but that would be accomplished through mission editing. I.E record some sounds and script it so that they play all the time. Although, it might (emphasis on might) be possible for addonmakers to have sounds play at random intervals. I'm not in to the whole config.cpp bit of addonmaking that much, so I wouldn't know. Share this post Link to post Share on other sites
RedStorm 0 Posted July 27, 2002 It is possible to add radio chatter to your addons. Martin's Huey had background chatter at random intervals (real Vietnam recordings I think). Share this post Link to post Share on other sites
Scorpio 0 Posted July 27, 2002 to add a sound onto a vehicle, apply this to the cpp: soundEnviron[]={"\YourVehicle\YourSound",db+28,1}; the db+28 is the volume, so increase the number for higher volume. Share this post Link to post Share on other sites