Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 7, 2015, 2:05:58 PM (9 years ago)
Author:
meierman
Message:

Before finishing touch

Location:
code/branches/hoverHS15/data/levels
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hoverHS15/data/levels/Hover.oxw

    r10926 r10928  
    3030    ambientlight = "0.8, 0.8, 0.8"
    3131    skybox       = "Orxonox/Starbox"
    32     gravity      = "0, -100, 0"
     32    gravity      = "0, -200, 0"
    3333  >
    3434 
     
    3939  <StaticEntity position="0,0,0" collisionType="static">
    4040    <attached>
    41       <Model position="500, 0, 0" yaw="0" pitch="0" roll="0" scale3D="500, 30, 2" mesh="cube_red.mesh" />
    42       <Model position="500, 0, 1000" yaw="0" pitch="0" roll="0" scale3D="500, 30, 2" mesh="cube_red.mesh" />     
    43       <Model position="0, 0, 500" yaw="0" pitch="0" roll="0" scale3D="2, 30, 500" mesh="cube_green.mesh" />     
    44       <Model position="1000, 0, 500" yaw="0" pitch="0" roll="0" scale3D="2, 30, 500" mesh="cube_green.mesh" />
    4541    </attached>
    4642    <collisionShapes>
     
    5551  <StaticEntity position="0,0,0" collisionType="static">
    5652    <attached>
    57       <Model position="500, -10,500" yaw="0" pitch="0" roll="0" scale3D="500, 10, 500" mesh="CubeGround.mesh" />     
     53      <Model position="500, -16,500" yaw="0" pitch="0" roll="0" scale3D="500, 16, 500" mesh="CubeGround.mesh" />     
    5854    </attached>
    5955    <collisionShapes>
     56      <BoxCollisionShape yaw="0" pitch="0" roll="0" position="0,500,0" halfExtents="10000, 1, 10000" />
    6057      <BoxCollisionShape yaw="0" pitch="0" roll="0" position="0,-10,0" halfExtents="10000, 10, 10000" />
    6158      <BoxCollisionShape yaw="0" pitch="0" roll="0" position="500, 0,0" halfExtents="1000, 1000, 1" />
     
    8380
    8481   
    85     <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"/>
     82    <Light type=directional position="-50,500,-50" direction="0.577, -0.577, 0.577" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/>
    8683    <SpawnPoint team=0 position="50,20,50" lookat="100,20,100" spawnclass=HoverShip pawndesign=spaceshiphover />
    8784   
  • code/branches/hoverHS15/data/levels/templates/spaceshipHover.oxt

    r10926 r10928  
    1818   reloadwaittime      = 0.5
    1919
    20    primaryThrust     = 100
     20   primaryThrust     = 200
    2121   auxilaryThrust    = 30
    2222   rotationThrust    = 25
    2323
    24    jumpBoost = 30
     24   jumpBoost = 90
    2525
    2626   lift = 1;
Note: See TracChangeset for help on using the changeset viewer.