Changeset 10892
- Timestamp:
- Nov 30, 2015, 2:20:57 PM (9 years ago)
- Location:
- code/branches/campaignHS15/data/levels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/campaignHS15/data/levels/expeditionSector.oxw
r10890 r10892 45 45 cCenter = {0, 0, 0} 46 46 cSpawn = {-50, 0, 0} 47 cSector = {-15000, -5500, -9000} 48 cSectorEntry = {-4710, -5500, -2826} 49 cPathToEntry = {{0, -2000, 0}} 50 cBeacon = {-6500, -5500, -4400} 47 51 48 52 cStationA = {1400, 400, -800} 49 53 cNewShip = {1000, 250, -350} 50 54 51 cPlanet1 = {-9000, -8000, 14000}52 cPlanet2 = {12000, -1500, -10000}55 cPlanet1 = {20000, 0, 29000} 56 cPlanet2 = {-22000, 0, -29000} 53 57 54 58 cEnemyBasePlanet = {-20000, -5500, -8000} … … 91 95 Usable events and triggers: 92 96 spawntrigger 97 98 BASE-STORY-LINE: 99 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 100 [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] 101 [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!] 93 102 --> 94 103 … … 391 400 <?lua end ?> 392 401 402 403 393 404 </Scene> 394 405 </Level> -
code/branches/campaignHS15/data/levels/shuttleRetaliation.oxw
r10887 r10892 63 63 rWingman2 = {0, -100, -100} 64 64 65 cPlanet1 = { -9000, -8000, 14000}66 cPlanet2 = { 12000, -1500, -10000}67 68 cEnemyBasePlanet = {-20000, - 5500, -8000}65 cPlanet1 = {20000, 0, 29000} 66 cPlanet2 = {-22000, 0, -29000} 67 68 cEnemyBasePlanet = {-20000, -8000, -10000} 69 69 70 70 cField1 = {-5000, -4000, -3000}
Note: See TracChangeset
for help on using the changeset viewer.