Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 29, 2018, 9:12:53 AM (5 years ago)
Author:
linggj
Message:

it works but needs some beuty to be added

File:
1 edited

Legend:

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

    r12110 r12131  
    1616
    1717<Level
    18 gametype = StoryMode
     18gametype = Deathmatch
    1919>
    2020
     
    3131    skybox       = "Orxonox/Starbox"
    3232  >
    33    <StoryModeController position="0,0,0" collisionType="dynamic">
     33   <StoryModeController position="0,0,0" collisionType="dynamic" mass=42000000 >
    3434
    3535          <attached>
    36               <Model position="550,300,0" mesh="assff.mesh" scale=20  visible="true" />
     36              <Model position="0,0,0" mesh="assff.mesh" scale=20  visible="true" />
    3737          </attached>
    38 
     38          <CameraPosition position="0,0,1000" direction="0, -1, 0" drag=false />
    3939          <collisionShapes>
    4040              <BoxCollisionShape position="0,0,0" halfExtents="3,1,10" />
     
    5050    </MovableEntity> -->
    5151   
     52   
     53   
     54
    5255    <StaticEntity position="0,0,0" direction="0,0,-1" >
    5356      <attached>
     57
     58        <Model name="a" position="550,300,0" mesh="planets/moon.mesh" scale=100 visible="true" />
     59        <Billboard colour="1,0,0.05" position="550,300,-80"  material="Flares/lensflare" scale=4.5 />
    5460
    5561        <Model name="a" position="600,370,0" mesh="planets/moon.mesh" scale=100 visible="false" />
     
    5763       
    5864         <Model position="550,300,0" mesh="assff.mesh" scale=20  visible="false" orientation="-0.015,0.091,0.038,-0.995"/>
     65       
    5966        <Billboard colour="1,1,0.05" position="600,370,-80"  material="Flares/lensflare" scale=4.5 />
    6067       
    6168
    62         <Model position="100,350,-250" mesh="planets/moon.mesh" scale=100  visible="false"/>
     69        <Model position="100,350,-250" mesh="planets/moon.mesh" scale=100  visible="true"/>
    6370         <Model position="50,300,-250" mesh="assff.mesh" scale=20  visible="false" orientation="-0.015,0.091,0.038,-0.995"/>
    6471        <Billboard colour="1,1,0.05" position="100,350,-330"  material="Flares/lensflare" scale=4.5 />
     
    9299    <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"/>
    93100
    94     <SpawnPoint position="000.000, 000.000, 1000.000" orientation="0, 0, 0, -1" pawndesign=StoryMode />
     101    <SpawnPoint position="000.000, 000.000, 1000.000" orientation="0, 0, 0, -1" spawnclass=StoryModeController pawndesign=StoryMode />
    95102   
    96103   
Note: See TracChangeset for help on using the changeset viewer.