[Orxonox-commit 3320] r8009 - code/trunk/data/levels

jo at orxonox.net jo at orxonox.net
Thu Mar 3 14:44:37 CET 2011


Author: jo
Date: 2011-03-03 14:44:37 +0100 (Thu, 03 Mar 2011)
New Revision: 8009

Modified:
   code/trunk/data/levels/asteroids.oxw
Log:
Fixed timers in asteroids level. The goal can be reached with 4s remaining which should be enough to make the level challenging. If you use advanced steering (you have to press 3 buttons at once during the whole race), you can be a little bit faster of course.

Modified: code/trunk/data/levels/asteroids.oxw
===================================================================
--- code/trunk/data/levels/asteroids.oxw	2011-03-03 01:30:41 UTC (rev 8008)
+++ code/trunk/data/levels/asteroids.oxw	2011-03-03 13:44:37 UTC (rev 8009)
@@ -142,10 +142,10 @@
     </ForceField>
 
 
-    <CheckPoint name=trigger1 position="-300,300,0" scale=1 isdestination=false isfirst=true stayactive=true distance=10 addtime=14 />
+    <CheckPoint name=trigger1 position="-300,300,0" scale=1 isdestination=false isfirst=true stayactive=true distance=10 addtime=30 />
 
 
-    <CheckPoint name=trigger2 position="2200,600,0" scale=3 isdestination=false stayactive=true distance=100 addtime=11>
+    <CheckPoint name=trigger2 position="2200,600,0" scale=3 isdestination=false stayactive=true distance=100 addtime=17>
       <events>
         <activity>
           <EventListener event=trigger1 />
@@ -196,7 +196,7 @@
     </CheckPoint>
 
 
-    <CheckPoint name=trigger3 position="4100,0,400" scale=3 isdestination=false stayactive=true distance=100 addtime=9>
+    <CheckPoint name=trigger3 position="4100,0,400" scale=3 isdestination=false stayactive=true distance=100 addtime=16>
       <events>
         <activity>
           <EventListener event=trigger2 />
@@ -247,7 +247,7 @@
     </CheckPoint>
 
 
-    <CheckPoint name=trigger4 position="5600,400,0" scale=3 isdestination=false stayactive=true distance=100 addtime=9>
+    <CheckPoint name=trigger4 position="5600,400,0" scale=3 isdestination=false stayactive=true distance=100 addtime=17>
       <events>
         <activity>
           <EventListener event=trigger3 />
@@ -298,7 +298,7 @@
     </CheckPoint>
 
 
-    <CheckPoint name=trigger5 position="7200,600,-200" scale=3 isdestination=false stayactive=true distance=100 addtime=8>
+    <CheckPoint name=trigger5 position="7200,600,-200" scale=3 isdestination=false stayactive=true distance=100 addtime=16>
       <events>
         <activity>
           <EventListener event=trigger4 />
@@ -349,7 +349,7 @@
     </CheckPoint>
 
 
-    <CheckPoint name=trigger6 position="9200, 800,-800" scale=3 isdestination=false stayactive=true distance=100 addtime=10>
+    <CheckPoint name=trigger6 position="9200, 800,-800" scale=3 isdestination=false stayactive=true distance=100 addtime=22>
       <events>
         <activity>
           <EventListener event=trigger5 />




More information about the Orxonox-commit mailing list