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.
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 = "";
};
};
Ingame, just add this to your unit's init field:
this setIdentity "British";
http://www.sendspace.com/file/s2h1u6