Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 29, 2015, 8:02:23 PM (9 years ago)
Author:
gania
Message:

All compiling, WingmanControllers actually find LeaderControllers and connect to them, SectionControllers find DivisionControllers and connect. TODO write tick functions, helper functions to CommonController

File:
1 edited

Legend:

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

    r10717 r10719  
    6363  </!-->
    6464   
    65     <SpaceShip position = "-1000, -1000, -1000">
    66       <templates>
    67         <Template link=spaceshipassff />
    68       </templates>
     65    <StaticEntity position = "-1000, -1000, -1000">
     66 
    6967      <controller>
    7068        <FleetController accuracy=10 team=1 >
    7169        </FleetController>
    7270      </controller>
    73     </SpaceShip>
     71    </StaticEntity>
    7472   
    7573    <SpaceShip position="1000, 1000, -1500 ?>" lookat="0,0,0">
     
    9694      </templates>
    9795      <controller>
    98         <LeaderController team=1>
    99         </LeaderController>
     96        <SectionController team=1>
     97        </SectionController>
    10098      </controller>
    10199    </SpaceShip>
     
    109107      </controller>
    110108    </SpaceShip>
    111     <!-->   
    112109    <!-->
    113110    <?lua
Note: See TracChangeset for help on using the changeset viewer.