Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10130


Ignore:
Timestamp:
Nov 19, 2014, 4:07:53 PM (9 years ago)
Author:
kecks
Message:

Level file changed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/keckslevelHS14/data/levels/kecks.oxw

    r10119 r10130  
    22 name = "kecks"
    33 description = "A level with nothing in it."
    4  tags = "test"
     4 tags = "Test"
    55 screenshot = "pirateattack.png"
    66 gametype=Mission
     
    88
    99<?lua
    10   include("HUDTemplates3.oxo")
    1110  include("stats.oxo")
    1211  include("HUDTemplates3.oxo")
    1312  include("templates/lodInformation.oxt")
     13
    1414?>
    1515
     
    3939
    4040    <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"/>
    41     <SpawnPoint team=0 position="0,0,2000" lookat="0, 100, 0" spawnclass=SpaceShip pawndesign=spaceshipHXY  />
     41
     42    <SpawnPoint position="0,0,4000" lookat="0, 100, 0" spawnclass=SpaceShip pawndesign=spaceshipHXY team=0 active="true" />
    4243   
    4344   
     
    6162        ?>
    6263
     64 
    6365               
    6466<?lua
     
    6971               
    7072
    71 <SpaceShip position="<?lua print(150*math.sin(i)) ?>, <?lua print(150*math.cos(i)) ?>,0" lookat="<?lua print(1500*math.sin(i)) ?>, <?lua print(1500*math.cos(i)) ?>,0" roll="<?lua print(180-i*180/math.pi)?>" name="attacker">
     73<SpaceShip position="<?lua print(150*math.sin(i)) ?>, <?lua print(150*math.cos(i)) ?>,0" lookat="<?lua print(1500*math.sin(i)) ?>,  <?lua print(1500*math.cos(i)) ?>,0" maxhealt="200" initialhealth="200" roll="<?lua print(180-i*180/math.pi)?>"  >
    7274    <templates>
    73         <Template link=spaceshipHXY /> <!--spaceshipTransporter -->
     75        <Template link=spaceshipassff2 /> <!--spaceshipTransporter -->
    7476        </templates>
    7577              <controller>
     
    8385</SpaceShip>
    8486     
     87             
    8588<?lua
    8689end
     
    115118         
    116119<?lua
    117         for i = 0, (3*math.pi/2), (math.pi/2)
     120        for i = 0, (7*math.pi/4), (math.pi/4)
    118121                do
    119122?>
     
    123126                   do
    124127         ?>
    125                 <SpaceShip position="<?lua print(3000*j*math.sin(i)) ?>,<?lua print(3000*j*math.cos(i)) ?>,0" roll="<?lua print(180-i*180/math.pi)?>" lookat="0, 0, 0">
     128                <SpaceShip position="<?lua print((600+3200)*j*math.sin(i)) ?>,<?lua print((600+3200)*j*math.cos(i)) ?>,0" roll="<?lua print(180-i*180/math.pi)?>" lookat="0, 0, 0">
    126129
    127130                   <templates>
     
    132135                   <waypoints>
    133136                                   <?lua
    134                                          for k = 0, (59*math.pi/60), (math.pi/60)
     137                                         for k = 0, (29*math.pi/30), (math.pi/30)
    135138                                                   do
    136139                                        ?> 
Note: See TracChangeset for help on using the changeset viewer.