[Orxonox-commit 566] r2196 - media/levels

bknecht at orxonox.net bknecht at orxonox.net
Thu May 28 05:14:53 CEST 2009


Author: bknecht
Date: 2009-05-28 05:14:53 +0200 (Thu, 28 May 2009)
New Revision: 2196

Modified:
   media/levels/presentation09b.oxw
Log:
added spacestation plus pirate carrier to pres_level

Modified: media/levels/presentation09b.oxw
===================================================================
--- media/levels/presentation09b.oxw	2009-05-28 02:53:03 UTC (rev 2195)
+++ media/levels/presentation09b.oxw	2009-05-28 03:14:53 UTC (rev 2196)
@@ -18,7 +18,43 @@
 
     <SpawnPoint position="-4200, 2500, 1200" spawnclass=SpaceShip pawndesign=spaceshipassff />
 
-    <Model position="10500, 2000, 3000" scale="100" mesh="spacecruiser.mesh"/>
+    <StaticEntity position="7800, 4000, 3000">
+        <attached>
+            <Model position="400, 0, 0" scale="40" mesh="DuBall2.mesh"/>
+            <Model position="-400, 0, 0" scale="40" mesh="DuBall1.mesh"/>
+        </attached>
+    </StaticEntity>
+    
+    <MovableEntity position="7000, -4000, -2000" collisionType=dynamic linearDamping=0.8 angularDamping=0 mass=500>
+        <attached>
+            <Model position="0,0,0" scale="5" mesh="Carrier.mesh"/>
+            <Backlight
+                mainstate=activity
+                active=false
+                scale=0.4
+                name=bltest
+                position=" 7.6, 0, 6"
+                colour="0.2, 0.65, 1.0, 1.0"
+                width=15
+                length=1500
+                lifetime=2
+                elements=50
+                trailmaterial="Trail/backlighttrail"
+                turnontime=1
+                turnofftime=1
+                material="Flares/ThrusterFlare1"
+            />
+        </attached>
+        <collisionShapes>
+            <BoxCollisionShape position="70,0,-25"      halfExtents="150, 50, 25" />
+            <BoxCollisionShape position="95,75,-16"     halfExtents="70, 10, 12" />
+            <BoxCollisionShape position="95,-75,-16"    halfExtents="70, 10, 12" />
+            <BoxCollisionShape position="77,47,30"      halfExtents="110, 2, 30" />
+            <BoxCollisionShape position="77,-47,30"     halfExtents="110, 2, 30" />
+            <BoxCollisionShape position="77,0,50"       halfExtents="110, 45, 6" />
+            <BoxCollisionShape position="167,0,70"      halfExtents="17, 20, 20" />
+        </collisionShapes>
+    </MovableEntity>
 <?lua
 for i = 1, 200, 1 
 do




More information about the Orxonox-commit mailing list