Sir stats worthy 0 Posted October 12, 2002 Yo! Can anyone help me? I want to add voices to my radio. I've got the files I want to use but I don't know how to link it with the radio itself. Anyone? Thanks. Share this post Link to post Share on other sites
RED 0 Posted October 12, 2002 I wrote a tutorial on this a while ago: http://www.militarygameronline.com/OFPRED/tutorials/radio.asp this is also worth a read. http://www.militarygameronline.com/OFPRED/tutorials/voice.asp There are some good tutorials at the OFPEC if my tutorials don't work for you. RED Share this post Link to post Share on other sites
Sir stats worthy 0 Posted October 13, 2002 Thanks a bunch RED! Your such a helpful guy. Seeya! Share this post Link to post Share on other sites
zahony 0 Posted May 4, 2003 i don't know why but i do all the things you write in your tutorial... but still no sound. my description.ext: class CfgSounds { sounds[]={spraak1}; class spraak1 { name="spraak1"; sound[]={"test01.ogg",db+70, 1.0}; titels[]= {}; }; } and in the game: unit name "m1", wp with on activation: m1 say "spraak1" why doesn't this work??? Share this post Link to post Share on other sites
Guest jacobaby Posted May 4, 2003 You have to be CERTAIN the WP is being activated for a start, put a hint in there too, just to be sure. If that works, make sure you have recorded your OGG correctly. I only ever use low quality mono oggs for SAY and have never had any trouble, but it appears some stereo files prevent SAY working, whereas they DO play with playsound. TJ Share this post Link to post Share on other sites
zahony 0 Posted May 4, 2003 i used a wp too and it worked, so that wasn't the problem. the recordings (.ogg files) are ok. when i use the trigger or wp it says: "sound spraak1 not found" it seems to me it can not find the map and the musicfile. thx for your help. Share this post Link to post Share on other sites
zahony 0 Posted May 5, 2003 solved the problem... had to restart ofp... tsss Share this post Link to post Share on other sites
RED 0 Posted May 5, 2003 EVERYTIME you make a change to your description.ext it needs to be reloaded. Do this by saving the mission. RED Share this post Link to post Share on other sites