[Orxonox-commit 6604] r11244 - in code/branches/QuestGuide_HS16/data/levels: . templates

ooguz at orxonox.net ooguz at orxonox.net
Mon Oct 24 16:03:24 CEST 2016


Author: ooguz
Date: 2016-10-24 16:03:24 +0200 (Mon, 24 Oct 2016)
New Revision: 11244

Modified:
   code/branches/QuestGuide_HS16/data/levels/templates/spaceshipAssff.oxt
   code/branches/QuestGuide_HS16/data/levels/testStars.oxw
Log:
Spaceshipassff und Teststars files are changed

Modified: code/branches/QuestGuide_HS16/data/levels/templates/spaceshipAssff.oxt
===================================================================
--- code/branches/QuestGuide_HS16/data/levels/templates/spaceshipAssff.oxt	2016-10-24 14:01:11 UTC (rev 11243)
+++ code/branches/QuestGuide_HS16/data/levels/templates/spaceshipAssff.oxt	2016-10-24 14:03:24 UTC (rev 11244)
@@ -38,6 +38,7 @@
 
    explosionSound = "sounds/Explosion2.ogg"
   >
+
     <engines>
       <MultiStateEngine position=" 7.6, 0, 6" template=spaceshipassffengine />
       <MultiStateEngine position="-7.6, 0, 0" template=spaceshipassffengine />
@@ -46,6 +47,7 @@
       <Model position="0,0,0" yaw=90 pitch=-90 roll=0 scale=4 mesh="assff.mesh" />
       <BlinkingBillboard position="17,-1.5,0" material="Examples/Flare" colour="1.0, 0.5, 0.3" amplitude=0.1 frequency=0.5 quadratic=1 />
       <BlinkingBillboard position="-17,-1.5,0" material="Examples/Flare" colour="0.5, 1.0, 0.3" amplitude=0.1 frequency=0.5 phase=180 quadratic=1 />
+      <Waypointarrow position="0,0,10" />
     </attached>
     <collisionShapes>
       <BoxCollisionShape position="0,0,0"      halfExtents="10, 3, 5" />
@@ -65,6 +67,8 @@
       <ExplosionPart mesh="WingDebris1.mesh" effect1="Orxonox/fire4" effect2="Orxonox/smoke6" />
       <ExplosionPart mesh="WingDebris2.mesh" effect1="Orxonox/fire4" effect2="Orxonox/smoke6" />
     </explosion>
+    
+    
 <?lua
   include("../includes/weaponSettingsAssff.oxi")
 ?>

Modified: code/branches/QuestGuide_HS16/data/levels/testStars.oxw
===================================================================
--- code/branches/QuestGuide_HS16/data/levels/testStars.oxw	2016-10-24 14:01:11 UTC (rev 11243)
+++ code/branches/QuestGuide_HS16/data/levels/testStars.oxw	2016-10-24 14:03:24 UTC (rev 11244)
@@ -49,5 +49,11 @@
     <ParticleEmitter position="-6000,-7000,0" source="Orxonox/fog3" />
     <ParticleEmitter position="-6000,0,9000" source="Orxonox/fog4" />
     <ParticleEmitter position="2000,-7000,-5963" source="Orxonox/fog3" />
+
+    <Waypoint position="0,0,0" />
+    <Waypoint position="100,0,0" />
+    <Waypoint position="200,0,0" />
+    <Waypoint position="300,0,0" />
+    
   </Scene>
 </Level>




More information about the Orxonox-commit mailing list