Jump to content
Sign in to follow this  
Wadi

Changing unit side

Recommended Posts

Is there any way to change the side of a unit without grouping it with another unit? confused.gif

Share this post


Link to post
Share on other sites

YEP

Go into the mission.sqm

Look for CIV, EAST or WEST that shows up for the guys.

Change to whichever one you want.

example...

};

class Item25

{

side="EAST";                     -----used to say CIV

class Vehicles

{

items=1.000000;

class Item0

{

position[]={9583.000977,29.834999,3351.488525};

azimut=156.584579;

id=85.000000;

side="EAST";                    ----used to say CIV

vehicle="Civilian3";

leader=1.000000;

skill=0.647627;

text="tw1";

markers[]={};

};

};

};

Notice that all I did to put the civilian dude on the east team is change where it said CIV to EAST

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  

×