Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10788


Ignore:
Timestamp:
Nov 9, 2015, 4:02:14 PM (8 years ago)
Author:
hzuellig
Message:

skyscrapers and stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/planetLevelHS15/data/levels/betterearth.oxw

    r10707 r10788  
    4848
    4949    <SpawnPoint
    50       position="70000,0,0"
     50      position="100,0,0"
    5151      lookat="0,0,0"
    5252      spawnclass="SpaceShip"
     
    5656
    5757    <!-- This is a model of Earth: mass=EarthMass/1000 and radius=EarthRadius[km]*10 -->
    58     <Planet
    59       position="0,0,0"
    60       scale="63000"
    61       collisionType="dynamic"
    62       linearDamping="0.8"
    63       angularDamping="0"
    64       mass="5.9e21"
    65       pitch="0"
    66       mesh="planets/betterearth.mesh"
    67       atmosphere="atmosphere1"
    68       rotationaxis="0,1,0"
    69       rotationrate="0.2"
    70       atmospheresize="80.0f"
    71       imagesize="8100.0f"
    72       collisiondamage = 2
    73       enablecollisiondamage = true
    74     >
    75       <attached>
    76         <ForceField position="0,0,0" mode="newtonianGravity" diameter="140000" massDiameter="126000" mass="5.9e21" />
    77       </attached>
    78       <collisionShapes>
    79         <SphereCollisionShape radius="63000" position="0,0,0" />
    80       </collisionShapes>
    81     </Planet>
     58   
    8259
    8360    <!-- This is a model of our Moon: mass=MoonMass/1000 and radius=MoonRadius[km]*10 and position=DistanceFromEarth[km]*10 -->
     
    9370      atmosphere="atmosphere1"
    9471      rotationaxis="0,1,0"
    95       rotationrate="0.2"
     72      rotationrate="010"
    9673      atmospheresize="80.0f"
    9774      imagesize="1024.0f"
     
    10885    <PortalEndPoint position="3603330,100,0" id="2" distance="40" target="MobileEntity" design="PortalDefault"/>
    10986
     87        <StaticEntity position="0,0,0" scale="100">
     88                <attached>
     89                        <Model  mesh="Glasstower1.mesh" />
     90                </attached>
     91        </StaticEntity>
    11092    <!-- Create portals from Earth to the Moon -->
    11193    <PortalLink fromID="1" toID="2" />
Note: See TracChangeset for help on using the changeset viewer.