[Orxonox-commit 5049] r9713 - code/branches/spacestationentry/data/levels
agermann at orxonox.net
agermann at orxonox.net
Mon Oct 21 16:12:45 CEST 2013
Author: agermann
Date: 2013-10-21 16:12:44 +0200 (Mon, 21 Oct 2013)
New Revision: 9713
Modified:
code/branches/spacestationentry/data/levels/EntryTest.oxw
code/branches/spacestationentry/data/levels/FPSTest.oxw
Log:
EntryTest2
Modified: code/branches/spacestationentry/data/levels/EntryTest.oxw
===================================================================
--- code/branches/spacestationentry/data/levels/EntryTest.oxw 2013-10-21 14:11:57 UTC (rev 9712)
+++ code/branches/spacestationentry/data/levels/EntryTest.oxw 2013-10-21 14:12:44 UTC (rev 9713)
@@ -1,3 +1,4 @@
+<!-- -->
<LevelInfo
name = "EntryTest"
description = "Test suite for Entry"
@@ -13,6 +14,7 @@
include("templates/spaceshipPirate.oxt")
include("templates/spaceshipSpacecruiser.oxt")
include("templates/spaceshipTransporter.oxt")
+ include("templates/FPS.oxt")
?>
<?lua
@@ -507,6 +509,29 @@
reloadwaittime = "1"
name = "cruiser"
radarname = "Spacecruiser" >
+ <!--FpsPlayer
+ spawnparticlesource = "Orxonox/fairytwirl"
+ spawnparticleduration = 3
+ explosionchunks = 6
+
+ health = 100
+ maxhealth = 200
+ initialhealth = 100
+
+ primaryThrust = 0;
+ auxilaryThrust = 0;
+ rotationThrust = 0;
+
+ collisionType = "dynamic"
+ mass = 100
+ linearDamping = 0.7
+ angularDamping = 0.9999999
+ friction = 0.01
+
+ weapon = "hs-w01.mesh"
+
+ radarname = "FPS"
+ -->
<attached>
<DockingTarget name="spaceShip" />
</attached>
Modified: code/branches/spacestationentry/data/levels/FPSTest.oxw
===================================================================
--- code/branches/spacestationentry/data/levels/FPSTest.oxw 2013-10-21 14:11:57 UTC (rev 9712)
+++ code/branches/spacestationentry/data/levels/FPSTest.oxw 2013-10-21 14:12:44 UTC (rev 9713)
@@ -1,3 +1,4 @@
+<!-- -->
<LevelInfo
name = "FPS testlevel"
description = "Level to test First Person Shooter"
More information about the Orxonox-commit
mailing list