Jump to content
Sign in to follow this  
6thStorm

Change Unit and Vehicle Names

Recommended Posts

Is there a way to change names of units and vehicles so they show up on the map as f.ex. Convoy (vehicle leader ofc), Delta1 etc. ? Instead of 1-1-C or such.

Share this post


Link to post
Share on other sites

You can name groups.

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">group LeaderWest22 setGroupId ["Delta", "GroupColor4"];

group ArtyWest1 setGroupId ["Artillery", "GroupColor5"];

As far as having names appear on the map, you'd need a script to control a set of markers with names assigned to them, or some other method.

Share this post


Link to post
Share on other sites
You can name groups.

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">group LeaderWest22 setGroupId ["Delta", "GroupColor4"];

group ArtyWest1 setGroupId ["Artillery", "GroupColor5"];

As far as having names appear on the map, you'd need a script to control a set of markers with names assigned to them, or some other method.

Well it's a start. smile_o.gif

Thx

Edit: oh i also found this: http://forum.armedassault.info/index.php?showtopic=402

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  

×