- Timestamp:
- Nov 19, 2014, 4:07:53 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/keckslevelHS14/data/levels/kecks.oxw
r10119 r10130 2 2 name = "kecks" 3 3 description = "A level with nothing in it." 4 tags = " test"4 tags = "Test" 5 5 screenshot = "pirateattack.png" 6 6 gametype=Mission … … 8 8 9 9 <?lua 10 include("HUDTemplates3.oxo")11 10 include("stats.oxo") 12 11 include("HUDTemplates3.oxo") 13 12 include("templates/lodInformation.oxt") 13 14 14 ?> 15 15 … … 39 39 40 40 <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" /> 42 43 43 44 … … 61 62 ?> 62 63 64 63 65 64 66 <?lua … … 69 71 70 72 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)?>" > 72 74 <templates> 73 <Template link=spaceship HXY/> <!--spaceshipTransporter -->75 <Template link=spaceshipassff2 /> <!--spaceshipTransporter --> 74 76 </templates> 75 77 <controller> … … 83 85 </SpaceShip> 84 86 87 85 88 <?lua 86 89 end … … 115 118 116 119 <?lua 117 for i = 0, ( 3*math.pi/2), (math.pi/2)120 for i = 0, (7*math.pi/4), (math.pi/4) 118 121 do 119 122 ?> … … 123 126 do 124 127 ?> 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"> 126 129 127 130 <templates> … … 132 135 <waypoints> 133 136 <?lua 134 for k = 0, ( 59*math.pi/60), (math.pi/60)137 for k = 0, (29*math.pi/30), (math.pi/30) 135 138 do 136 139 ?>
Note: See TracChangeset
for help on using the changeset viewer.