Home   Help Search Login Register  

Author Topic: guys i need some help again.....  (Read 613 times)

0 Members and 1 Guest are viewing this topic.

coolisamy

  • Guest
guys i need some help again.....
« on: 11 Mar 2004, 18:03:09 »
i learn how to use a radio script.... now how can i rec my voice into the text
if you know what o mean...

Offline macguba

  • Former Staff
  • ****
    • macguba's operation flashpoint page
Re:guys i need some help again.....
« Reply #1 on: 11 Mar 2004, 22:05:10 »
Try Bloodmixer's Sound tutorial in the Editors Depot.
Plenty of reviewed ArmA missions for you to play

Offline The-Architect

  • Former Staff
  • ****
  • Bite my shiny metal...
    • Bob's Un-official Flashpoint Page
Re:guys i need some help again.....
« Reply #2 on: 11 Mar 2004, 23:56:03 »
Get Goldwave from here,

http://www.goldwave.com/release.html

Then record your voice using Goldwave and a mic and then save it as .ogg

Next create a new folder in the folder where your mission is. Call it sound. It will be created in the Flashpoint folder summit like this,

C:\Program Files\Codemasters\Operation Flashpoint\Users\Coolisamy\missions\yourmissionname

Next you must create a Description file using the notepad or wordpad.
Save it as Description.ext. Where it says save as type: set it to All Files

In this notepad file put this,




class CfgSounds
{
sounds[] = {Yoursoundfilename };
class Yoursoundfilename
{
name = "Yoursoundfilename";
sound[] = {"Yoursoundfilename.ogg", db+20, 1.0};
titles[] =
{
0, $STRM_Yoursoundfilename
};
};




You can cut and paste that bit up there.  ::)
Save it.

If you've put everything in the right place then the file should appear in the editor. Just make a trigger and in the second page you can call it up from the same place as the BIS default sounds.

Hope that's in depth enough to help you.
« Last Edit: 11 Mar 2004, 23:59:51 by The-Architect »
James Andrew Wilkinson 1977 - 2005 R.I.P.
"If it ain't the friggin' incoming it's the friggin' outgoing. Only difference is who gets the friggin' grease, and that ain't no friggin' difference at all."

coolisamy

  • Guest
Re:guys i need some help again.....
« Reply #3 on: 12 Mar 2004, 11:09:39 »
Thanks Guys!

I'l try it.... 8)