[Orxonox-commit 4385] r9056 - code/branches/surfaceRace/data/levels
laumerf at orxonox.net
laumerf at orxonox.net
Fri Mar 23 16:16:04 CET 2012
Author: laumerf
Date: 2012-03-23 16:16:03 +0100 (Fri, 23 Mar 2012)
New Revision: 9056
Modified:
code/branches/surfaceRace/data/levels/surfaceRace.oxw
Log:
Ebene eingefuegt
Modified: code/branches/surfaceRace/data/levels/surfaceRace.oxw
===================================================================
--- code/branches/surfaceRace/data/levels/surfaceRace.oxw 2012-03-23 15:10:40 UTC (rev 9055)
+++ code/branches/surfaceRace/data/levels/surfaceRace.oxw 2012-03-23 15:16:03 UTC (rev 9056)
@@ -1,19 +1,17 @@
<LevelInfo
name = "Surface Race"
- description = "Bum Bum Bum"
- tags = "test"
+ description = "Race on a surface of a planet"
+ tags = "Race"
screenshot = "emptylevel.png"
/>
<?lua
+ include("HUDTemplates3.oxo")
include("stats.oxo")
- include("HUDTemplates3.oxo")
+ include("templates/spaceshipRace.oxt")
include("templates/lodInformation.oxt")
-?>
-<?lua
- include("templates/spaceshipAssff2.oxt")
- include("templates/spaceshipPirate.oxt")
+
?>
<Level>
@@ -25,10 +23,24 @@
<Scene
ambientlight = "2.0, 2.0, 2.0"
skybox = "Orxonox/skyBoxClouds"
+ gravity = "0,-150,0"
+ negativeWorldRange = "-100000, -100000, -100000"
+ positiveWorldRange = " 100000, 100000, 100000"
+ hasPhysics = true
>
- <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/>
- <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff2 />
+ <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/>
+
+ <StaticEntity position="0,0,0" direction="0,0,0" collisionType=static mass=100000 friction=0.01 >
+ <attached>
+ <Model position="0,0,0" mesh="testcube.mesh" scale3D="5000,5000,5000" />
+ </attached>
+ <collisionShapes>
+ <BoxCollisionShape position="0,50,0" halfExtents="5000,5000,5000" />
+ </collisionShapes>
+ </StaticEntity>
+
+ <SpawnPoint team=0 position="0,5050,0" lookat="0,5070,5070" spawnclass=SpaceShip pawndesign=spaceshipRace />
</Scene>
</Level>
More information about the Orxonox-commit
mailing list