[Orxonox-commit 7242] r11856 - code/branches/Masterserver_FS18/data/levels
varyo at orxonox.net
varyo at orxonox.net
Thu Apr 12 15:31:05 CEST 2018
Author: varyo
Date: 2018-04-12 15:31:05 +0200 (Thu, 12 Apr 2018)
New Revision: 11856
Added:
code/branches/Masterserver_FS18/data/levels/testMultiplayerLevel.oxw
Log:
now added empty multiplayer level
Added: code/branches/Masterserver_FS18/data/levels/testMultiplayerLevel.oxw
===================================================================
--- code/branches/Masterserver_FS18/data/levels/testMultiplayerLevel.oxw (rev 0)
+++ code/branches/Masterserver_FS18/data/levels/testMultiplayerLevel.oxw 2018-04-12 13:31:05 UTC (rev 11856)
@@ -0,0 +1,44 @@
+<LevelInfo
+ name = "Test Multiplayer level"
+ description = "A level to test the multiplayer."
+ tags = "test"
+ screenshot = "emptylevel.png"
+/>
+
+<?lua
+ include("stats.oxo")
+ include("HUDTemplates3.oxo")
+ include("templates/lodInformation.oxt")
+ include("templates/spaceshipEscort.oxt")
+ include("templates/spaceshipPirate.oxt")
+ include("templates/spaceshipH2.oxt")
+ include("templates/spaceshipAssff.oxt")
+?>
+
+<Level
+ gametype = "TeamGametype"
+>
+ <templates>
+ <Template link=lodtemplate_default />
+ </templates>
+ <?lua include("includes/notifications.oxi") ?>
+
+ <Scene
+ ambientlight = "0.8, 0.8, 0.8"
+ 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"/>
+
+<! Standard Spawnpoints, seems to be necessary in order to start the server, eventhough TeamSpawnPoints should replace these >
+ <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshippirate />
+ <SpawnPoint team=1 position="-400,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
+
+<! TeamSpawnPoints, probably only works for gametype teamDeathMatch >
+ <TeamSpawnPoint team=0 position="0, 0,0" direction="1,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
+ <TeamSpawnPoint team=1 position="2000, 0,0" direction="-1,0,0" spawnclass=SpaceShip pawndesign=spaceshippirate />
+
+
+ </Scene>
+</Level>
+
More information about the Orxonox-commit
mailing list