Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 30, 2015, 4:04:16 PM (8 years ago)
Author:
gania
Message:

commented some stuff

File:
1 edited

Legend:

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

    r10888 r10898  
    3636    ?>
    3737    <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"/>
    38     <TeamSpawnPoint team=1 position="1500, 1500, 1500" lookat="1,1,-1" spawnclass=SpaceShip pawndesign=spaceshipassff />
     38    <TeamSpawnPoint team=0 position="1500, 1500, 1500" lookat="1,1,-1" spawnclass=SpaceShip pawndesign=spaceshipassff />
    3939   
    4040<!--     
     
    102102          <actionpoints>
    103103            <Actionpoint position="0,0,0" action="FLY" />
    104             <Actionpoint position="-1000,750,-500" action="ATTACK" attack="ss3" />
     104            <Actionpoint position="-1000,750,-500" action="ATTACK" attack="attack" />
    105105            <Actionpoint position="-1000,750,-500" action="PROTECt" protectMe=true />
    106             <Actionpoint position="-1000,750,-500" action="PROTECt" protect="fuck" />
     106            <Actionpoint position="-1000,750,-500" action="PROTECt" protect="protect" />
    107107            <Actionpoint position="-1000,750,-500" action="FIGHTALL" />
    108108           </actionpoints>
     
    142142      </templates>
    143143    </SpaceShip>
    144     <SpaceShip position="3000, 1000, 2000" lookat="0,0,0" team=2 name="ss3">
    145       <templates>
    146         <Template link=spaceshipassff />
    147       </templates>
    148     </SpaceShip>
    149     <SpaceShip position="-500, -300, -300" lookat="0,0,0" team=0 name="fuck">
    150       <templates>
    151         <Template link=spaceshipassff />
    152       </templates>
    153     </SpaceShip>
    154  
    155     -->
     144    <SpaceShip position="3000, 1000, 2000" lookat="0,0,0" team=2 name="attack">
     145      <templates>
     146        <Template link=spaceshipassff />
     147      </templates>
     148    </SpaceShip>
     149    <SpaceShip position="-500, -300, -300" lookat="0,0,0" team=0 name="protect">
     150      <templates>
     151        <Template link=spaceshipassff />
     152      </templates>
     153    </SpaceShip>
     154  -->
     155   
    156156<!-- HERE ENDS DEMO FOR THE ACTIONPOINTS -->
    157157<!-- HERE STARTS DEMO FOR FIGHTING -->
     
    253253      </controller>
    254254    </SpaceShip>
    255     <SpaceShip position="2000, -1500, 3000" lookat="0,0,0" team=1>
     255   <!-- <SpaceShip position="2000, -1500, 3000" lookat="0,0,0" team=1>
    256256      <templates>
    257257        <Template link=spaceshipassff />
     
    272272      </controller>
    273273    </SpaceShip>
    274 
     274 -->
    275275   
    276276<!-- HERE ENDS DEMO FOR FIGHTING -->
Note: See TracChangeset for help on using the changeset viewer.