Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9915


Ignore:
Timestamp:
Dec 16, 2013, 3:11:59 PM (10 years ago)
Author:
skaan
Message:

Level finished —> TODO Meteoriten starten, wenn durch Portal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/levelKaan/data/levels/Level_Kaan.oxw

    r9909 r9915  
    22
    33<LevelInfo
    4    name = "John Vane and the trip to Area 51"
    5    description = "First Mission of John Vane"
     4   name = "(i) John Vane - Trip to Area 51"
     5   description = "John Vane's first mission to rescue the Commander"
    66   tags = "mission"
    77   screenshot = "JohnVane.png"
     
    5959   <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/>       
    6060
    61    <TeamSpawnPoint team=0 position="0,94000,0" direction="1,1,1" spawnclass=SpaceShip pawndesign=spaceshipescort> <!--spaceshipescort-->
     61   <TeamSpawnPoint team=0 position="0,0,0" direction="1,1,1" spawnclass=SpaceShip pawndesign=spaceshipescort> <!--spaceshipescort-->
    6262        <events>
    6363            <activity>
     
    357357
    358358<!-- Meteoriten, die sich bewegen -->
    359 <?lua
     359   <?lua
    360360      for i = 1, 600, 1
    361361      do
     
    367367
    368368   <MovableEntity       
    369       position = "<?lua print(math.random()* 1500-750) ?>,<?lua print(math.random() * 9500 + 100000) ?>,<?lua print(math.random() * 1500-750) ?>"
     369      position = "<?lua print(math.random()* 1000-500) ?>,<?lua print(math.random() * 10000 + 110000) ?>,<?lua print(math.random() * 1000-500) ?>"
    370370      scale = "<?lua print(j * 40)?>"
    371       velocity = "<?lua print(x*70-35)?>, <?lua print(y*50-130)?>, <?lua print(z*70-35)?>"
     371      velocity = "<?lua print(x*60-30)?>, <?lua print(y*60-160)?>, <?lua print(z*60-30)?>"
    372372      collisionType = dynamic
    373373      collisiondamage = 0.05
    374374      enablecollisiondamage = true
    375    > 
     375        active = true
     376   >             
     377              <events>           
     378                 <activity>             
     379                <EventListener event="start" />                 
     380             </activity>                 
     381              </events>                 
     382              <attached>                 
     383                 <Model mass="<?lua print(j * 1000) ?>" mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh" />                             
     384              </attached>
    376385         <collisionShapes>
    377386            <SphereCollisionShape radius="<?lua print(j * 50) ?>" />
     
    383392   ?>
    384393
    385 <BlinkingBillboard position="5000,5800,5000" frequency=0.6 amplitude=3 material="Flares/lensflare" colour="1,1,0.05">
     394<BlinkingBillboard position="5000,5700,5000" frequency=0.6 amplitude=3 material="Flares/lensflare" colour="1,1,0.05">
    386395          <events>
    387396            <visibility>
     
    396405          </events>
    397406</BlinkingBillboard>
    398 <Billboard position="5000,5800,5000" amplitude=1 material="Flares/lensflare" colour="0,0.8,0.1">
     407
     408<Billboard position="5000,5700,5000" amplitude=1 material="Flares/lensflare" colour="0,0.8,0.1">
    399409          <events>
    400410            <visibility>
     
    412422<DistanceTrigger name="start" position="0,94000,0" target="SpaceShip" beaconMode="exclude" targetname="bcnDestroyer" distance=20 stayActive="true" delay=0 />
    413423
    414 <DistanceTrigger name="portal2" position="5000,5800,5000" target="Pawn" distance=20 stayActive="true" delay=3/>
     424<DistanceTrigger name="portal2" position="5000,5700,5000" target="Pawn" distance=20 stayActive="true" delay=3/>
    415425    <SimpleNotification message="Housten: Now go through the portal!">
    416426        <events>
     
    429439  <SpaceShip
    430440        team      = 0
    431         position  = "0,110000,0"
     441        position  = "0,118000,0"
    432442        roll      = 0   yaw=90  pitch=0
    433443        mass      = 10000
Note: See TracChangeset for help on using the changeset viewer.