Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9741


Ignore:
Timestamp:
Nov 4, 2013, 3:17:36 PM (10 years ago)
Author:
schlaem
Message:

more asteroid fields, other stations, more pirates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/levelMichael/data/levels/Spacefight.oxw

    r9738 r9741  
    175175        </LocalQuest>
    176176
    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!"
    182182                        completeMessage="" />
    183183        </LocalQuest>
    184184
    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!" />
    191191        </LocalQuest>
    192192
    193193       
    194194<!-- ---------------------------------------------------------------------- -->
     195
     196<!-- QuestEffectBeacon's -->
    195197
    196198        <QuestEffectBeacon times=0>
     
    203205                        </execute>
    204206                </events>
    205                 <attached>
     207                <!--<attached>
    206208                        <BlinkingBillboard position="8000,0,0" colour="1,0,0" frequency=0.5 amplitude=5 material="Examples/Flare" />
    207                 </attached>
     209                </attached> -->
    208210        </QuestEffectBeacon>
    209211
     
    236238                        </execute>
    237239                </events>
    238                 <attached>
     240                <!-- <attached>
    239241                        <BlinkingBillboard position="18000, 5000, 21000" color="1,0,0" frequency=0.6 amplitude=10 material="Examples/Flare" />
    240                 </attached>
     242                </attached> -->
    241243        </QuestEffectBeacon>
    242244
    243245<!-- ---------------------------------------------------------------------- -->
    244246
    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 />
    246248
    247249  <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>
    255250
    256251<!-- ----------------------------------------------------- -->
     
    576571        ?>
    577572
     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
    578591
    579592  <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 />
     
    590603</StaticEntity>
    591604
    592 <StaticEntity position="18000,5000,21000" yaw=112 pitch=67>
     605<StaticEntity position="18000,5000,21000" yaw=12 pitch=75>
    593606  <attached>
    594607    <?lua
     
    598611</StaticEntity>
    599612
     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
    600622
    601623  </Scene>
Note: See TracChangeset for help on using the changeset viewer.