Jump to content
avibird 1

How to give a unit a particular name for all sections during the mission ?

Recommended Posts

I making a mission called the Dirty Dozen BASED ON THE MOVIE. I know how to change the units names. I can make it shows up on the role assignment page, score board page, Team section under the map  and briefing but the default names still show up on the squad leader menu ect how to change the names for all sections. I hope you guys understand what I am asking :dozingoff:

Share this post


Link to post
Share on other sites

Define names in description.ext:

class CfgIdentities
{
	class dave
	{
		name		= "Dave";
		nameSound	= "Givens";
		face		= "whiteHead_06";
		glasses		= "None";
		speaker		= "Male05ENG";
		pitch		= 1.1;
	};
};

and add this to each units init box:

this setIdentity "dave";

Should show up everywhere.

Share this post


Link to post
Share on other sites

Does that give both names first and last?  Is this for the group leader command menu ? So I don't have to change the names via editor. 

Share this post


Link to post
Share on other sites
5 hours ago, avibird 1 said:

What is name sound

Givens ?

Each name of the audio file has a voice actor, "Givens" is the name of an audio file used in the game for a character.

The game has several characters, each with its own audio file.

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

×