Jump to content

Recommended Posts

How can i disable the formation from start of the mission, in the editor i have set up how i want the formation to be at the start, but when i start the mission, the friendly AI's is in a Wedge formation

Share this post


Link to post
Share on other sites

If you double click on the unit's you've placed you should see the Special field (underneath the Unit field), click on that it should say In Formation, None, and In Cargo. Set it to None :P

Share this post


Link to post
Share on other sites

i did, that worked in 0.5 sec, they instant moved to the formation after i started it. Can i decide which formation i want in the editor?

Edited by TAW_Yonose

Share this post


Link to post
Share on other sites

I guess the team will stay without any formation as long as a new waypoint is assigned. How did you set it up in the editor?

Of course you can add this to the init of the leader of the group

{_x setFormation "LINE"} forEach units group this

look here for all formations http://community.bistudio.com/wiki/setFormation

What do you mean by "disable formation"?

The only way to really disable any kind of formation is to dismiss the team members by creating the corresponding waypoint.

The group will rearrange if they come into contact with enemy units.

see here http://community.bistudio.com/wiki/Waypoint_types#Dismissed

You could also ungroup all team members and create a new group if needed

[unit1, unit2, unit2 ...] joinSilent LeaderName

Edited by _qoR

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  

×