[Orxonox-commit 6608] r11249 - in code/branches/SpaceRace_HS16: . data/levels
meilel at orxonox.net
meilel at orxonox.net
Mon Oct 24 16:14:16 CEST 2016
Author: meilel
Date: 2016-10-24 16:14:16 +0200 (Mon, 24 Oct 2016)
New Revision: 11249
Added:
code/branches/SpaceRace_HS16/svn-commit.tmp
Modified:
code/branches/SpaceRace_HS16/data/levels/newnewnewspacerace.oxw
Log:
changed level file
Modified: code/branches/SpaceRace_HS16/data/levels/newnewnewspacerace.oxw
===================================================================
--- code/branches/SpaceRace_HS16/data/levels/newnewnewspacerace.oxw 2016-10-24 14:10:41 UTC (rev 11248)
+++ code/branches/SpaceRace_HS16/data/levels/newnewnewspacerace.oxw 2016-10-24 14:14:16 UTC (rev 11249)
@@ -84,11 +84,9 @@
<SimpleNotification message="Reach the last check point within 150 seconds!!" />
<!-- ------------------SpawnPoint----------------- -->
- <SpawnPoint position="0,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=fastship active="true" >
+ <SpawnPoint position="0,0,0" lookat="1,0,0" spawnclass=SpaceShip pawndesign=fastship active="true" >
</SpawnPoint>
- <Model mesh="axes.mesh" scale="10" position="200,0,0"/>
- <Model mesh="axes.mesh" scale="10" position="400,0,0"/>
<Model mesh="axes.mesh" scale="10" position="600,0,0"/>
<Model mesh="axes.mesh" scale="10" position="800,0,0"/>
<Model mesh="axes.mesh" scale="10" position="1000,0,0"/>
@@ -100,5 +98,27 @@
<Model mesh="axes.mesh" scale="10" position="1600,0,0"/>
<Model mesh="axes.mesh" scale="10" position="1700,0,0"/>
+
+ <!-- First checkpoint launch station -->
+ <StaticEntity mass="50" position="-400,-20,0" direction="0,-90,0" collisionType="static">
+ <attached>
+ <Model scale="20" mesh="Carrier.mesh" />
+ </attached>
+ <collisionShapes>
+ <BoxCollisionShape position="280,0,-100" halfExtents="600, 200, 100" />
+ <BoxCollisionShape position="380,300,-64" halfExtents="280, 40, 48" />
+ <BoxCollisionShape position="380,-300,-64" halfExtents="280, 40, 48" />
+ <BoxCollisionShape position="308, 188,120" halfExtents="440, 80, 120" />
+ <BoxCollisionShape position="308,-188,120" halfExtents="440, 80, 120" />
+ <BoxCollisionShape position="308,0,200" halfExtents="440, 180, 24" />
+ <BoxCollisionShape position="668,0,280" halfExtents="108, 80, 80" />
+ </collisionShapes>
+ </StaticEntity>
+
+ <!-- ---------------ForceFields----------------- -->
+ <ForceField position="0,0,0" direction="0,-1,0" diameter=500 velocity=2000 length=1000/>
+
+<OldRaceCheckPoint name="checkpoint1" position="600,0,0" direction="1,0,0" collisionType="static" scale="1" distance="600" checkpointindex="0" islast="false"/>
+
</Scene>
</Level>
Added: code/branches/SpaceRace_HS16/svn-commit.tmp
===================================================================
--- code/branches/SpaceRace_HS16/svn-commit.tmp (rev 0)
+++ code/branches/SpaceRace_HS16/svn-commit.tmp 2016-10-24 14:14:16 UTC (rev 11249)
@@ -0,0 +1,4 @@
+
+--This line, and those below, will be ignored--
+
+M data/levels/newnewnewspacerace.oxw
More information about the Orxonox-commit
mailing list