[5417] | 1 | <?lua |
---|
| 2 | include("levels/hudtemplates3.oxw") |
---|
| 3 | include("overlay/stats.oxo") |
---|
| 4 | include("levels/spaceshiptemplates_presentation.oxw") |
---|
| 5 | ?> |
---|
| 6 | |
---|
| 7 | <Level |
---|
| 8 | name = "presentation level 1" |
---|
| 9 | description = "..." |
---|
| 10 | > |
---|
| 11 | <Scene |
---|
| 12 | ambientlight = "0.8, 0.8, 0.8" |
---|
| 13 | skybox = "Orxonox/skypanoramagen1" |
---|
| 14 | > |
---|
| 15 | |
---|
| 16 | <?lua |
---|
| 17 | dofile("../../media/levels/CuboidSpaceStation.lua") |
---|
| 18 | ?> |
---|
| 19 | |
---|
| 20 | |
---|
| 21 | <!-- a light that doesn't work --> |
---|
| 22 | <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" /> |
---|
| 23 | |
---|
| 24 | |
---|
| 25 | <!-- space station --> |
---|
| 26 | <MovableEntity scale=1 position="2000,0,0" rotationaxis="0,1,0" rotationrate=2> |
---|
| 27 | <attached> |
---|
| 28 | <MovableEntity scale=1 position="1000,0,0" rotationaxis="0,0,1" rotationrate=1> |
---|
| 29 | <attached> |
---|
| 30 | <?lua |
---|
| 31 | createSpaceStationPar(0,2,1,2,1,4,1,50) |
---|
| 32 | ?> |
---|
| 33 | </attached> |
---|
| 34 | </MovableEntity> |
---|
| 35 | </attached> |
---|
| 36 | </MovableEntity> |
---|
| 37 | |
---|
| 38 | |
---|
| 39 | <!-- spacecruiser --> |
---|
| 40 | <MovableEntity position="1000,0,-1000" pitch="-90" roll="-90"> |
---|
| 41 | <attached> |
---|
| 42 | <Model position="0,0,0" scale=10 mesh="spacecruiser_16.mesh" /> |
---|
| 43 | </attached> |
---|
| 44 | </MovableEntity> |
---|
| 45 | |
---|
| 46 | |
---|
| 47 | <!-- Carrier with guns not implemented yet --> |
---|
| 48 | <MovableEntity position="2000,-800,-1000" pitch="-90" roll="90"> |
---|
| 49 | <attached> |
---|
| 50 | <Model position="0,0,0" scale=10 mesh="Carrier.mesh" /> |
---|
| 51 | <Model position="0,30,20" scale=10 mesh="pirate.mesh" roll="180" /> |
---|
| 52 | <Model position="-80,-30,20" scale=10 mesh="pirate.mesh" roll="180" /> |
---|
| 53 | </attached> |
---|
| 54 | </MovableEntity> |
---|
| 55 | |
---|
| 56 | |
---|
| 57 | <!-- blue planet --> |
---|
| 58 | <Planet position="1500,0,-5000" scale=1000 pitch=-90 mesh="iceplanet.mesh" atmosphere="atmosphere1" rotationaxis="1,1,0" rotationrate="1" atmospheresize=224.0f imagesize=1024.0f /> |
---|
| 59 | |
---|
[5385] | 60 | <!--------------------------------------------------------------------> |
---|
| 61 | <!--UEA Transporter T036-03--> |
---|
[5417] | 62 | <MovableEntity position="-500,-300,-800" velocity="60,0,0" rotationaxis="1,-1,-1" rotationrate=0> |
---|
[5385] | 63 | <attached> |
---|
| 64 | <Model position="0,0,0" scale=20 roll=0 pitch=-90 yaw=0 mesh="UEATransporter036.mesh" /> |
---|
[5417] | 65 | |
---|
[5385] | 66 | <!--Engine Front Right--> |
---|
| 67 | <MovableEntity position="120,14,70" velocity="0,0,0" rotationaxis="1,0,0" rotationrate=0> |
---|
| 68 | <attached> |
---|
| 69 | <Model position="0,0,0" scale=20 roll=-90 pitch=-90 yaw=90 mesh="UEATransporter036T.mesh" /> |
---|
| 70 | <MovableEntity position="0,0,35" velocity="0,0,0" rotationaxis="1,0,0" rotationrate=0> |
---|
| 71 | <attached> |
---|
| 72 | <ParticleEmitter pitch=0 roll=180 position="0,0,0" source="Orxonox/smoke5" lifetime=2.0 loop=1 startdelay=3.0 /> |
---|
| 73 | </attached> |
---|
| 74 | </MovableEntity> |
---|
| 75 | </attached> |
---|
| 76 | </MovableEntity> |
---|
[5417] | 77 | |
---|
[5385] | 78 | <!--Engine Front Left--> |
---|
| 79 | <MovableEntity position="120,14,-70" velocity="0,0,0" rotationaxis="1,0,0" rotationrate=0> |
---|
| 80 | <attached> |
---|
| 81 | <Model position="0,0,0" scale=20 roll=90 pitch=-90 yaw=90 mesh="UEATransporter036T.mesh" /> |
---|
| 82 | <MovableEntity position="0,-60,-35" velocity="0,0,0" rotationaxis="1,0,0" rotationrate=0> |
---|
[5417] | 83 | <attached> |
---|
[5385] | 84 | <!--ParticleEmitter pitch=0 roll=180 position="0,0,0" source="Orxonox/engineglow" lifetime=2.0 loop=1 startdelay=3.0 /--> |
---|
| 85 | </attached> |
---|
| 86 | </MovableEntity> |
---|
| 87 | </attached> |
---|
| 88 | </MovableEntity> |
---|
| 89 | |
---|
| 90 | <!--Engine Back Right--> |
---|
| 91 | <MovableEntity position="-90,30,70" velocity="0,0,0" rotationaxis="1,0,0" rotationrate=0> |
---|
| 92 | <attached> |
---|
| 93 | <Model position="0,0,0" scale=20 roll=-90 pitch=0 yaw=90 mesh="UEATransporter036T.mesh" /> |
---|
| 94 | <MovableEntity position="-60,0,35" velocity="0,0,0" rotationaxis="1,0,0" rotationrate=0> |
---|
[5417] | 95 | <attached> |
---|
[5385] | 96 | <ParticleEmitter pitch=0 roll=180 position="0,0,0" source="Orxonox/engineglow" lifetime=2.0 loop=1 startdelay=3.0 /> |
---|
| 97 | </attached> |
---|
| 98 | </MovableEntity> |
---|
| 99 | </attached> |
---|
| 100 | </MovableEntity> |
---|
| 101 | |
---|
| 102 | <!--Engine Back Left--> |
---|
| 103 | <MovableEntity position="-90,30,-70" velocity="0,0,0" rotationaxis="1,0,0" rotationrate=0> |
---|
| 104 | <attached> |
---|
| 105 | <Model position="0,0,0" scale=20 roll=90 pitch=0 yaw=90 mesh="UEATransporter036T.mesh" /> |
---|
| 106 | <MovableEntity position="-60,0,-35" velocity="0,0,0" rotationaxis="1,0,0" rotationrate=0> |
---|
[5417] | 107 | <attached> |
---|
[5385] | 108 | <ParticleEmitter pitch=0 roll=180 position="0,0,0" source="Orxonox/engineglow" lifetime=2.0 loop=1 startdelay=3.0 /> |
---|
| 109 | </attached> |
---|
| 110 | </MovableEntity> |
---|
| 111 | </attached> |
---|
[5417] | 112 | </MovableEntity> |
---|
| 113 | </attached> |
---|
[5385] | 114 | </MovableEntity> |
---|
| 115 | <!--T036-03 End--> |
---|
| 116 | <!-----------------------------------------------> |
---|
[5417] | 117 | |
---|
| 118 | <ParticleSpawner position="0,0,0" source="Orxonox/BigExplosion1part3" lifetime=2.0 loop=0 autostart=0> |
---|
| 119 | <events> |
---|
| 120 | <spawn> |
---|
| 121 | <EventTrigger delay=1> |
---|
| 122 | <events> |
---|
| 123 | <trigger> |
---|
| 124 | <SpawnPoint position="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> |
---|
| 125 | </trigger> |
---|
| 126 | </events> |
---|
| 127 | </EventTrigger> |
---|
| 128 | </spawn> |
---|
| 129 | </events> |
---|
| 130 | </ParticleSpawner> |
---|
| 131 | |
---|
| 132 | </Scene> |
---|
| 133 | </Level> |
---|