Changeset 9741
- Timestamp:
- Nov 4, 2013, 3:17:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/levelMichael/data/levels/Spacefight.oxw
r9738 r9741 175 175 </LocalQuest> 176 176 177 <LocalQuest id="spacefight. " >178 <QuestDescription 179 title=" "180 description=" "181 failMessage=" "177 <LocalQuest id="spacefight.rescue" > 178 <QuestDescription 179 title="Rescue and place the bomb" 180 description="Now you have to free the commander and place the bomb." 181 failMessage="You've lost all your ships!" 182 182 completeMessage="" /> 183 183 </LocalQuest> 184 184 185 <LocalQuest id=" " >186 <QuestDescription 187 title=" "188 description=" "189 failMessage=" "190 completeMessage=" " />185 <LocalQuest id="spacefight.moveAway" > 186 <QuestDescription 187 title="Get away!" 188 description="Get away of the mainship before the bomb detonates." 189 failMessage="You've lost all your ships!" 190 completeMessage="Done!" /> 191 191 </LocalQuest> 192 192 193 193 194 194 <!-- ---------------------------------------------------------------------- --> 195 196 <!-- QuestEffectBeacon's --> 195 197 196 198 <QuestEffectBeacon times=0> … … 203 205 </execute> 204 206 </events> 205 < attached>207 <!--<attached> 206 208 <BlinkingBillboard position="8000,0,0" colour="1,0,0" frequency=0.5 amplitude=5 material="Examples/Flare" /> 207 </attached> 209 </attached> --> 208 210 </QuestEffectBeacon> 209 211 … … 236 238 </execute> 237 239 </events> 238 < attached>240 <!-- <attached> 239 241 <BlinkingBillboard position="18000, 5000, 21000" color="1,0,0" frequency=0.6 amplitude=10 material="Examples/Flare" /> 240 </attached> 242 </attached> --> 241 243 </QuestEffectBeacon> 242 244 243 245 <!-- ---------------------------------------------------------------------- --> 244 246 245 <DistanceTrigger name="flying1" position=" 5000,0,0" target="SpaceShip" distance=1000 stayActive="true" delay=0 />247 <DistanceTrigger name="flying1" position="6000,0,0" target="SpaceShip" distance=2000 stayActive="true" delay=0 /> 246 248 247 249 <DistanceTrigger name=spawntrigger2 position="0,0,0" target="SpaceShip" distance=10 stayActive="true" delay=0 /> 248 <SimpleNotification message="Let's fly to the blinking light." >249 <events>250 <trigger>251 <EventListener event=spawntrigger2 />252 </trigger>253 </events>254 </SimpleNotification>255 250 256 251 <!-- ----------------------------------------------------- --> … … 576 571 ?> 577 572 573 <!-- zwischen guard 2 & mainship --> 574 <!-- Kern --> 575 <?lua 576 dofile("includes/asteroidField.lua") 577 asteroidField(-5000, -10000, 30000, 10, 700, 8000, 80, 0) 578 ?> 579 580 <!-- Peripherie --> 581 <?lua 582 dofile("includes/asteroidField.lua") 583 asteroidField(-5000, -10000, 30000, 10, 500, 10000, 20, 0) 584 ?> 585 586 <?lua 587 dofile("includes/asteroidField.lua") 588 asteroidBelt(-10000, -12500, 0, 0, 0, 30, 30, 300, 0, 7850, 150, 0) 589 ?> 590 578 591 579 592 <Planet position="2000,-250,9000" scale=5000 pitch=1 mesh="iceplanet.mesh" atmosphere="atmosphere1" rotationaxis="1,1,0" rotationrate="3" atmospheresize=224.0f imagesize=1024.0f /> … … 590 603 </StaticEntity> 591 604 592 <StaticEntity position="18000,5000,21000" yaw=1 12 pitch=67>605 <StaticEntity position="18000,5000,21000" yaw=12 pitch=75> 593 606 <attached> 594 607 <?lua … … 598 611 </StaticEntity> 599 612 613 <!-- ------------------------- Mainship ------------------ --> 614 <StaticEntity position="-12000, -22000, 25000" yaw=112 pitch=67> 615 <attached> 616 <?lua 617 createSpaceStationPar(0,2,1,2,1,4,1,50) 618 ?> 619 </attached> 620 </StaticEntity> 621 600 622 601 623 </Scene>
Note: See TracChangeset
for help on using the changeset viewer.