Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 21, 2016, 3:57:58 PM (7 years ago)
Author:
marvinh
Message:

Heute wurden die Planeten an die richtige Position gesetzt und auch die dazugehoerigen Buttons. Diverse Versuche mit Lichtern hinter Planeten wurden durchgefuehrt. Naechstes Mal muss noch der Button unsichtbar gemacht werden und irgendwie sichtbar gemacht werden, welches Level man schon erledigt hat. Idee dort ist beim OrxonoxLook ein neues Buttonlayout zu erstellen. Stay Tuned

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/StoryModeMap_HS16/data/levels/StoryModeMap.oxw

    r11286 r11299  
    3131  >
    3232
    33 <StaticEntity position="0,0,0" direction="0,0,0" mass=10000 friction=0>
    34 <attached>
    3533
    36     <Model position="0,0,0" mesh="Coordinates.mesh" scale=50 />
    37    </attached>
    38   </StaticEntity>
    39 
    40 
    41 
    42 <StaticEntity position="0,0,0" direction="0,0,0" mass=10000 friction=0>
     34<StaticEntity position="0,0,0" direction="0,0,0" >
    4335  <attached>
    4436
    45       <Model position="-870,0,0" mesh="planets/earth.mesh" scale=30 />
     37    <Model position="600,370,0" mesh="planets/moon.mesh" scale=100 />
     38    <Billboard colour="1,1,0.05" position="600,370,-80"  material="Flares/lensflare" scale=4.5 />
     39 
     40    <Model position="100,350,-250" mesh="planets/moon.mesh" scale=100  />
     41    <Billboard colour="1,1,0.05" position="100,350,-330"  material="Flares/lensflare" scale=4.5 />
    4642
    47       <Model position="870,0,0" mesh="planets/earth.mesh" scale=30 />
     43    <Model position="-600,250,-500" mesh="planets/moon.mesh" scale=100 />
     44    <Billboard colour="1,1,0.05" position="-600,250,-580"  material="Flares/lensflare" scale=5 />
    4845
    49       <Model position="0,-560,0" mesh="planets/earth.mesh" scale=30 />
     46    <Model position="-1000,50,-750" mesh="planets/moon.mesh" scale=100 />
     47    <Billboard colour="1,1,0.05" position="-1000,50,-830"  material="Flares/lensflare" scale=5 />
    5048
    51       <Model position="0,520,0" mesh="planets/earth.mesh" scale=30 />
     49    <Model position="-900,-400,-1000" mesh="planets/moon.mesh" scale=100 />
     50    <Billboard colour="1,1,0.05" position="-900,-400,-1080"  material="Flares/lensflare" scale=5 />
    5251
     52    <Model position="-500,-700,-1250" mesh="planets/moon.mesh" scale=100 />
     53    <Billboard colour="1,1,0.05" position="-500,-700,-1330"  material="Flares/lensflare" scale=5 />
    5354
     55    <Model position="0,-900,-1500" mesh="planets/moon.mesh" scale=100 />
     56    <Billboard colour="1,1,0.05" position="0,-900,-1580" material="Flares/lensflare" scale=5 />
    5457
     58    <Model position="700,-1100,-1750" mesh="planets/moon.mesh" scale=100 />
     59    <Billboard colour="1,1,0.05" position="700,-1100,-1830"  material="Flares/lensflare" scale=5 />
    5560
    56 
    57 
    58       <Model position="0,0,0" mesh="planets/sol.mesh" scale=8 />
    59  
    60     <Model position="300,300,0" mesh="planets/moon.mesh" scale=60 />
    61 
    62     <Model position="400,400,0" mesh="planets/muunilinst.mesh" scale=25 />
    63 
    64     <Model position="500,500,0" mesh="planets/muunilinst.mesh" scale=18 />
    65 
    66     <Model position="600,600,0" mesh="planets/muunilinst.mesh" scale=13 />
    67 
    68     <Model position="-100,-100,0" mesh="planets/muunilinst.mesh" scale=8 />
    69 
    70     <Model position="-200,-200,0" mesh="planets/muunilinst.mesh" scale=8 />
    71 
    72     <Model position="-300,-300,0" mesh="planets/muunilinst.mesh" scale=8 />
    73 
    74     <Model position="-400,-400,0" mesh="planets/muunilinst.mesh" scale=8 />
    75 
    76     <Model position="-500,-500,0" mesh="planets/muunilinst.mesh" scale=8 />
     61    <Model position="1500,-1300,-2000" mesh="planets/moon.mesh" scale=100 />
     62    <Billboard colour="1,1,0.05" position="1500,-1300,-2080"  material="Flares/lensflare" scale=5 />
    7763
    7864  </attached>
     
    8369
    8470
    85 <Planet
    86       position="10000,0,0"
    87       scale="100"
    88       collisionType="dynamic"
    89       linearDamping="0.8"
    90       angularDamping="0"
    91       mass="5000000"
    92       pitch="0"
    93       mesh="planets/muunilinst.mesh"
    94       atmosphere="atmosphere1"
    95       rotationaxis="1,0,0"
    96       rotationrate="1.0"
    97       atmospheresize="80.0f"
    98       imagesize="1024.0f"
    99       collisiondamage = 2
    100       enablecollisiondamage = true
    101     >
    102     <attached>
    103         <ForceField position="0,0,0" mode="sphere" diameter="1000" velocity="-500" />
    104     </attached>
    105     <collisionShapes>
    106         <SphereCollisionShape radius="100" position="0,0,0" />
    107     </collisionShapes>
    108 </Planet>
    10971
    11072
Note: See TracChangeset for help on using the changeset viewer.