Changeset 10963 for code/branches/presentationHS15/data/levels
- Timestamp:
- Dec 9, 2015, 4:56:39 PM (9 years ago)
- Location:
- code/branches/presentationHS15
- Files:
-
- 3 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS15
- Property svn:mergeinfo changed
/code/branches/particleEffectsHS15 (added) merged: 10644,10671,10706,10836,10889,10897,10901,10908,10911,10944,10948
- Property svn:mergeinfo changed
-
code/branches/presentationHS15/data/levels/emptyLevel.oxw
r10962 r10963 13 13 14 14 <?lua 15 include("templates/spaceshipAssff.oxt")16 15 include("templates/spaceshipEscort.oxt") 17 include("templates/spaceshipHover.oxt")18 16 ?> 19 17 … … 32 30 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort /> 33 31 34 <SpaceShip35 team = "1"36 position = "1000,0,0"37 >38 <templates>39 <Template link=spaceshipassff />40 </templates>41 </SpaceShip>42 <SpaceShip43 team = "1"44 position = "1000,200,0"45 >46 <templates>47 <Template link=spaceshiphover />48 </templates>49 50 </SpaceShip>51 <SpaceShip52 team = "1"53 position = "1000,400,0"54 >55 <templates>56 <Template link=spaceshipescort />57 </templates>58 59 32 60 61 </SpaceShip>62 63 33 </Scene> 64 34 </Level> -
code/branches/presentationHS15/data/levels/includes/weaponSettingsAssff2.oxi
r10961 r10963 1 <weaponslots>1 t <weaponslots> 2 2 <WeaponSlot position="-15.0,-1.5,0" /> 3 3 <WeaponSlot position=" 15.0,-1.5,0" /> -
code/branches/presentationHS15/data/levels/pong.oxw
r10624 r10963 43 43 <Backlight scale=0.2 colour="1.0, 1.0, 0.5" width=7 length=500 lifetime=0.3 elements=20 trailmaterial="Trail/backlighttrail" material="Examples/Flare" /> 44 44 <Light type=point diffuse="1.0, 1.0, 0.5" specular="1.0, 1.0, 0.5" attenuation="1200, 1.0, 0.0035, 0.00005" /> 45 <ParticleSpawner name=hiteffect position="0,0,0" source="Orxonox/ sparks2" lifetime=0.01 autostart=0 mainstate=spawn />45 <ParticleSpawner name=hiteffect position="0,0,0" source="Orxonox/engineglow" lifetime=0.01 autostart=0 mainstate=spawn /> 46 46 </attached> 47 47 <eventlisteners> -
code/branches/presentationHS15/data/levels/templates/spaceshipEscort.oxt
r10962 r10963 104 104 <EffectContainer condition="idle"> 105 105 <WorldSound mainstate="activity" source="sounds/Engine_idle.ogg" looping=1 active=false/> 106 /> 107 108 <Backlight mainstate=activity active=false scale=0.33 name=bltest position=" 12, -2, 14" colour="0.2, 0.5, 0.65, 1.0" width=150 length=15 lifetime=2 elements=1 trailmaterial="Trail/backlighttrail" turnontime=2 turnofftime=1 material="Flares/ThrusterFlare1" /> 109 110 <Backlight mainstate=activity active=false scale=0.33 name=bltest position="-12, -2, 14" colour="0.2, 0.5, 0.65, 1.0" width=15 length=15 lifetime=2 elements=1 trailmaterial="Trail/backlighttrail" turnontime=2 turnofftime=1 material="Flares/ThrusterFlare1" /> 111 106 112 </EffectContainer> 107 113 <EffectContainer condition="not idle"> … … 112 118 113 119 </EffectContainer> 120 114 121 <EffectContainer condition="normal or boost"> 115 <Backlight mainstate=activity active=false scale=0.33 name=bltest position=" 12, 0, 10" colour="0.2, 1.0, 0.65, 1.0" width=15 length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> 116 <Backlight mainstate=activity active=false scale=0.33 name=bltest position="-12, 0, 10" colour="0.2, 1.0, 0.65, 1.0" width=15 length=1500 lifetime=2 elements=50 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> 122 123 124 <Backlight mainstate=activity active=false scale=0.33 name=bltest position=" 12, -2, 14" colour="0.2, 1.0, 0.65, 1.0" width=5 length=1500 lifetime=2 elements=1 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> 125 126 <Backlight mainstate=activity active=false scale=0.33 name=bltest position="-12, -2, 14" colour="0.2, 1.0, 0.65, 1.0" width=15 length=1500 lifetime=2 elements=1 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Flares/ThrusterFlare1" /> 117 127 </EffectContainer> 128 118 129 <EffectContainer condition="boost"> 119 130 <Backlight mainstate=activity active=false scale=0.33 name=bltest position=" 12, 0, 10" colour="0.6, 0.8, 0.75, 0.7" width=25 length=1000 lifetime=1 elements=30 trailmaterial="Trail/backlighttrail" turnontime=1 turnofftime=1 material="Examples/Flare" />
Note: See TracChangeset
for help on using the changeset viewer.