Jump to content
Sign in to follow this  
Winters

How to get custom names in "group" part of brief?

Recommended Posts

Hello,

please take a look at this from my description.ext.

i am making a mission that all the units in the group must be named. when i click on the group tab in the briefing it shows the default names. can anyone help?

i grouped them using:

Airborne = group a1 (and named them a1, a2, a3 etc)

and here is the cfgidentities from my description.ext:

class CfgIdentities

{

class Winters

{

name = "Richard Winters";

face = "Face38";

glasses="None";

speaker = "Adam";

pitch = 1.10;

};

class Buck

{

name = "Lynn Compton";

face = "Face7";

glasses="None";

speaker = "Greg";

pitch = 1.05;

};

class Lipton

{

name = "C. Carwood Lipton";

face = "Face34";

glasses="None";

speaker = "John";

pitch = 1.10;

};

class Guarnere

{

name = "William J. Guarnere";

face = "Face18";

glasses="None";

speaker = "Patrick";

pitch = 1.00;

};

class Penkala

{

name = "Alex M. Penkala";

face = "Face24";

glasses="None";

speaker = "Rob";

pitch = 1.00;

};

class Leibgot

{

name = "Jospeh D. Leibgot";

face = "Face40";

glasses="None";

speaker = "Dan";

pitch = 1.00;

};

class Shifty

{

name = "Darrell C. Powers";

face = "Face21"

glasses="None";

speaker = "John";

pitch = 1.00;

};

class Toy

{

name = "Joseph D. Toye";

face = "Face6";

glasses="None";

speaker = "Patrick";

pitch = 1.00;

};

class Mularkey

{

name = "Donald G. Mularkey";

face = "Face16";

glasses="None";

speaker = "Greg";

pitch = 0.85;

};

class Cobb

{

name = "Roy W. Cobb";

face = "Face17";

glasses="None";

speaker = "Adam";

pitch = 0.85;

};

class Babe

{

name = "Edward J. Heffron";

face = "Face36";

glasses="None";

speaker = "Adam";

pitch = 1.15;

};

class Doc

{

name = "Eugene G. Roe";

face = "Face12";

glasses="None";

speaker = "Adam";

pitch = 0.85;

};

};

thanks in advance.

Share this post


Link to post
Share on other sites
Guest jacobaby

You need to use SETIDENTITY in the init line of each unit.

eg

</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">

this setidentity "Name of defined guy"

<span id='postcolor'>

TJ

Share this post


Link to post
Share on other sites

OMG wow.gif

It would be something that easy, you don't know how many hours i spent trying to figure it out.

Thanks biggrin.gif

Share this post


Link to post
Share on other sites

It's not a mod, just a mission using the Invasion '44 WW2 units.

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  

×