swot 10 Posted February 5, 2012 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
tpw 2315 Posted February 5, 2012 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