[Orxonox-commit 6213] r10870 - code/branches/campaignHS15/data/levels
gania at orxonox.net
gania at orxonox.net
Fri Nov 27 09:00:14 CET 2015
Author: gania
Date: 2015-11-27 09:00:14 +0100 (Fri, 27 Nov 2015)
New Revision: 10870
Modified:
code/branches/campaignHS15/data/levels/AITest.oxw
Log:
Modified: code/branches/campaignHS15/data/levels/AITest.oxw
===================================================================
--- code/branches/campaignHS15/data/levels/AITest.oxw 2015-11-27 07:39:46 UTC (rev 10869)
+++ code/branches/campaignHS15/data/levels/AITest.oxw 2015-11-27 08:00:14 UTC (rev 10870)
@@ -61,7 +61,7 @@
<!-- HERE STARTS DEMO FOR THE ACTIONPOINTS.
P.S. Never set protectMe in the first actionpoint: if human didn't spawn, that actionpoint will be skipped -->
-
+ <!--
<Model mesh="cube.mesh" scale=8 position="0,0,0" />
<SpaceShip position="-2000, 1500, -1000" lookat="0,0,0" team=0 name="ss2">
@@ -122,17 +122,17 @@
<Template link=spaceshipassff />
</templates>
</SpaceShip>
-
+ -->
<!-- HERE ENDS DEMO FOR THE ACTIONPOINTS -->
<!-- HERE STARTS DEMO FOR FIGHTING -->
- <!--
+ <!--
<SpaceShip position="-2000, 1500, -1000" lookat="0,0,0" team=0 name="ss2">
<templates>
<Template link=spaceshipassff />
</templates>
<controller>
- <DivisionController team=0 formationMode="finger4">
+ <DivisionController team=0 formationMode="WALL">
<actionpoints>
<Actionpoint position="0,0,0" action="ATTACK" attack="ss3" />
</actionpoints>
@@ -209,7 +209,7 @@
-->
<!-- HERE ENDS DEMO FOR FIGHTING -->
<!-- HERE STARTS DEMO FOR FORMATIONS -->
- <!--
+
<Model mesh="cube.mesh" scale=8 position=" 0,2000, 0" />
<Model mesh="cube.mesh" scale=8 position=" 0,2000,-2000" />
<Model mesh="cube.mesh" scale=8 position="2000,2000,-2000" />
@@ -220,7 +220,7 @@
<Template link=spaceshipassff />
</templates>
<controller>
- <DivisionController team=0 formationMode="WALL" spread=100>
+ <DivisionController team=0 formationMode="DIAMOND" spread=100>
<actionpoints>
<Actionpoint position=" 0,2000, 0" action="FLY" loopStart=true/>
<Actionpoint position=" 0,2000,-2000" action="FLY" />
@@ -258,7 +258,7 @@
</WingmanController>
</controller>
</SpaceShip>
- -->
+
<!-- HERE ENDS DEMO FOR FORMATIONS -->
More information about the Orxonox-commit
mailing list