Jump to content
Sign in to follow this  
swot

Changing Voices

Recommended Posts

Hey guys,

is there a command or something that i can use to change an AI's voice to the BAF British voice?

cheers for the help

Share this post


Link to post
Share on other sites

Yep. However you need to do several things:

1 - In the editor, give the AI an identity by placing this setidentity "fred" in the AI's init. Assuming his name is Fred....

2 - Create a description.ext file and save it into the folder created by your mission. For instance, if you were in the editor using the Tora Bora map, and saved your mission as XYZ, then you'd look for c:\documents and settings\your name\my documents\arma2\missions\XYZ.torabora and save description.ext in there

3 - Add the following to your description.ext

class CfgIdentities

{

class fred
{
name = "Fred Nerk";
speaker = "Male01_BAF";
};	
};

Male01_BAF through to Male04_BAF will give you the different British accents

You can alter the AI appearance as well as their voice. Have a look at http://community.bistudio.com/wiki/Description.ext for more details.

I hope this helps you.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×