Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 28, 2015, 10:30:56 PM (9 years ago)
Author:
gania
Message:

added other weapons

File:
1 edited

Legend:

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

    r10883 r10885  
    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=0 position="-1000,-1000,-1000" lookat="1,1,-1" spawnclass=SpaceShip pawndesign=spaceshipassff />
     34    <TeamSpawnPoint team=0 position="-5000, 3000, -2000" lookat="1,1,-1" spawnclass=SpaceShip pawndesign=spaceshipassff />
    3535   
    3636<!-- HERE STARTS DEMO FOR THE "WAYPOINTS" -->
     
    127127<!-- HERE ENDS DEMO FOR THE ACTIONPOINTS -->
    128128<!-- HERE STARTS DEMO FOR FIGHTING -->
    129     <!--
     129   
    130130    <SpaceShip position="-4000, 1500, -1000" lookat="0,0,0" team=0 name="ss2">
    131131      <templates>
     
    134134      <controller>
    135135        <DivisionController team=0 formationMode="WALL">
    136           <actionpoints>
    137             <Actionpoint position="0,0,0" action="ATTACK" attack="ss3" />
    138           </actionpoints>
     136
    139137        </DivisionController>
    140138      </controller>
     
    167165      </controller>
    168166    </SpaceShip>
    169 
    170     <SpaceShip position="2000, -1500, 1000" lookat="0,0,0" team=1 name="ss3">
     167    <SpaceShip position="-4000, 1500, -3000" lookat="0,0,0" team=0>
     168      <templates>
     169        <Template link=spaceshipassff />
     170      </templates>
     171      <controller>
     172        <DivisionController team=0 formationMode="WALL">
     173
     174        </DivisionController>
     175      </controller>
     176    </SpaceShip>
     177    <SpaceShip position="-4000, 1900, -3000" lookat="0,0,0" team=0>
     178      <templates>
     179        <Template link=spaceshipassff />
     180      </templates>
     181      <controller>
     182        <SectionController team=0>
     183        </SectionController>
     184      </controller>
     185    </SpaceShip>
     186
     187
     188    <SpaceShip position="2000, -1500, 1000" lookat="0,0,0" team=1 >
    171189      <templates>
    172190        <Template link=spaceshipassff />
     
    174192      <controller>
    175193        <DivisionController team=1 formationMode="WALL">
    176           <actionpoints>
    177             <Actionpoint position="0,0,0" action="ATTACk" attack="ss2" />
    178           </actionpoints>
     194
    179195        </DivisionController>
    180196      </controller>
     
    207223      </controller>
    208224    </SpaceShip>
    209      -->
     225    <SpaceShip position="2000, -1500, 3000" lookat="0,0,0" team=1>
     226      <templates>
     227        <Template link=spaceshipassff />
     228      </templates>
     229      <controller>
     230        <DivisionController team=1 formationMode="WALL">
     231
     232        </DivisionController>
     233      </controller>
     234    </SpaceShip>
     235    <SpaceShip position="2000, -1900, 3000" lookat="0,0,0" team=1>
     236      <templates>
     237        <Template link=spaceshipassff />
     238      </templates>
     239      <controller>
     240        <SectionController team=1>
     241        </SectionController>
     242      </controller>
     243    </SpaceShip>
     244
     245   
    210246<!-- HERE ENDS DEMO FOR FIGHTING -->
    211247<!-- HERE STARTS DEMO FOR FORMATIONS -->
    212    
     248    <!--
    213249    <Model mesh="cube.mesh" scale=8 position="   0,2000,    0" />
    214250    <Model mesh="cube.mesh" scale=8 position="   0,2000,-2000" />
     
    259295      </controller>
    260296    </SpaceShip>
    261    
     297    -->
    262298<!-- HERE ENDS DEMO FOR FORMATIONS -->
    263299    <!--
    264     <SpaceShip position="2000, 2000, 2000" lookat="0,0,0" team=1 name="ss2">
     300    <SpaceShip position="-2000, 3000, -2000" lookat="0,0,0" team=1 name="ss2">
    265301      <templates>
    266302        <Template link=spaceshipassff />
     
    272308      </controller>
    273309    </SpaceShip>
    274    
    275310 -->
     311
    276312  </Scene>
    277313</Level>
Note: See TracChangeset for help on using the changeset viewer.