Jump to content
Sign in to follow this  
skelebob9

British voice for player profile

Recommended Posts

This is an addon that lets you have a British voice for your character. Only useful for offline play because the addon isn't signed and so probably won't be allowed online, but if you manage to find a server without signed addons required, it should work because it uses the game's configs.

UplGXlM.png

Mission identities - 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;
   };
};

Ingame, just add this to your unit's init field:

this setIdentity "British";

PBO source code:

class cfgPatches
{
class BritishVoice
{
	units[] = {};
	weapons[] = {};
	requiredAddons[] = {"A3_Dubbing_Radio_F"};
	requiredVersion = 0.5;
};
};

class cfgVoiceTypes
{
class BritishVoice
{
	name = "British";
	voices[] = {"Male02ENG"};
	preview = "Male02ENG";
	alternative = "";
};
};

http://www.sendspace.com/file/s2h1u6

Share this post


Link to post
Share on other sites

hi there i have tried to get this to work but i must be doing somethink wrong, any chance you can give a better readme on on how to get this voice change to work thanks steven

---------- Post added at 16:32 ---------- Previous post was at 16:20 ----------

hi sorry i got it to work thanks

Share this post


Link to post
Share on other sites

Download link has expired.. Looks awesome tho

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  

×