Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 4, 2017, 4:38:17 PM (7 years ago)
Author:
remartin
Message:

Das Aufteilen funktioniert nun gut. AsteroidField fertiggestellt und mit dokumentieren begonnen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/AsteroidMining_HS17/data/levels/AsteroidFarming.oxw

    r11581 r11640  
    4141
    4242     <!-- Asteroid Display: -->
    43         <Model position="0,  0,40" yaw="90" pitch="-90" roll="0" scale="3" mesh="ast1.mesh" />
     43      <Model position="0,  0,40" yaw="90" pitch="-90" roll="0" scale="3" mesh="ast1.mesh" />
    4444      <Model position="0, 20,40" yaw="90" pitch="-90" roll="0" scale="3" mesh="ast2.mesh" />
    4545      <Model position="0, 40,40" yaw="90" pitch="-90" roll="0" scale="3" mesh="ast3.mesh" />
     
    7777    </Pawn>
    7878
     79    <!----Just a box with different mesh-->
    7980    <Pawn team=1 health=50 position="0,1000,0" direction="0,-1,0" collisionType=dynamic mass=100000 name=box RVName = "Globi Asteroid" >
    8081        <events>
     
    9495
    9596    <!-----AsteroidMinable --->
    96 
    9797    <AsteroidMinable size=15 position="0,-500,0" />
    9898    <AsteroidMinable size=5 position="100,-500,100" />
    9999    <AsteroidMinable size=50 position="500,-500, 500" />
     100    <AsteroidMinable size=30 position="-100, -500, -100" velocity= "0, -30, 0"/>
    100101
    101    
     102    <!--- SpicedAsteroidField --->
     103    <SpicedAsteroidField count=30 mDensity= 0.5 maxSize=40 minSize=1 position="5000, 0, 0" radius=1000/>
    102104
    103105
Note: See TracChangeset for help on using the changeset viewer.