Changeset 5255 for data/media/levels
- Timestamp:
- Oct 30, 2008, 2:51:59 AM (16 years ago)
- Location:
- data/media/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/sample2.oxw
r5247 r5255 15 15 skybox = "Orxonox/Starbox" 16 16 > 17 < SpawnPoint position="0, 0, 100" spawnclass=SpaceShip pawndesign=spaceshipassff />17 <!--SpawnPoint position="0, 0, 100" spawnclass=SpaceShip pawndesign=spaceshipassff /> 18 18 <SpawnPoint position="0, 0, -700" yaw =180 spawnclass=SpaceShip pawndesign=spaceshipassff /> 19 <SpawnPoint position="0, 300, -300" pitch=-90 spawnclass=SpaceShip pawndesign=spaceshipassff / >19 <SpawnPoint position="0, 300, -300" pitch=-90 spawnclass=SpaceShip pawndesign=spaceshipassff /--> 20 20 21 <MovableEntity position="0,0,-300" velocity="0,0,0" rotationaxis="0,1,0" rotationrate=90>21 <MovableEntity scale=1.5 position="0,0,-300" velocity="0,0,0" rotationaxis="0,1,0" rotationrate=90> 22 22 <attached> 23 23 <Model position="0,0,0" scale=10 mesh="ast1.mesh" /> … … 29 29 <Model position="0,35,0" scale=2 mesh="ast1.mesh" /> 30 30 <Model position="0,-35,0" scale=2 mesh="ast1.mesh" /> 31 <Model position="35,0,0" scale=2 mesh="ast1.mesh" /> 32 <Model position="-35,0,0" scale=2 mesh="ast1.mesh" /> 31 <Model position="35,0,0" scale=2 mesh="ast1.mesh"> 32 <attached> 33 <ParticleEmitter position="0,0,0" source="Orxonox/fire3" /> 34 </attached> 35 </Model> 36 <Model position="-35,0,0" scale=2 mesh="ast1.mesh"> 37 <attached> 38 <ParticleEmitter position="0,0,0" source="Orxonox/fire3" /> 39 </attached> 40 </Model> 33 41 </attached> 34 42 </MovableEntity> … … 37 45 <MovableEntity position="0,0,-100" velocity="0,0,0" rotationaxis="0,1,0" rotationrate=200> 38 46 <attached> 47 <ParticleEmitter position="0,0,0" source="Orxonox/fire3" /> 39 48 <Model position="0,0,0" scale=6 mesh="ast1.mesh" /> 40 49 <Model position="0,0,-50" scale=3 mesh="ast1.mesh" /> … … 44 53 </attached> 45 54 </MovableEntity> 55 56 <ParticleSpawner position="-500,0,-200" source="Orxonox/BigExplosion1part1" lifetime=3.0 loop=1 /> 57 <ParticleSpawner position="-500,0,-300" source="Orxonox/BigExplosion1part1" lifetime=3.0 loop=1 /> 58 <ParticleSpawner position="-500,0,-400" source="Orxonox/BigExplosion1part1" lifetime=3.0 loop=1 /> 59 <ParticleSpawner position="-500,0,-500" source="Orxonox/BigExplosion1part1" lifetime=2.5 loop=1 /> 60 <ParticleSpawner position="-500,0,-600" source="Orxonox/BigExplosion1part1" lifetime=2.5 loop=1 /> 61 62 <ParticleSpawner position="-500,200,-400" source="Orxonox/BigExplosion1part3" lifetime=2.0 loop=1 autostart=0> 63 <events> 64 <spawn> 65 <SpawnPoint position="0,0,100" spawnclass=SpaceShip pawndesign=spaceshipassff /> 66 </spawn> 67 </events> 68 </ParticleSpawner> 46 69 47 70 <Model position="0,0,200" scale=10 mesh="ast2.mesh" shadow=true /> -
data/media/levels/spaceshiptemplates.oxw
r5254 r5255 17 17 <Model position="0,0,0" yaw=90 pitch=-90 roll=0 scale=4 mesh="assff.mesh" /> 18 18 <!--Light position="0,0,20" diffuse="0,0,1" specular="0,0,1" type=point /--> 19 <BlinkingBillboard position="17,-1.5,0" material="Examples/Flare" colour="1.0, 0.5, 0.3" amplitude=0.1 frequency=0.5 /> 20 <BlinkingBillboard position="-17,-1.5,0" material="Examples/Flare" colour="0.5, 1.0, 0.3" amplitude=0.1 frequency=0.5 phase=180 /> 19 <BlinkingBillboard position="17,-1.5,0" material="Examples/Flare" colour="1.0, 0.5, 0.3" amplitude=0.1 frequency=0.5 quadratic=1 /> 20 <BlinkingBillboard position="-17,-1.5,0" material="Examples/Flare" colour="0.5, 1.0, 0.3" amplitude=0.1 frequency=0.5 phase=180 quadratic=1 /> 21 <!--ParticleEmitter position="0,0,-100" source="Orxonox/smoke5" /--> 21 22 </attached> 22 23 </SpaceShip>
Note: See TracChangeset
for help on using the changeset viewer.