[Orxonox-commit 7040] r11659 - code/branches/Waypoints_HS17/data/levels
jostoffe at orxonox.net
jostoffe at orxonox.net
Mon Dec 11 15:49:18 CET 2017
Author: jostoffe
Date: 2017-12-11 15:49:17 +0100 (Mon, 11 Dec 2017)
New Revision: 11659
Added:
code/branches/Waypoints_HS17/data/levels/ArrowLevel.oxw
Modified:
code/branches/Waypoints_HS17/data/levels/emptyLevel.oxw
Log:
Sicherung
Added: code/branches/Waypoints_HS17/data/levels/ArrowLevel.oxw
===================================================================
--- code/branches/Waypoints_HS17/data/levels/ArrowLevel.oxw (rev 0)
+++ code/branches/Waypoints_HS17/data/levels/ArrowLevel.oxw 2017-12-11 14:49:17 UTC (rev 11659)
@@ -0,0 +1,78 @@
+<LevelInfo
+ name = "ArrowLevel"
+ description = "A level to show the funtionality of the Waypoint Arrow."
+ tags = "test"
+ screenshot = "emptylevel.png"
+/>
+
+<?lua
+ include("stats.oxo")
+ include("HUDTemplates3.oxo")
+ include("templates/lodInformation.oxt")
+ include("templates/HeavyCruiser.oxt")
+?>
+
+<?lua
+ include("templates/spaceshipEscort.oxt")
+ include("templates/endurancetest_template.oxt")
+ include("templates/endurancetest_template.oxt")
+ include("templates/spaceshipPirate.oxt")
+ include("templates/spaceshipAssff.oxt")
+
+
+?>
+
+<Level>
+ <templates>
+ <Template link=lodtemplate_default />
+ </templates>
+ <?lua include("includes/notifications.oxi") ?>
+
+ <NotificationQueueCEGUI
+ name="narrative"
+ targets="simpleNotification"
+ size=3
+ displayTime=3.9
+ position="0.2, 0, 0.1, 0"
+ fontSize="23"
+ fontColor="0.3, 1, 0.2, 0.8"
+ alignment="HorzCentred"
+ displaySize="0.6, 0, 0, 0"
+ />
+
+ <Scene
+ ambientlight = "0.5, 0.5, 0.5"
+ skybox = "Orxonox/Starbox"
+ >
+
+
+ <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 position="50,0,0" direction="1,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
+
+
+
+
+ <Arrow>
+ <attached>
+ <Model scale="10" mesh="arrow.mesh"/>
+ </attached>
+ </Arrow>
+
+<ArrowController accuracy = 2000>
+ <gpspoints>
+ <Model mesh="cube.mesh" scale=8 position="100,100,100"/>
+ <Model mesh="cube.mesh" scale=8 position="400,200,187"/>
+ <Model mesh="cube.mesh" scale=8 position="-200,-500,615"/>
+ <Model mesh="cube.mesh" scale=8 position="0,0,0"/>
+ </gpspoints>
+ </ArrowController>
+
+
+
+
+ </Scene>
+</Level>
+
Modified: code/branches/Waypoints_HS17/data/levels/emptyLevel.oxw
===================================================================
--- code/branches/Waypoints_HS17/data/levels/emptyLevel.oxw 2017-12-11 14:49:01 UTC (rev 11658)
+++ code/branches/Waypoints_HS17/data/levels/emptyLevel.oxw 2017-12-11 14:49:17 UTC (rev 11659)
@@ -53,25 +53,6 @@
<SpawnPoint position="50,0,0" direction="1,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
-
-
- <Arrow>
- <attached>
- <Model scale="10" mesh="arrow.mesh"/>
- </attached>
- </Arrow>
-
-<ArrowController accuracy = 2000>
- <gpspoints>
- <Model mesh="cube.mesh" scale=8 position="100,100,100"/>
- <Model mesh="cube.mesh" scale=8 position="400,200,187"/>
-
- </gpspoints>
- </ArrowController>
-
-
-
-
</Scene>
</Level>
More information about the Orxonox-commit
mailing list