Changeset 5505
- Timestamp:
- May 11, 2009, 5:02:15 PM (16 years ago)
- Location:
- data/media
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/gametype_asteroids.oxw
r5497 r5505 18 18 19 19 20 <SpawnPoint position="-300,300,0" lookat="1,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />20 <SpawnPoint position="-300,300,0" name="playerstart" lookat="1,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 21 21 22 22 … … 34 34 35 35 36 <ForceField position="0,-500,0" direction="0,1, 0" diameter=1000 velocity=50>36 <ForceField position="0,-500,0" direction="0,1,1" diameter=1000 velocity=50> 37 37 <attached> 38 38 <ParticleEmitter source="Orxonox/forcefield" lifetime=10000 startdelay=0 /> … … 45 45 46 46 47 <CheckPoint name=trigger1 position=" 600,300,0" isdestination=false stayactive=true distance=20/>47 <CheckPoint name=trigger1 position="-300,300,0" scale=5 isdestination=false isfirst=true stayactive=true distance=50 addtime=5 visibility=false /> 48 48 49 49 50 <CheckPoint name=trigger2 position="1000,300,600" isdestination=false stayactive=true distance=20>50 <CheckPoint name=trigger2 position="1000,300,600" scale=5 isdestination=false stayactive=true distance=50 addtime=5> 51 51 <events> 52 52 <activity> … … 57 57 58 58 59 <CheckPoint name=trigger3 position="1800,300,800" stayactive=true distance= 20>59 <CheckPoint name=trigger3 position="1800,300,800" stayactive=true distance=50 addtime=5> 60 60 <events> 61 61 <activity> … … 65 65 </CheckPoint> 66 66 67 <CheckPoint name=trigger4 position="2600,400,1100" stayactive=true distance=20 > 67 68 69 70 <CheckPoint name=trigger4 position="2600,400,1100" stayactive=true distance=10 addtime=25> 68 71 <events> 69 72 <activity> … … 73 76 </CheckPoint> 74 77 75 <CheckPoint name=trigger5 position="3600,300,1400" isdestination=true stayactive=true distance=20 > 76 <events> 77 <activity> 78 <EventListener event=trigger4 /> 79 </activity> 80 </events> 81 </CheckPoint> 78 79 80 <Model position="3600,300,1400" scale=10 mesh="Carrier.mesh"> 81 <attached> 82 <CheckPoint position="0,0,0" name=trigger5 stayactive=true distance=50 isdestination=true> 83 <events> 84 <activity> 85 <EventListener event=trigger4 /> 86 </activity> 87 </events> 88 </CheckPoint> 89 </attached> 90 </Model> 91 82 92 83 93 -
data/media/levels/hudtemplates3.oxw
r5448 r5505 84 84 maximumDotSize = 0.1 85 85 /> 86 87 <HUDTimer 88 name = "Timer" 89 position = "0.5, 0.85" 90 font = "VeraMono" 91 textsize = 0.1 92 colour = "1.0, 1.0, 0.0, 0.8" 93 align = "center" 94 /> 95 86 96 </OverlayGroup> 87 97 </Template> -
data/media/particle/forcefield.particle
r5497 r5505 2 2 Orxonox/forcefield 3 3 { 4 quota 1 2004 quota 10000 5 5 material PE/lensflare 6 6 particle_width 30 … … 13 13 { 14 14 angle 0 15 colour 1 1 1 115 colour 1 1 1 0.5 16 16 colour_range_start 0 0.2 0.3 0 17 17 colour_range_end 0 0.4 1 0.1 18 18 direction 0 1 0 19 emission_rate 20019 emission_rate 100 20 20 position 0 0 0 21 21 velocity 100 22 22 velocity_min 50 23 23 velocity_max 100 24 time_to_live 3024 time_to_live 20 25 25 duration 0 26 26 duration_min 0 … … 32 32 height 500 33 33 depth 400 34 inner_width 0. 535 inner_height 0. 534 inner_width 0.1 35 inner_height 0.1 36 36 } 37 37
Note: See TracChangeset
for help on using the changeset viewer.