Changeset 10750 for code/branches/campaignHS15/data
- Timestamp:
- Nov 2, 2015, 2:56:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/campaignHS15/data/levels/Campaign1.oxw
r10749 r10750 5 5 screenshot = "missionOne.png" 6 6 /> 7 8 <!-- Coordinatesystem as following: (y, z, x) --> 7 9 8 10 <?lua … … 59 61 60 62 <GlobalQuest id="quest1"> 61 <QuestDescription title="Reach the Station A!" description=" " failMessage="" completeMessage="" />63 <QuestDescription title="Reach the Station A!" description="Commander we observed some alien activity on our radars. We suppose they want to attack our shuttle! You need to upgrade your spaceship. So hurry up and move your ass to this dock on your [direction] side!" failMessage="" completeMessage="Good job, we still have some time to prepare for their attack." /> 62 64 <hints> 63 65 <QuestHint id="quest1hint1" /> … … 421 423 <!-- (Temporary) Template for stations. Used to define common features of all Stations. --> 422 424 <Template name="station"> 423 <Pawn mass=10000 collisionType=dynamic friction=0.01>425 <Pawn mass=10000000 collisionType=dynamic friction=0.01> 424 426 <attached> 425 427 <Model mesh="HydroHarvester.mesh" position="0,0,0" scale=50 /> … … 552 554 553 555 <!-- FPS Player as destination of dock C--> 554 <FpsPlayer team=0 template = "fps" rotationaxis="0,0,1" radarname = "First Person Player" position ="0,-2300,1201">556 <FpsPlayer team=0 template = "fps" rotationaxis="0,0,1" radarname="First Person Player" position="0,-2300,1201"> 555 557 <attached> 556 558 <DockingTarget name="fpsMode" /> … … 640 642 ?> 641 643 642 <!-- Allies, 3000,-2000 -->644 <!-- ws, 3000,-2000 --> 643 645 <?lua 644 646 for i = 1, allies, 1
Note: See TracChangeset
for help on using the changeset viewer.