Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 30, 2016, 9:55:02 PM (7 years ago)
Author:
bberabi
Message:

bots are added to the space race

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SpaceRace_HS16/data/levels/newnewnewspacerace.oxw

    r11249 r11250  
    1010  include("HUDTemplates3.oxo")
    1111  include("templates/lodInformation.oxt")
     12    include("templates/spaceshipAssff.oxt")
     13
    1214?>
    1315
    1416<?lua
     17  include("templates/spaceshipAssff2.oxt")
    1518  include("templates/fastship.oxt")
    1619  include("templates/spaceshipPirate.oxt")
     
    3134  >
    3235 
     36
     37
    3338  <!-- SOUNDS & MUSIC -->
    3439 
     
    6974
    7075
    71 
    72 
    73 
    74        
     76    <SpaceShip position="0,0,200" lookat="0,0,0">
     77      <templates>
     78        <Template link=spaceshipassff />
     79      </templates>
     80      <controller>
     81        <WaypointPatrolController alertnessradius=0 team=10>
     82          <waypoints>
     83            <Model mesh="cube.mesh" scale=0 position="0,-2000,1000" />
     84            <Model mesh="cube.mesh" scale=0 position="0,2100,2300" />
     85            <Model mesh="cube.mesh" scale=0 position="0,-400,300" />
     86          </waypoints>
     87        </WaypointPatrolController>
     88      </controller>
     89    </SpaceShip>
    7590
    7691
     
    116131  </StaticEntity>
    117132
     133
     134
     135
    118136    <!-- ---------------ForceFields----------------- -->
    119137    <ForceField position="0,0,0" direction="0,-1,0" diameter=500 velocity=2000 length=1000/>
Note: See TracChangeset for help on using the changeset viewer.