Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 24, 2015, 5:21:03 PM (9 years ago)
Author:
gania
Message:

major change: introduced Actionpoints, look AITest.oxw. Only FLY works for now

File:
1 edited

Legend:

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

    r10847 r10849  
    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     <TeamSpawnPoint team=1 position="-1000,-1000,-1000" lookat="1,1,-1" spawnclass=SpaceShip pawndesign=spaceshipassff />
     34    <TeamSpawnPoint team=0 position="-1000,-1000,-1000" lookat="1,1,-1" spawnclass=SpaceShip pawndesign=spaceshipassff />
    3535   
    3636<!--
     
    5353<!--                 <ActionPoint position="12,34,56" action="FIGHT" enemy="ss" />
    5454 -->
    55     <SpaceShip position="2000, 1500, -1000" lookat="0,0,0" team=0 name="ss1">
     55<!--     <SpaceShip position="2000, 1500, -1000" lookat="0,0,0" team=0 name="ss1">
    5656      <templates>
    5757        <Template link=spaceshipassff />
     
    6161        </DivisionController>
    6262      </controller>
    63     </SpaceShip>
    64     <SpaceShip position="0, 1500, -1000" lookat="0,0,0" team=0 name="ss2">
     63    </SpaceShip> -->
     64    <SpaceShip position="-2000, 1500, -1000" lookat="0,0,0" team=1 name="ss2">
    6565      <templates>
    6666        <Template link=spaceshipassff />
    6767      </templates>
    6868      <controller>
    69         <DivisionController team=12>
     69        <DivisionController team=1>
    7070          <actionpoints>
    71             <Actionpoint position="12,34,56" action="PROTECT" protectMe=true />
    72             <Actionpoint position="12,34,56" action="FLY" />
     71            <Actionpoint position="-1000,750,-500" action="PROTECt" protect="fuck" />
     72            <Actionpoint position="-1000,750,-500" action="ATTACK" enemy="ss3" />
     73            <Actionpoint position="-1000,750,-500" action="FLY" />
     74            <Actionpoint position="0,0,0" action="FLY" />
    7375          </actionpoints>
    7476        </DivisionController>
    7577      </controller>
    7678    </SpaceShip>
    77    
     79    <SpaceShip position="0, 0, 0" lookat="0,0,0" team=2 name="ss4">
     80      <templates>
     81        <Template link=spaceshipassff />
     82      </templates>
     83    </SpaceShip>
     84    <SpaceShip position="1000, 300, 200" lookat="0,0,0" team=2 name="ss3">
     85      <templates>
     86        <Template link=spaceshipassff />
     87      </templates>
     88    </SpaceShip>
     89    <SpaceShip position="-500, -300, -300" lookat="0,0,0" team=1 name="fuck">
     90      <templates>
     91        <Template link=spaceshipassff />
     92      </templates>
     93    </SpaceShip>
    7894   <!--  <SpaceShip position="4000 ,1500, -1600 " lookat="0,0,0" team=0>
    7995      <templates>
Note: See TracChangeset for help on using the changeset viewer.