[Orxonox-commit 5467] r10130 - code/branches/keckslevelHS14/data/levels
kecks at orxonox.net
kecks at orxonox.net
Wed Nov 19 16:07:53 CET 2014
Author: kecks
Date: 2014-11-19 16:07:53 +0100 (Wed, 19 Nov 2014)
New Revision: 10130
Modified:
code/branches/keckslevelHS14/data/levels/kecks.oxw
Log:
Level file changed.
Modified: code/branches/keckslevelHS14/data/levels/kecks.oxw
===================================================================
--- code/branches/keckslevelHS14/data/levels/kecks.oxw 2014-11-19 15:02:55 UTC (rev 10129)
+++ code/branches/keckslevelHS14/data/levels/kecks.oxw 2014-11-19 15:07:53 UTC (rev 10130)
@@ -1,16 +1,16 @@
<LevelInfo
name = "kecks"
description = "A level with nothing in it."
- tags = "test"
+ tags = "Test"
screenshot = "pirateattack.png"
gametype=Mission
/>
<?lua
- include("HUDTemplates3.oxo")
include("stats.oxo")
include("HUDTemplates3.oxo")
include("templates/lodInformation.oxt")
+
?>
<?lua
@@ -38,7 +38,8 @@
>
<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 team=0 position="0,0,2000" lookat="0, 100, 0" spawnclass=SpaceShip pawndesign=spaceshipHXY />
+
+ <SpawnPoint position="0,0,4000" lookat="0, 100, 0" spawnclass=SpaceShip pawndesign=spaceshipHXY team=0 active="true" />
<!--Asteroiden-Guertel-
@@ -60,6 +61,7 @@
asteroidBelt(0, 0, 0, 0, 0, 100, 80, 130, 9500, 9000, 400 , 0)
?>
+
<?lua
for i = 0, (3*math.pi/2), (math.pi/2)
@@ -68,9 +70,9 @@
-<SpaceShip position="<?lua print(150*math.sin(i)) ?>, <?lua print(150*math.cos(i)) ?>,0" lookat="<?lua print(1500*math.sin(i)) ?>, <?lua print(1500*math.cos(i)) ?>,0" roll="<?lua print(180-i*180/math.pi)?>" name="attacker">
+<SpaceShip position="<?lua print(150*math.sin(i)) ?>, <?lua print(150*math.cos(i)) ?>,0" lookat="<?lua print(1500*math.sin(i)) ?>, <?lua print(1500*math.cos(i)) ?>,0" maxhealt="200" initialhealth="200" roll="<?lua print(180-i*180/math.pi)?>" >
<templates>
- <Template link=spaceshipHXY /> <!--spaceshipTransporter -->
+ <Template link=spaceshipassff2 /> <!--spaceshipTransporter -->
</templates>
<controller>
<WaypointPatrolController alertnessradius=1500 active=true team=0>
@@ -82,6 +84,7 @@
</SpaceShip>
+
<?lua
end
?>
@@ -114,7 +117,7 @@
<?lua
- for i = 0, (3*math.pi/2), (math.pi/2)
+ for i = 0, (7*math.pi/4), (math.pi/4)
do
?>
@@ -122,7 +125,7 @@
for j = 1, 3, 1
do
?>
- <SpaceShip position="<?lua print(3000*j*math.sin(i)) ?>,<?lua print(3000*j*math.cos(i)) ?>,0" roll="<?lua print(180-i*180/math.pi)?>" lookat="0, 0, 0">
+ <SpaceShip position="<?lua print((600+3200)*j*math.sin(i)) ?>,<?lua print((600+3200)*j*math.cos(i)) ?>,0" roll="<?lua print(180-i*180/math.pi)?>" lookat="0, 0, 0">
<templates>
<Template link=spaceshippirate />
@@ -131,7 +134,7 @@
<WaypointPatrolController alertnessradius=1500 active=true team=1>
<waypoints>
<?lua
- for k = 0, (59*math.pi/60), (math.pi/60)
+ for k = 0, (29*math.pi/30), (math.pi/30)
do
?>
More information about the Orxonox-commit
mailing list