Jump to content
Sign in to follow this  
skelebob9

British voice for squad mates

Recommended Posts

This goes in your mission's description.ext:

class CfgIdentities
{
   class British
   {
       name = ""; // Replace with your desired soldier name - all soldiers with the 'British' identity will use this name!
       face = "Face01";
       glasses = "None";
       speaker = "Male02ENG";
       pitch = 1;
   };
};

In-game, just add this to your unit's init field:

this setIdentity "British";

Voila, your squad has British voices.

Be sure to change the name, and I recommend making multiple indentity classes with different names or your soldiers will all have the same name.

Share this post


Link to post
Share on other sites

Thanks for you contribution.

P.S. - Long live the Royal Marines!

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  

×