[Orxonox-commit 5250] r9913 - code/branches/sfxThilo/data/levels
thiweber at orxonox.net
thiweber at orxonox.net
Mon Dec 16 15:11:01 CET 2013
Author: thiweber
Date: 2013-12-16 15:11:01 +0100 (Mon, 16 Dec 2013)
New Revision: 9913
Modified:
code/branches/sfxThilo/data/levels/Spacerace2.oxw
code/branches/sfxThilo/data/levels/presentationHS12.oxw
code/branches/sfxThilo/data/levels/spaceRace.oxw
code/branches/sfxThilo/data/levels/surfaceRace.oxw
Log:
iserted start sound
Modified: code/branches/sfxThilo/data/levels/Spacerace2.oxw
===================================================================
--- code/branches/sfxThilo/data/levels/Spacerace2.oxw 2013-12-16 14:09:12 UTC (rev 9912)
+++ code/branches/sfxThilo/data/levels/Spacerace2.oxw 2013-12-16 14:11:01 UTC (rev 9913)
@@ -13,7 +13,6 @@
include("templates/spaceshipAssff.oxt")
?>
-<WorldAmbientSound source="Ganymede.ogg" looping="true" playOnLoad="true" />
<?lua
@@ -108,8 +107,19 @@
</SpaceShip>
<SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
+
+ <!-- SOUNDS & MUSIC -->
+ <WorldSound name="scoreSound" position="-200,0,0" source="sounds/ReadyGo.ogg" >
+ <events>
+ <play>
+ <EventListener event="start" />
+ </play>
+ </events>
+ </WorldSound>
+ <DistanceTrigger name="start" position="-200,0,0" target="Pawn" distance=100 stayActive="true" delay=0.5 />
+
+ <WorldAmbientSound source="Ganymede.ogg" looping="true" playOnLoad="true" />
-
<!-- ------------------Planet----------------- -->
<Planet position="0,0,0" scale=300 pitch=-90 mesh="iceplanet.mesh" atmosphere="atmosphere1" rotationaxis="8,1,0" rotationrate="1" atmospheresize=224.0f imagesize=1024.0f />
<StaticEntity position="0,0,0" collisionType=static>
Modified: code/branches/sfxThilo/data/levels/presentationHS12.oxw
===================================================================
--- code/branches/sfxThilo/data/levels/presentationHS12.oxw 2013-12-16 14:09:12 UTC (rev 9912)
+++ code/branches/sfxThilo/data/levels/presentationHS12.oxw 2013-12-16 14:11:01 UTC (rev 9913)
@@ -485,7 +485,7 @@
<!-- SOUNDS & MUSIC -->
- <WorldSound name="scoreSound" position="-920,0,0" source="sounds/Button.ogg" >
+ <WorldSound name="scoreSound" position="-920,0,0" source="sounds/ReadyGo.ogg" >
<events>
<play>
<EventListener event="start" />
Modified: code/branches/sfxThilo/data/levels/spaceRace.oxw
===================================================================
--- code/branches/sfxThilo/data/levels/spaceRace.oxw 2013-12-16 14:09:12 UTC (rev 9912)
+++ code/branches/sfxThilo/data/levels/spaceRace.oxw 2013-12-16 14:11:01 UTC (rev 9913)
@@ -29,8 +29,18 @@
skybox = "Orxonox/skyBoxMoreNebula"
>
- <WorldAmbientSound source="Ganymede.ogg" looping="true" playOnLoad="true" />
+ <!-- SOUNDS & MUSIC -->
+ <WorldSound name="scoreSound" position="0,-2100,0" source="sounds/ReadyGo.ogg" >
+ <events>
+ <play>
+ <EventListener event="start" />
+ </play>
+ </events>
+ </WorldSound>
+ <DistanceTrigger name="start" position="0,-2100,0" target="Pawn" distance=100 stayActive="true" delay=0.5 />
+ <WorldAmbientSound source="Ganymede.ogg" looping="true" playOnLoad="true" />
+
<?lua math.randomseed(98) ?>
@@ -465,6 +475,8 @@
</WaypointPatrolController>
</controller>
</SpaceShip>
+
+
</Scene>
</Level>
Modified: code/branches/sfxThilo/data/levels/surfaceRace.oxw
===================================================================
--- code/branches/sfxThilo/data/levels/surfaceRace.oxw 2013-12-16 14:09:12 UTC (rev 9912)
+++ code/branches/sfxThilo/data/levels/surfaceRace.oxw 2013-12-16 14:11:01 UTC (rev 9913)
@@ -9,8 +9,8 @@
screenshot = "surfaceRace.png"
tags = "gametype"
/>
-<WorldAmbientSound source="Ganymede.ogg" looping="true" playOnLoad="true" />
+
<?lua
include("stats.oxo")
include("HUDTemplates3.oxo")
@@ -445,6 +445,17 @@
end
?>
<?lua end ?>
+
+ <!-- SOUNDS & MUSIC -->
+ <WorldSound name="scoreSound" position="0,8050,0" source="sounds/ReadyGo.ogg" >
+ <events>
+ <play>
+ <EventListener event="start" />
+ </play>
+ </events>
+ </WorldSound>
+ <DistanceTrigger name="start" position="0,8050,0" target="Pawn" distance=100 stayActive="true" delay=0.5 />
+ <WorldAmbientSound source="Ganymede.ogg" looping="true" playOnLoad="true" />
</Scene>
</Level>
More information about the Orxonox-commit
mailing list