Changeset 9889 for code/branches/sfxThilo/data/levels
- Timestamp:
- Dec 9, 2013, 4:06:38 PM (11 years ago)
- Location:
- code/branches/sfxThilo/data/levels
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sfxThilo/data/levels/Spacerace2.oxw
r9348 r9889 14 14 15 15 ?> 16 <WorldAmbientSound source="Ganymede.ogg" looping="true" playOnLoad="true" /> 17 16 18 17 19 <?lua -
code/branches/sfxThilo/data/levels/asteroidField.oxw
r9348 r9889 11 11 include("templates/lodInformation.oxt") 12 12 ?> 13 <WorldAmbientSound source="Asteroid_rocks.ogg" looping="true" playOnLoad="true" /> 13 14 14 15 <?lua -
code/branches/sfxThilo/data/levels/asteroids.oxw
r9348 r9889 5 5 screenshot = "asteroids.png" 6 6 /> 7 <WorldAmbientSound source="Asteroid_rocks.ogg" looping="true" playOnLoad="true" /> 7 8 8 9 <?lua -
code/branches/sfxThilo/data/levels/dynamicMatch.oxw
r9348 r9889 5 5 screenshot = "dynamicMatch.png" 6 6 /> 7 <WorldAmbientSound source="Mars.ogg" looping="true" playOnLoad="true" /> 7 8 8 9 <?lua -
code/branches/sfxThilo/data/levels/lastManStanding.oxw
r9555 r9889 32 32 include("includes/pickups.oxi") 33 33 ?> 34 35 <WorldAmbientSound source="Nebula_metal.ogg" looping="true" playOnLoad="true" /> 34 36 35 37 <!----- Spawnpoints -
code/branches/sfxThilo/data/levels/lastTeamStanding.oxw
r9348 r9889 33 33 include("includes/pickups.oxi") 34 34 ?> 35 36 <WorldAmbientSound source="Nebula_metal.ogg" looping="true" playOnLoad="true" /> 35 37 36 38 <Bot /> -
code/branches/sfxThilo/data/levels/lastTeamStandingII.oxw
r9348 r9889 27 27 skybox = "Orxonox/skyBoxBasic" 28 28 > 29 <WorldAmbientSound source="Nebula_metal.ogg" looping="true" playOnLoad="true" /> 30 29 31 <!-- TODO: 30 32 1. make collisionshapes bulletproof: -> attach movable entity with dynamic collisionshape within a static collisionshape -
code/branches/sfxThilo/data/levels/maxim.oxw
r9664 r9889 25 25 </templates> 26 26 <?lua include("includes/notifications.oxi") ?> 27 28 <WorldAmbientSound source="Nebula_metal.ogg" looping="true" playOnLoad="true" /> 27 29 28 30 <NotificationQueueCEGUI -
code/branches/sfxThilo/data/levels/pirateAttack.oxw
r9348 r9889 25 25 dofile("includes/CuboidSpaceStation.lua") 26 26 ?> 27 28 <WorldAmbientSound source="Mars.ogg" looping="true" playOnLoad="true" /> 27 29 28 30 <Level -
code/branches/sfxThilo/data/levels/pong.oxw
r9720 r9889 35 35 <Template name=pongball> 36 36 <PongBall 37 defScoreSound = "sounds/Button.ogg" 38 defBoundarySound = "sounds/Button_press2.ogg"> 37 defScoreSound = "sounds/PlayerWinScore_cut.ogg" 38 defBatSound = "sounds/Button.ogg" 39 defBoundarySound = "sounds/Button.ogg"> 39 40 <attached> 40 41 <Model mesh="sphere.mesh" scale=2 /> -
code/branches/sfxThilo/data/levels/presentationHS12.oxw
r9664 r9889 486 486 487 487 <!-- SOUNDS & MUSIC --> 488 <WorldSound name="scoreSound" position="-920,0,0" source="sounds/ ReadyGo.ogg" >488 <WorldSound name="scoreSound" position="-920,0,0" source="sounds/Button.ogg" > 489 489 <events> 490 490 <play> -
code/branches/sfxThilo/data/levels/spaceRace.oxw
r9016 r9889 29 29 skybox = "Orxonox/skyBoxMoreNebula" 30 30 > 31 32 <WorldAmbientSound source="Ganymede.ogg" looping="true" playOnLoad="true" /> 33 31 34 32 35 <?lua math.randomseed(98) ?> -
code/branches/sfxThilo/data/levels/surfaceRace.oxw
r9348 r9889 10 10 tags = "gametype" 11 11 /> 12 <WorldAmbientSound source="Ganymede.ogg" looping="true" playOnLoad="true" /> 12 13 13 14 <?lua -
code/branches/sfxThilo/data/levels/teamBaseMatch.oxw
r9348 r9889 19 19 > 20 20 21 <WorldAmbientSound source="Jupiter.ogg" looping="true" playOnLoad="true" /> 22 21 23 <templates> 22 24 <Template link=lodtemplate_default /> -
code/branches/sfxThilo/data/levels/teamDeathMatch.oxw
r9348 r9889 22 22 </templates> 23 23 <?lua include("includes/notifications.oxi") ?> 24 25 <WorldAmbientSound source="Jupiter.ogg" looping="true" playOnLoad="true" /> 24 26 25 27 <Scene -
code/branches/sfxThilo/data/levels/templates/spaceshipAssff.oxt
r8860 r9889 37 37 linearDamping = 0.7 38 38 angularDamping = 0.9999999 39 40 explosionSound = "sounds/Explosion2.ogg" 39 41 > 40 42 <engines> … … 82 84 defEngineSndNormal = "sounds/Engine_low.ogg" 83 85 defEngineSndBoost = "sounds/Engine_high.ogg" 84 86 85 87 accelerationfront = 500 86 88 accelerationbrake = 500 -
code/branches/sfxThilo/data/levels/underAttack.oxw
r9348 r9889 20 20 </templates> 21 21 <?lua include("includes/notifications.oxi") ?> 22 <WorldAmbientSound source="Jupiter.ogg" looping="true" playOnLoad="true" /> 22 23 23 24 <Scene
Note: See TracChangeset
for help on using the changeset viewer.