[Orxonox-commit 6235] r10892 - code/branches/campaignHS15/data/levels

bhatiab at orxonox.net bhatiab at orxonox.net
Mon Nov 30 14:20:57 CET 2015


Author: bhatiab
Date: 2015-11-30 14:20:57 +0100 (Mon, 30 Nov 2015)
New Revision: 10892

Modified:
   code/branches/campaignHS15/data/levels/expeditionSector.oxw
   code/branches/campaignHS15/data/levels/shuttleRetaliation.oxw
Log:
Edited planets in expeditionsector and shuttlerealiation

Modified: code/branches/campaignHS15/data/levels/expeditionSector.oxw
===================================================================
--- code/branches/campaignHS15/data/levels/expeditionSector.oxw	2015-11-30 12:08:21 UTC (rev 10891)
+++ code/branches/campaignHS15/data/levels/expeditionSector.oxw	2015-11-30 13:20:57 UTC (rev 10892)
@@ -44,12 +44,16 @@
         --[[ Coordinates in (y,z,x). NOTE: Indexing starts at 1 in lua! Don“t forget to adapt the for loops, too! ]]--
         cCenter = {0, 0, 0}
         cSpawn = {-50, 0, 0}
+        cSector = {-15000, -5500, -9000}
+        cSectorEntry = {-4710, -5500, -2826}
+        cPathToEntry = {{0, -2000, 0}}
+        cBeacon = {-6500, -5500, -4400}
 
 	      cStationA = {1400, 400, -800}
         cNewShip = {1000, 250, -350}
 
-	      cPlanet1 = {-9000, -8000, 14000}
-	      cPlanet2 = {12000, -1500, -10000}
+        cPlanet1 = {20000, 0, 29000}
+        cPlanet2 = {-22000, 0, -29000}
 
       	cEnemyBasePlanet = {-20000, -5500, -8000}
 
@@ -90,6 +94,11 @@
     <!--EVENTS AND TRIGGERS
         Usable events and triggers:
         spawntrigger
+
+        BASE-STORY-LINE:
+        We receive alien radio activity, you are asked to dock into the station, and change into the faster spaceship,[Quest: Dock to station, Event: when docked, change spaceship as in the main level! This triggers the next quest to fly in to the sector] after that
+        [Quest: fly to sector] go into the sector 5c [Event: when in range, Planet becomes visible, an enemy base station, as well es the enmies, around 25 of them], you want to warn your commander, but 5 of the patroling enemies discover[WAYPOINT-Controlled Enemies] you so they hund and try to kill you [Quest: destroy the Aliens who want to hunt you, and escape, Event: 5 of the enemies are hunting you]
+        [Quest: Triggerd after all 5 enemies are dead, if you die, you fail the mission! AFter destroying the enemies, go to your base and report what you have discovered!]
     -->
 
     <EventMultiTrigger name="spawntrigger">
@@ -390,5 +399,7 @@
     <?lua end ?>
     <?lua end ?>
 
+    
+
     </Scene>
 </Level>

Modified: code/branches/campaignHS15/data/levels/shuttleRetaliation.oxw
===================================================================
--- code/branches/campaignHS15/data/levels/shuttleRetaliation.oxw	2015-11-30 12:08:21 UTC (rev 10891)
+++ code/branches/campaignHS15/data/levels/shuttleRetaliation.oxw	2015-11-30 13:20:57 UTC (rev 10892)
@@ -62,10 +62,10 @@
         rWingman1 = {0, -100, 100}
         rWingman2 = {0, -100, -100}
 
-        cPlanet1 = {-9000, -8000, 14000}
-        cPlanet2 = {12000, -1500, -10000}
+        cPlanet1 = {20000, 0, 29000}
+        cPlanet2 = {-22000, 0, -29000}
 
-        cEnemyBasePlanet = {-20000, -5500, -8000}
+        cEnemyBasePlanet = {-20000, -8000, -10000}
 
         cField1 = {-5000, -4000, -3000}
         cField2 = {4000, 2000, 4500}




More information about the Orxonox-commit mailing list