Home   Help Search Login Register  

Author Topic: Changing Sides?  (Read 961 times)

0 Members and 1 Guest are viewing this topic.

Gramax

  • Guest
Changing Sides?
« on: 23 Sep 2002, 04:16:25 »
I need to get an east unit to fight for the west, I have managed to do this by making him join a western soldier then joining grpnull.  The AI have trouble following waypoints after this, is their any other way of manually changing a units side?

Offline Black_Feather

  • Former Staff
  • ****
  • I'll never forget you Daisey.
Re:Changing Sides?
« Reply #1 on: 23 Sep 2002, 05:21:37 »
you can change the mission.sqm to alter the side of a unit, change this line side="EAST"; to side="West";


            class Item0
            {
               position[]={9558.214844,23.150715,4694.548828};
               azimut=121.603722;
               special="FLY";
               id=1;
               side="EAST";
               vehicle="Su25";
               leader=1;
               skill=0.600000;
               markers[]={};
            };

Gramax

  • Guest
Re:Changing Sides?
« Reply #2 on: 23 Sep 2002, 10:15:31 »
Thanks that really saves me a lot of effort.