[Orxonox-commit 3704] r8384 - code/trunk/data/levels

youngk at orxonox.net youngk at orxonox.net
Mon May 2 16:27:16 CEST 2011


Author: youngk
Date: 2011-05-02 16:27:15 +0200 (Mon, 02 May 2011)
New Revision: 8384

Modified:
   code/trunk/data/levels/planets.oxw
Log:
Made planet level work. Yet again...

Modified: code/trunk/data/levels/planets.oxw
===================================================================
--- code/trunk/data/levels/planets.oxw	2011-05-02 14:19:43 UTC (rev 8383)
+++ code/trunk/data/levels/planets.oxw	2011-05-02 14:27:15 UTC (rev 8384)
@@ -1,27 +1,33 @@
+<LevelInfo
+ name = "Planet Demonstration"
+ description = "Demonstration of Planets"
+ tags = "planets, demonstration"
+/>
+
 <?lua
+  include("stats.oxo")
   include("HUDTemplates3.oxo")
-  include("stats.oxo")
+?>
+
+<?lua
   include("templates/lodInformation.oxt")
   include("templates/spaceshipSwallow.oxt")
-  include("templates/spaceshipPirate.oxt")
 ?>
 
-
-
 <Level
- name         = "Planet_Demo"
- description  = "Demonstration of planets with high resolution."
-
+ name         = "Planet"
+ description  = "Demonstration of Planets"
+ gametype     = TeamDeathmatch
 >
   <templates>
-   <Template link=lodtemplate_default />
+    <Template link=lodtemplate_default />
   </templates>
 
   <Scene
-   ambientlight = "0.5, 0.5, 0.5"
-   skybox       = "Orxonox/skypanoramagen1"
+    ambientlight = "0.8, 0.8, 0.8"
+    skybox       = "Orxonox/skypanoramagen1"
   >
-    
+
 <WorldAmbientSound ambientSource="AlphaCentauri.ogg" looping="true" playOnLoad="true" />
 <Light type=directional position="-10000,-10000,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" />
 
@@ -31,5 +37,6 @@
 <?lua end ?>
     <Planet position="0,0,0" scale="100" pitch="0" mesh="jupiter.mesh" atmosphere="atmosphere1" rotationaxis="1,0,0" rotationrate="1.0" atmospheresize="300.0f" imagesize="1024.0f" />
     <Planet position="10000,0,0" scale="1" pitch="0" mesh="ganymede.mesh" atmosphere="atmosphere1" rotationaxis="1,0,0" rotationrate="1.0" atmospheresize="224.0f" imagesize="1024.0f" />
+
   </Scene>
 </Level>




More information about the Orxonox-commit mailing list