Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 30, 2015, 12:08:30 PM (9 years ago)
Author:
gania
Message:

created destructor functions and improved findNewLeader and findNewDivisionLeader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/AI_HS15/data/levels/AITest.oxw

    r10719 r10722  
    3232
    3333    <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/>
    34     <SpawnPoint team=0 position="-2000,-1000,3000" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
     34    <SpawnPoint team=0 position="1000,1000,-1000" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
    3535    <!-->
    3636
     
    7171    </StaticEntity>
    7272   
    73     <SpaceShip position="1000, 1000, -1500 ?>" lookat="0,0,0">
     73   
     74    <SpaceShip position="1000, 1000, -1300 ?>" lookat="0,0,0">
    7475      <templates>
    7576        <Template link=spaceshipassff />
    7677      </templates>
    7778      <controller>
    78         <DivisionController team=1>
    79         </DivisionController>
     79        <SectionController team=1>
     80        </SectionController>
    8081      </controller>
    8182    </SpaceShip>
    82     <SpaceShip position="1000, 1000, -1900 ?>" lookat="0,0,0">
     83    <SpaceShip position="1000, 1000, -1600 ?>" lookat="0,0,0">
    8384      <templates>
    8485        <Template link=spaceshipassff />
     
    8990      </controller>
    9091    </SpaceShip>
    91     <SpaceShip position="1000, 1000, -1500 ?>" lookat="0,0,0">
     92    <SpaceShip position="1000, 1000, -1900 ?>" lookat="0,0,0">
    9293      <templates>
    9394        <Template link=spaceshipassff />
     
    9899      </controller>
    99100    </SpaceShip>
    100     <SpaceShip position="1000, 1000, -1900 ?>" lookat="0,0,0">
    101       <templates>
    102         <Template link=spaceshipassff />
    103       </templates>
    104       <controller>
    105         <WingmanController team=1>
    106         </WingmanController>
    107       </controller>
    108     </SpaceShip>
     101
     102   
    109103    <!-->
    110104    <?lua
Note: See TracChangeset for help on using the changeset viewer.