Jump to content
Sign in to follow this  
cnivison

Changing default soldier names

Recommended Posts

I am creating a mission in which I need to change the default soldier names in my platoon (their names are listed under a tab in the MAP screen). I remember briefly finding something on that topic related to one of the init .HTML files, but I can no longer find it. HELP!

Share this post


Link to post
Share on other sites

In the soldiers Initialization field type this way.

this setidentity "your name"

then make description.ext

class CfgIdentities

{

class your name

{

name = "your name";

face = "Face7";

glasses="None";

speaker = "Adam";

pitch = 1.10;

};

class next name

{

name = "next name";

face = "Face7";

glasses="None";

speaker = "Greg";

pitch = 1.05;

};

                       

                                   .

                                   .

                                   .

};

Share this post


Link to post
Share on other sites
Guest

Will the name appear in radio messages when you use setidentity? Example: Alpha Black One (Billy Bob) "bla bla"

Share this post


Link to post
Share on other sites

I have another question related to this.. you can set the face to one of the available faces.. is it possible to add a custom face like you do with flags.. put them in the mission folder?

Share this post


Link to post
Share on other sites
I have another question related to this.. you can set the face to one of the available faces.. is it possible to add a custom face like you do with flags.. put them in the mission folder?

Will the name appear in radio messages when you use setidentity? Example: Alpha Black One (Billy Bob) "bla bla"As far as I know, that is not possible; though I really hope that someone will tell me I'm wrong.

Quote[/b] ]Will the name appear in radio messages when you use setidentity? Example: Alpha Black One (Billy Bob) "bla bla"

Yes it will, but remember, that name ONLY shows up when it is the player speaking, not any AI squadmates.

Share this post


Link to post
Share on other sites

Very strange Novellus, you play to answer all the old posts ?

A new game for you ?

Share this post


Link to post
Share on other sites
Edit: Truth is it got people to ask relevant questions.

Which is why I left this one and perhaps one other smile_o.gif

Share this post


Link to post
Share on other sites
Edit: Truth is it got people to ask relevant questions.

Which is why I left this one and perhaps one other smile_o.gif

Ooooooooh! Are we playing forum treasure hunt? biggrin_o.gif

Share this post


Link to post
Share on other sites
Will the name appear in radio messages when you use setidentity? Example: Alpha Black One (Billy Bob) "bla bla"

I think you use the setId command if you want that....

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  

×