[Orxonox-commit 491] r2170 - media/levels

vmikos at orxonox.net vmikos at orxonox.net
Mon May 25 13:50:22 CEST 2009


Author: vmikos
Date: 2009-05-25 13:50:21 +0200 (Mon, 25 May 2009)
New Revision: 2170

Modified:
   media/levels/teambasematchlevel.oxw
Log:
no comment

Modified: media/levels/teambasematchlevel.oxw
===================================================================
--- media/levels/teambasematchlevel.oxw	2009-05-25 11:41:50 UTC (rev 2169)
+++ media/levels/teambasematchlevel.oxw	2009-05-25 11:50:21 UTC (rev 2170)
@@ -21,6 +21,7 @@
     <TeamBaseMatchBase
      name              = "base 1"
      position          = "1200, 0, 0"
+     pitch = -90
 
      health            = 100
      maxhealth         = 100
@@ -32,10 +33,24 @@
      angularDamping    = 0.99999
     >
       <attached>
-        <Model scale=40 mesh="ast1.mesh" />
+        <Model scale=10 mesh="DuBall1.mesh" position = "-100,0,0"/>
+	<Model scale=10 mesh="DuBall2.mesh" position = "100,0,0"/>
+        <Billboard scale=7 material="Examples/Flare" colour="0.5,0.5,0.7" position = "-100,0,0"/>
+	<Billboard scale=7 material="Examples/Flare" colour="0.5,0.5,0.7" position = "100,0,0"/>
+<?lua
+for i = 1, 10, 1 
+do ?>
+        <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay=<?lua print(math.random()) ?> source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0>
+          <events><spawn><EventListener event="base 1" /></spawn></events>
+        </ParticleSpawner>
+<?lua 
+end
+?>
       </attached>
       <collisionShapes>
-        <SphereCollisionShape radius="100" />
+        <SphereCollisionShape radius="80"            position = "-100,0,0" />
+        <SphereCollisionShape radius="120"           position = "100,0,0" />
+        <BoxCollisionShape    halfExtents="90,25,45" position = "-155,0,40" />
       </collisionShapes>
     </TeamBaseMatchBase>
 
@@ -43,6 +58,7 @@
     <TeamBaseMatchBase
      name              = "base 2"
      position          = "-1200, 0, 0"
+     pitch = -90
 
      health            = 100
      maxhealth         = 100
@@ -54,10 +70,24 @@
      angularDamping    = 0.99999
     >
       <attached>
-        <Model scale=40 mesh="ast1.mesh" />
+        <Model scale=10 mesh="DuBall1.mesh" position = "-100,0,0"/>
+	<Model scale=10 mesh="DuBall2.mesh" position = "100,0,0"/>
+        <Billboard scale=7 material="Examples/Flare" colour="0.5,0.5,0.7" position = "-100,0,0"/>
+	<Billboard scale=7 material="Examples/Flare" colour="0.5,0.5,0.7" position = "100,0,0"/>
+<?lua
+for i = 1, 10, 1 
+do ?>
+        <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay=<?lua print(math.random()) ?> source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0>
+          <events><spawn><EventListener event="base 2" /></spawn></events>
+        </ParticleSpawner>
+<?lua 
+end
+?>
       </attached>
       <collisionShapes>
-        <SphereCollisionShape radius="100" />
+        <SphereCollisionShape radius="80"            position = "-100,0,0" />
+        <SphereCollisionShape radius="120"           position = "100,0,0" />
+        <BoxCollisionShape    halfExtents="90,25,45" position = "-155,0,40" />
       </collisionShapes>
     </TeamBaseMatchBase>
 
@@ -65,6 +95,7 @@
     <TeamBaseMatchBase
      name              = "base 3"
      position          = "0, 0, 1200"
+     pitch = -90
 
      health            = 100
      maxhealth         = 100
@@ -76,10 +107,24 @@
      angularDamping    = 0.99999
     >
       <attached>
-        <Model scale=40 mesh="ast1.mesh" />
+        <Model scale=10 mesh="DuBall1.mesh" position = "-100,0,0"/>
+	<Model scale=10 mesh="DuBall2.mesh" position = "100,0,0"/>
+        <Billboard scale=7 material="Examples/Flare" colour="0.5,0.5,0.7" position = "-100,0,0"/>
+	<Billboard scale=7 material="Examples/Flare" colour="0.5,0.5,0.7" position = "100,0,0"/>
+<?lua
+for i = 1, 10, 1 
+do ?>
+        <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay=<?lua print(math.random()) ?> source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0>
+          <events><spawn><EventListener event="base 3" /></spawn></events>
+        </ParticleSpawner>
+<?lua 
+end
+?>
       </attached>
       <collisionShapes>
-        <SphereCollisionShape radius="100" />
+        <SphereCollisionShape radius="80"            position = "-100,0,0" />
+        <SphereCollisionShape radius="120"           position = "100,0,0" />
+        <BoxCollisionShape    halfExtents="90,25,45" position = "-155,0,40" />
       </collisionShapes>
     </TeamBaseMatchBase>
 
@@ -90,6 +135,7 @@
      health            = 100
      maxhealth         = 100
      initialhealth     = 100
+     pitch = -90
 
      collisionType     = "dynamic"
      mass              = 10000
@@ -97,10 +143,24 @@
      angularDamping    = 0.99999
     >
       <attached>
-        <Model scale=40 mesh="ast1.mesh" />
+        <Model scale=10 mesh="DuBall1.mesh" position = "-100,0,0"/>
+	<Model scale=10 mesh="DuBall2.mesh" position = "100,0,0"/>
+        <Billboard scale=7 material="Examples/Flare" colour="0.5,0.5,0.7" position = "-100,0,0"/>
+	<Billboard scale=7 material="Examples/Flare" colour="0.5,0.5,0.7" position = "100,0,0"/>
+<?lua
+for i = 1, 10, 1 
+do ?>
+        <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay=<?lua print(math.random()) ?> source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0>
+          <events><spawn><EventListener event="base 4" /></spawn></events>
+        </ParticleSpawner>
+<?lua 
+end
+?>
       </attached>
       <collisionShapes>
-        <SphereCollisionShape radius="100" />
+        <SphereCollisionShape radius="80"            position = "-100,0,0" />
+        <SphereCollisionShape radius="120"           position = "100,0,0" />
+        <BoxCollisionShape    halfExtents="90,25,45" position = "-155,0,40" />
       </collisionShapes>
     </TeamBaseMatchBase>
 
@@ -108,6 +168,7 @@
     <TeamBaseMatchBase
      name              = "base 5"
      position          = "0, 0, 0"
+     pitch = -90
 
      health            = 100
      maxhealth         = 100
@@ -119,10 +180,24 @@
      angularDamping    = 0.99999
     >
       <attached>
-        <Model scale=40 mesh="ast1.mesh" />
+        <Model scale=10 mesh="DuBall1.mesh" position = "-100,0,0"/>
+	<Model scale=10 mesh="DuBall2.mesh" position = "100,0,0"/>
+        <Billboard scale=7 material="Examples/Flare" colour="0.5,0.5,0.7" position = "-100,0,0"/>
+	<Billboard scale=7 material="Examples/Flare" colour="0.5,0.5,0.7" position = "100,0,0"/>
+<?lua
+for i = 1, 10, 1 
+do ?>
+        <ParticleSpawner position="<?lua print(math.random() * 400 - 200) ?>,<?lua print(math.random() * 200 - 100) ?>,<?lua print(math.random() * 200 - 100) ?>" startdelay=<?lua print(math.random()) ?> source="Orxonox/BigExplosion1part1" lifetime=2.0 loop=0 autostart=0>
+          <events><spawn><EventListener event="base 5" /></spawn></events>
+        </ParticleSpawner>
+<?lua 
+end
+?>
       </attached>
       <collisionShapes>
-        <SphereCollisionShape radius="100" />
+        <SphereCollisionShape radius="80"            position = "-100,0,0" />
+        <SphereCollisionShape radius="120"           position = "100,0,0" />
+        <BoxCollisionShape    halfExtents="90,25,45" position = "-155,0,40" />
       </collisionShapes>
     </TeamBaseMatchBase>
 




More information about the Orxonox-commit mailing list