- Timestamp:
- Dec 17, 2008, 9:12:09 AM (16 years ago)
- Location:
- data/media/levels
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/hudtemplates3.oxw
r5353 r5383 16 16 colour = "1.0, 1.0, 0.0, 0.8" 17 17 align = "center" 18 /> 19 20 <NotificationQueue 21 name = "notification" 22 position = "0.55, 0.05" 23 font = "VeraMono" 24 textsize = 0.020 25 length = 3 26 width = 50 18 27 /> 19 28 </OverlayGroup> -
data/media/levels/presentation_dm.oxw
r5381 r5383 22 22 end 23 23 ?> 24 <Model position="0,0,0" mesh="ast1.mesh" /> 24 25 <GlobalShader compositor="Bloom" visible=false> 26 <events> 27 <visibility> 28 <DistanceTrigger position="0,0,0" distance=30 target="Spectator" switch=true /> 29 </visibility> 30 </events> 31 </GlobalShader> 32 <Model position="0,0,0" scale=8 mesh="ast1.mesh" /> 33 <StaticEntity position="0,0,0" collisionType=static> 34 <collisionShapes> 35 <SphereCollisionShape radius="20" /> 36 </collisionShapes> 37 </StaticEntity> 38 <!-- 39 <?lua 40 for i = 1, 70, 1 41 do ?> 42 <MovableEntity position="<?lua print(math.random() * 6000 - 3000)?>, <?lua print(math.random() * 6000 - 3000) ?>, <?lua print(math.random() * 1000 + 3000) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>"> 43 <attached> 44 <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false /> 45 </attached> 46 </MovableEntity> 47 <MovableEntity position="<?lua print(math.random() * 6000 - 3000)?>, <?lua print(math.random() * 6000 - 3000) ?>, <?lua print(math.random() * -1000 - 3000) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>"> 48 <attached> 49 <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false /> 50 </attached> 51 </MovableEntity> 52 53 <MovableEntity position="<?lua print(math.random() * 6000 - 3000)?>, <?lua print(math.random() * 1000 + 3000) ?>, <?lua print(math.random() * 6000 - 3000) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>"> 54 <attached> 55 <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false /> 56 </attached> 57 </MovableEntity> 58 <MovableEntity position="<?lua print(math.random() * 6000 - 3000)?>, <?lua print(math.random() * -1000 - 3000) ?>, <?lua print(math.random() * 6000 - 3000) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>"> 59 <attached> 60 <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false /> 61 </attached> 62 </MovableEntity> 63 64 <MovableEntity position="<?lua print(math.random() * 1000 + 3000)?>, <?lua print(math.random() * 6000 - 3000) ?>, <?lua print(math.random() * 6000 - 3000) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>"> 65 <attached> 66 <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false /> 67 </attached> 68 </MovableEntity> 69 <MovableEntity position="<?lua print(math.random() * -1000 - 3000)?>, <?lua print(math.random() * 6000 - 3000) ?>, <?lua print(math.random() * 6000 - 3000) ?>" rotationaxis="<?lua print(math.random()) ?>, <?lua print(math.random()) ?>, <?lua print(math.random()) ?>" rotationrate="<?lua print(math.random() * 30 + 5) ?>"> 70 <attached> 71 <Model scale="<?lua print(math.random() * 30 + 10) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" shadow=false /> 72 </attached> 73 </MovableEntity> 74 <?lua 75 end 76 ?> 77 --> 25 78 </Scene> 26 79 </Level> -
data/media/levels/princessaeryn.oxw
r5381 r5383 1 1 <?lua 2 include("levels/hudtemplates.oxw") 3 ?> 4 5 <?lua 6 include("levels/spaceshiptemplates.oxw") 2 include("levels/hudtemplates3.oxw") 3 include("overlay/stats.oxo") 4 include("levels/spaceshiptemplates_presentation.oxw") 7 5 ?> 8 6 … … 10 8 dofile("../../media/levels/CuboidSpaceStation.lua") 11 9 ?> 12 13 <NotificationQueue14 name = "notification"15 position = "0.55, 0.05"16 font = "VeraMono"17 textSize = 0.02018 length = 319 width = 5020 />21 10 22 11 <Level … … 29 18 > 30 19 <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" /> 20 21 <Template name=turboitem baseclass=Turbo> 22 <Turbo 23 playerclass=SpaceShip 24 duration=15 25 /> 26 </Template> 27 28 <ParticleSpawner position="200,0,-500" source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0> 29 <events> 30 <spawn> 31 <PickupSpawner position="200,0,-500" distance=50 respawntimer=25 item=turboitem> 32 <attached> 33 <Model mesh="sphere.mesh" scale=3 /> 34 <Billboard material="Examples/Flare" colour="0.5, 1.0, 0.3" scale=0.5 /> 35 </attached> 36 </PickupSpawner> 37 </spawn> 38 </events> 39 </ParticleSpawner> 40 41 <Template name=turboequipment baseclass=Turbo> 42 <Turbo 43 playerclass=SpaceShip 44 duration=0 45 /> 46 </Template> 47 48 <ParticleSpawner position="400,0,-1000" source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0> 49 <events> 50 <spawn> 51 <PickupSpawner position="400,0,-1000" distance=50 respawntimer=25 item=turboequipment> 52 <attached> 53 <Model mesh="sphere.mesh" scale=3 /> 54 <Billboard material="Examples/Flare" colour="1.0, 0.5, 0.3" scale=0.5 /> 55 </attached> 56 </PickupSpawner> 57 </spawn> 58 </events> 59 </ParticleSpawner> 31 60 32 61 <!-- Quest: --> … … 118 147 119 148 <!-- Asteroid field --> 120 < PositionableEntity position="-500,0,-3000">149 <StaticEntity position="-500,0,-3000"> 121 150 <attached> 122 151 <?lua … … 132 161 ?> 133 162 <!-- S.H.O.E.S --> 134 < PositionableEntity position="-300,0,0">163 <StaticEntity position="-300,0,0"> 135 164 <attached> 136 165 <Model position="0,0,0" scale=4 yaw=180 pitch=-90 roll=-90 mesh="assff.mesh" /> … … 149 178 </QuestEffectBeacon> 150 179 </attached> 151 </ PositionableEntity>152 </attached> 153 </ PositionableEntity>180 </StaticEntity> 181 </attached> 182 </StaticEntity> 154 183 155 184 … … 158 187 159 188 <!-- Serenity Station --> 160 < PositionableEntity scale=1 position="0,0,5000" yaw=30>189 <StaticEntity scale=1 position="0,0,5000" yaw=30> 161 190 <attached> 162 191 <?lua … … 178 207 </QuestEffectBeacon> 179 208 </attached> 180 </ PositionableEntity>209 </StaticEntity> 181 210 182 211 <!-- Katratzi Station --> 183 < PositionableEntity scale=1 position="0,5000,300" yaw=60>212 <StaticEntity scale=1 position="0,5000,300" yaw=60> 184 213 <attached> 185 214 <?lua … … 201 230 </QuestEffectBeacon> 202 231 </attached> 203 </ PositionableEntity>232 </StaticEntity> 204 233 205 234 <!-- Pegasus Station --> 206 < PositionableEntity scale=1 position="-5000,100,1000" roll=30>235 <StaticEntity scale=1 position="-5000,100,1000" roll=30> 207 236 <attached> 208 237 <?lua … … 224 253 </QuestEffectBeacon> 225 254 </attached> 226 </ PositionableEntity>255 </StaticEntity> 227 256 228 257 <!-- Trail --> … … 251 280 252 281 <!-- Hideout --> 253 < PositionableEntity position="5000,5000,5000" >282 <StaticEntity position="5000,5000,5000" > 254 283 <attached> 255 284 <Model scale="100" mesh="ast2.mesh" shadow=false /> 256 285 </attached> 257 </ PositionableEntity>258 259 < PositionableEntity position="5400,5400,5000" visible=false name=trail >286 </StaticEntity> 287 288 <StaticEntity position="5400,5400,5000" visible=false name=trail > 260 289 <attached> 261 290 <Model position="0,0,0" scale=4 yaw=180 pitch=-90 roll=-90 mesh="pirate.mesh" visible=false name=trail /> … … 274 303 </QuestEffectBeacon> 275 304 </attached> 276 </ PositionableEntity>305 </StaticEntity> 277 306 278 307 </Scene>
Note: See TracChangeset
for help on using the changeset viewer.