Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 4, 2013, 4:03:59 PM (10 years ago)
Author:
schlaem
Message:

Pirate-problem is still existing
and the Pickup is not visibel

File:
1 edited

Legend:

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

    r9743 r9746  
    4040
    4141  <?lua include("includes/notifications.oxi") ?>
     42
    4243
    4344  <NotificationQueueCEGUI
     
    5758    skybox       = "Orxonox/Starbox"
    5859  >
     60
     61  <?lua include("includes/pickups.oxi") ?>
    5962
    6063 <Script code="showGUI NotificationLayer false true" needsGraphics="true" />
     
    7982          </events>
    8083        </EventMultiTrigger>
     84
     85    <!-- Drone pickup -->
     86   
     87    <PickupSpawner pickup=dronepickup position="50,0,0" triggerDistance="10" respawnTime="0" maxSpawnedItems="2" />
    8188
    8289<!-- QUEST DESCRIPTION-->
     
    605612        <?lua
    606613                dofile("includes/asteroidField.lua")
    607                 asteroidField(-5000, -5000, -20000, 100, 300, 10000, 50, 1)
     614                asteroidField(-5000, -5000, -20000, 20, 50, 10000, 200, 0)
    608615        ?>
    609616
     
    611618        <?lua
    612619                dofile("includes/asteroidField.lua")
    613                 asteroidField(20000, -10000, -12000, 50, 1000, 10000, 40, 0)
     620                asteroidField(20000, -10000, -12000, 30, 100, 10000, 200, 0)
    614621        ?>
    615622
     
    624631        <?lua
    625632                dofile("includes/asteroidField.lua")
    626                 asteroidField(-5000, -10000, 30000, 10, 500, 10000, 20, 0)
     633                asteroidField(-5000, -10000, 30000, 10, 50, 10000, 100, 0)
    627634        ?>
    628635
    629636        <?lua
    630637                dofile("includes/asteroidField.lua")
    631                 asteroidBelt(-10000, -12500, 0, 0, 0, 30, 30, 300, 0, 7850, 150, 0)
     638                asteroidBelt(-10000, -12500, 0, 0, 0, 30, 30, 500, 0, 7850, 150, 0)
    632639        ?>
    633640
Note: See TracChangeset for help on using the changeset viewer.