[Orxonox-commit 6659] r11297 - in code/branches/BigShip_HS16/data/levels: . templates
pschefer at orxonox.net
pschefer at orxonox.net
Mon Nov 21 15:31:07 CET 2016
Author: pschefer
Date: 2016-11-21 15:31:06 +0100 (Mon, 21 Nov 2016)
New Revision: 11297
Modified:
code/branches/BigShip_HS16/data/levels/endurancetestlevel.oxw
code/branches/BigShip_HS16/data/levels/templates/endurancetest_template.oxt
Log:
endurance completed
Modified: code/branches/BigShip_HS16/data/levels/endurancetestlevel.oxw
===================================================================
--- code/branches/BigShip_HS16/data/levels/endurancetestlevel.oxw 2016-11-21 14:22:59 UTC (rev 11296)
+++ code/branches/BigShip_HS16/data/levels/endurancetestlevel.oxw 2016-11-21 14:31:06 UTC (rev 11297)
@@ -30,7 +30,7 @@
<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="-200,0,0" lookat="-100,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
- <ModularSpaceShip position="0,0,0" health="500" >
+ <ModularSpaceShip position="0,0,0" velocity ="10,0,0">
<templates>
<Template link=endurance/>
</templates>
Modified: code/branches/BigShip_HS16/data/levels/templates/endurancetest_template.oxt
===================================================================
--- code/branches/BigShip_HS16/data/levels/templates/endurancetest_template.oxt 2016-11-21 14:22:59 UTC (rev 11296)
+++ code/branches/BigShip_HS16/data/levels/templates/endurancetest_template.oxt 2016-11-21 14:31:06 UTC (rev 11297)
@@ -2,30 +2,43 @@
<ModularSpaceShip
+ name = endurance
collisionType=dynamic
mass = 10000
- lineardamping = 0.99
- angularDamping = 0.99
+
+
rotationaxis = "1,0,0"
explosionchunks = 12
- health = 200
- maxhealth = 200
- initialhealth = 200
+
+ rotationrate = "5"
>
+
+ <parts>
+ <ShipPart name="Endurance_Small_Ship" initialhealth="1000" maxhealth="1000" damageabsorption="0" explosionposition="-100,0,0">
+ <destructionevents>
+
+ <PartDestructionEvent targetType="part" targetName = "Endurance_Small_Ship" operation="-" />
+
+ </destructionevents>
+ </ShipPart>
+
+ </parts>
+
<!-- Test endurance -->
-
+<!--
+
<parts>
- <ShipPart name="part1" initialhealth="100" maxhealth="100" damageabsorption="0" explosionposition="-100,0,0">
+ <ShipPart name="Endurance_Small_Ship" initialhealth="1000" maxhealth="1000" damageabsorption="0" explosionposition="-100,0,0">
<destructionevents>
-
+ <PartDestructionEvent targetType="part" targetName = "Endurance_Small_Ship" operation="destroy" />
</destructionevents>
</ShipPart>
- <!-- <ShipPart name="part1" initialhealth="10" maxhealth="10" damageabsorption="0" explosionposition="-100,0,100">
+ <ShipPart name="part1" initialhealth="10" maxhealth="10" damageabsorption="0" explosionposition="-100,0,100">
<destructionevents>
<PartDestructionEvent targetType="part" targetName = "part0" operation="destroy" value="0.5"/>
</destructionevents>
@@ -43,10 +56,10 @@
</destructionevents>
</ShipPart>
- -->
+
</parts>
-
+ -->
<explosion >
<ExplosionPart minspeed=0 maxspeed=0 effect1="orxonox/explosion_flash2" effect2="orxonox/explosion_flame2" />
@@ -55,27 +68,66 @@
</explosion>
-
-
<attached>
- <!-- coordinates (0,0,0) num 0-->
+ <!-- coordinates (0,0,0) element 0-->
- <StaticEntity name= "part0" collisionType=static position ="0,0,0" info = "part0" >
+ <!-- Small-Ship 1/2 -->
+
+ <StaticEntity name = "Endurance_Small_Ship" collisionType=static position ="21,14.4,-9.6" pitch="60" yaw="0" roll="90" >
<attached>
- <Model mesh="cube.mesh" scale="10"/>
+ <Model mesh="Endurance_Small_Ship.mesh" scale="36" />
+
+
+ </attached>
+
+ <collisionShapes>
+
+ <BoxCollisionShape halfExtents="10,10,10" info ="Endurance_Small_Ship"/>
+
+ </collisionShapes>
+
+ </StaticEntity>
+
+ <!-- Small-Ship 1/2 -->
+
+ <StaticEntity collisionType=static position ="21,-14.4,9.6" pitch="-120" yaw="0" roll="90" >
+ <attached>
+ <Model mesh="Endurance_Small_Ship.mesh" scale="36" />
+
+
</attached>
- <collisionShapes>
+ <collisionShapes>
- <BoxCollisionShape halfExtents="10,10,10" lookat="0,0,0" info ="part0"/>
+ <BoxCollisionShape halfExtents="10,10,10" />
- </collisionShapes>
+ </collisionShapes>
</StaticEntity>
+
+
+ <!-- Tunnelsystem -->
+
+ <StaticEntity collisionType=static position ="0,0,0" lookat="0,0,0" pitch="-30" yaw="0" roll="90" >
+ <attached>
+ <Model mesh="Endurance_Tunnelsystem.mesh" scale="66" />
+
+
+
+ </attached>
+
+ <collisionShapes>
+
+ <BoxCollisionShape halfExtents="10,10,10" />
+
+ </collisionShapes>
+
+ </StaticEntity>
+
<!-- ct12 -->
<StaticEntity collisionType=static position ="0,-30,105" yaw="0" roll="90" pitch="-60" >
@@ -96,8 +148,46 @@
</StaticEntity>
- <!-- coordinates (100,0,0) num 1-->
+ <!-- 2 Mistery elements -->
+ <StaticEntity collisionType=static position ="0,-6,-9.6" yaw="0" roll="90" pitch="-30" >
+ <attached>
+
+
+ <Model mesh="Endurance_Mystery.mesh" scale="48" />
+
+
+
+ </attached>
+
+ <collisionShapes>
+
+ <BoxCollisionShape halfExtents="4,4,4" />
+
+ </collisionShapes>
+
+ </StaticEntity>
+
+ <StaticEntity collisionType=static position ="0,3.6,7.2" yaw="0" roll="90" pitch="150" >
+ <attached>
+
+
+ <Model mesh="Endurance_Mystery.mesh" scale="48" />
+
+
+
+ </attached>
+
+ <collisionShapes>
+
+ <BoxCollisionShape halfExtents="4,4,4" />
+
+ </collisionShapes>
+
+ </StaticEntity>
+
+ <!-- coordinates (100,0,0) element 1-->
+
<StaticEntity name= "part1" collisionType=static lookat="0,0,0" position ="0,0,120" direction="0,0,0" yaw="-90" roll="-90" pitch="0">
@@ -106,6 +196,7 @@
<attached>
<Model mesh="Endurance_MainEngine.mesh" scale="5" />
+
<ParticleEmitter scale=5 position= "0,-5,28" source="Orxonox/thruster2" lifetime=2.0 loop=1 startdelay=0.0 />
@@ -125,7 +216,6 @@
</StaticEntity>
- <!-- coordinates (86,50,0) num 2 -->
<!-- ct11 -->
@@ -147,6 +237,8 @@
</StaticEntity>
+ <!-- coordinates (86,50,0) element 2 -->
+
<StaticEntity name = "part2" collisionType=static lookat="0,0,0" position ="0,60,103.2" direction="0,0,0" yaw="0" roll="-90">
<attached>
<Model mesh="Endurance_Habitat.mesh" scale="5" />
@@ -181,7 +273,7 @@
</StaticEntity>
- <!-- coordinates (50,86,0) num 3 -->
+ <!-- coordinates (50,86,0) element 3 -->
<StaticEntity name="part3" collisionType=static lookat="0,0,0" position ="0,103.2,60" direction="0,0,0" yaw="-90" roll="-90">
<attached>
@@ -223,7 +315,7 @@
</StaticEntity>
- <!-- coordinates (0,100,0) num 4 -->
+ <!-- coordinates (0,100,0) element 4 -->
<StaticEntity name ="part4" collisionType=static position ="0,120,0" lookat="0,0,0" yaw="0" roll="-90">
<attached>
@@ -260,7 +352,7 @@
</StaticEntity>
- <!-- coordinates (-50,86,0) num 5 -->
+ <!-- coordinates (-50,86,0) element 5 -->
<StaticEntity name= "part5" collisionType=static position ="0,103.2,-60" lookat="0,0,0" direction="0,0,0" yaw="0" roll="-90">
<attached>
@@ -296,7 +388,7 @@
</StaticEntity>
- <!-- coordinates (-86,50,0) num 6 -->
+ <!-- coordinates (-86,50,0) element 6 -->
<StaticEntity name="part6" collisionType=static position ="0,60,-103.2" lookat="0,0,0" yaw="0" roll="-90" >
<attached>
@@ -331,7 +423,7 @@
</StaticEntity>
- <!-- coordinates (-100,0,0) num 7 -->
+ <!-- coordinates (-100,0,0) element 7 -->
<StaticEntity name= "part7" collisionType=static position ="0,0,-120" lookat="0,0,0" direction="0,0,0" yaw="90" roll="90">
<attached>
@@ -374,7 +466,7 @@
</StaticEntity>
- <!-- coordinates (-86,-50,0) num 8 -->
+ <!-- coordinates (-86,-50,0) element 8 -->
<StaticEntity name ="part8" collisionType=static position ="0,-60,-103.2" lookat="0,0,0" direction="0,0,0" yaw="0" roll="-90" >
<attached>
@@ -410,7 +502,7 @@
</StaticEntity>
- <!-- coordinates (-50,-86,0) num 9 -->
+ <!-- coordinates (-50,-86,0) element 9 -->
<StaticEntity name="part9" collisionType=static position ="0,-103.2,-60" lookat="0,0,0" direction="0,0,0" yaw="-90" roll="-90">
<attached>
@@ -432,6 +524,9 @@
</StaticEntity>
+
+
+
<!-- ct3 -->
<StaticEntity collisionType=static position ="0,-105,-30" yaw="0" roll="90" pitch="30" >
@@ -452,7 +547,7 @@
</StaticEntity>
- <!-- coordinates (0,-100,0) num 10 -->
+ <!-- coordinates (0,-100,0) element 10 -->
<StaticEntity name ="part10" collisionType=static position ="0,-120,0" lookat="0,0,0" yaw="0" roll="-90">
<attached>
@@ -489,7 +584,7 @@
</StaticEntity>
- <!-- coordinates (50,-86,0) num 11 -->
+ <!-- coordinates (50,-86,0) element 11 -->
<StaticEntity name ="part11" collisionType=static position ="0,-103.2,60" lookat="0,0,0" yaw="0" roll="-90">
<attached>
@@ -524,7 +619,7 @@
</StaticEntity>
- <!-- coordinates (86,-50,0) num 12 -->
+ <!-- coordinates (86,-50,0) element 12 -->
<StaticEntity name ="part12" collisionType=static position ="0,-60,103.2" lookat="0,0,0" yaw="0" roll="-90">
<attached>
@@ -546,7 +641,6 @@
-
More information about the Orxonox-commit
mailing list