Novusordo 0 Posted April 22, 2007 in my latest mission i've made a really cool radio messege briefing while we are being flown to the insertion point in the chopper. the only problem is that the chopper noise is far too loud for my radio messege. i know u can lower the effects volume and increase the radio volume but i am going to use subtles to get around this problem instead of relying on the player to manipulate volume settings. so basically how do i add subtitles for a playing radio messege? Share this post Link to post Share on other sites
fasad 1 Posted April 23, 2007 Quote[/b] ]class CfgRadio{ sounds[] = {}; class RadioMsg1 { name = ""; sound[] = {"\sound\filename1.ogg", db-100, 1.0}; title = "Well all the civilians are now safe in the lodge. I am ready for your orders."; }; class RadioMsg2 { name = ""; sound[] = {"\sound\filename2.ogg", db-100, 1.0}; title = {$STR_RADIO_2}; }; }; wiki Share this post Link to post Share on other sites
Novusordo 0 Posted April 23, 2007 cheers m8. i did search before asking and even went to wiki to check but the damm thing had me beleive the stringtable.csv file was the place to add the subtitles while not providing a decent cohesive guide to formatting the damm file. Share this post Link to post Share on other sites