[10698] | 1 | <LevelInfo |
---|
| 2 | name = "Better Earth Demonstration" |
---|
| 3 | description = "1:100 Scale Model of Earth with Gravity" |
---|
| 4 | tags = "showcase" |
---|
| 5 | screenshot = "earthdemonstration.png" |
---|
| 6 | /> |
---|
| 7 | |
---|
| 8 | <?lua |
---|
| 9 | include("stats.oxo") |
---|
| 10 | include("HUDTemplates3.oxo") |
---|
| 11 | include("templates/lodInformation.oxt") |
---|
| 12 | include("templates/spaceshipHXY.oxt") |
---|
| 13 | ?> |
---|
| 14 | |
---|
| 15 | <Level> |
---|
| 16 | <templates> |
---|
| 17 | <Template link="lodtemplate_default" /> |
---|
| 18 | </templates> |
---|
| 19 | <?lua include("includes/notifications.oxi") ?> |
---|
| 20 | |
---|
| 21 | <Template name=PortalDefault> |
---|
| 22 | <PortalEndPoint> |
---|
| 23 | <attached> |
---|
| 24 | <Billboard material="Portals/Default" /> |
---|
| 25 | </attached> |
---|
| 26 | </PortalEndPoint> |
---|
| 27 | </Template> |
---|
| 28 | |
---|
| 29 | <Scene |
---|
| 30 | ambientlight = "0.8, 0.8, 0.8" |
---|
| 31 | skybox = "Orxonox/skyboxempty" |
---|
| 32 | > |
---|
| 33 | <WorldAmbientSound |
---|
| 34 | source="Earth.ogg" |
---|
| 35 | looping="true" |
---|
| 36 | playOnLoad="true" |
---|
| 37 | /> |
---|
| 38 | |
---|
[10806] | 39 | <!-- <Light |
---|
| 40 | type="directional" |
---|
| 41 | position="-500000,-500000,0" |
---|
| 42 | direction="0.253, 0.593, -0.765" |
---|
| 43 | diffuse="1.0, 0.9, 0.9, 1.0" |
---|
| 44 | specular="1.0, 0.9, 0.9, 1.0" |
---|
| 45 | /> |
---|
| 46 | --> |
---|
| 47 | |
---|
| 48 | |
---|
| 49 | <SpawnPoint |
---|
| 50 | position="-613,-54,125" |
---|
| 51 | lookat="0-100,1000,-100" |
---|
| 52 | spawnclass="SpaceShip" |
---|
| 53 | pawndesign="spaceshipHXY" |
---|
| 54 | /> |
---|
| 55 | <PortalEndPoint position="70500,100,0" id="1" distance="40" target="MobileEntity" design="PortalDefault"/> |
---|
| 56 | |
---|
| 57 | <!-- This is a model of Earth: mass=EarthMass/1000 and radius=EarthRadius[km]*10 --> |
---|
| 58 | |
---|
| 59 | |
---|
| 60 | <!-- This is a model of our Moon: mass=MoonMass/1000 and radius=MoonRadius[km]*10 and position=DistanceFromEarth[km]*10 --> |
---|
| 61 | <Planet |
---|
| 62 | position="3625700,0,0" |
---|
| 63 | scale="17370" |
---|
| 64 | collisionType="dynamic" |
---|
| 65 | linearDamping="0.8" |
---|
| 66 | angularDamping="0" |
---|
| 67 | mass="7.36e19" |
---|
| 68 | pitch="0" |
---|
| 69 | mesh="planets/moon.mesh" |
---|
| 70 | atmosphere="atmosphere1" |
---|
| 71 | rotationaxis="0,1,0" |
---|
| 72 | rotationrate="010" |
---|
| 73 | atmospheresize="80.0f" |
---|
| 74 | imagesize="1024.0f" |
---|
| 75 | collisiondamage = 2 |
---|
| 76 | enablecollisiondamage = true |
---|
| 77 | > |
---|
| 78 | <attached> |
---|
| 79 | <ForceField position="0,0,0" mode="newtonianGravity" diameter="40000" massDiameter="34740" mass="7.36e19" /> |
---|
| 80 | </attached> |
---|
| 81 | <collisionShapes> |
---|
| 82 | <SphereCollisionShape radius="17370" position="0,0,0" /> |
---|
| 83 | </collisionShapes> |
---|
| 84 | </Planet> |
---|
| 85 | <!-- <PortalEndPoint position="3603330,100,0" id="2" distance="40" target="MobileEntity" design="PortalDefault"/> --> |
---|
| 86 | <StaticEntity position="0,0,0" direction="0,0,0" collisionType=static mass=100000 friction=0.01 > |
---|
| 87 | <attached> |
---|
| 88 | <Model position="0,0,0" mesh="skyboxHoenggerberg.mesh" scale3D="100000,100000,100000" lodLevel="0"/> |
---|
| 89 | <PortalEndPoint position="0,0,0" id="1" distance="40" target="Pawn" design="PortalDefault"/> |
---|
| 90 | <Light type="point" position="0,0,0" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/> |
---|
| 91 | </attached> |
---|
| 92 | </StaticEntity> |
---|
| 93 | <StaticEntity position="0,0,0" scale="100"> |
---|
| 94 | <attached> |
---|
| 95 | <Model mesh="Glasstower1.mesh" /> |
---|
| 96 | |
---|
| 97 | </attached> |
---|
| 98 | </StaticEntity> |
---|
| 99 | <StaticEntity position="-500,0,-500" scale="10"> |
---|
| 100 | <attached><LevelInfo |
---|
| 101 | name = "Better Earth Demonstration" |
---|
| 102 | description = "1:100 Scale Model of Earth with Gravity" |
---|
| 103 | tags = "showcase" |
---|
| 104 | screenshot = "earthdemonstration.png" |
---|
| 105 | /> |
---|
| 106 | |
---|
| 107 | <?lua |
---|
| 108 | include("stats.oxo") |
---|
| 109 | include("HUDTemplates3.oxo") |
---|
| 110 | include("templates/lodInformation.oxt") |
---|
| 111 | include("templates/spaceshipHXY.oxt") |
---|
| 112 | ?> |
---|
| 113 | |
---|
| 114 | <Level> |
---|
| 115 | <templates> |
---|
| 116 | <Template link="lodtemplate_default" /> |
---|
| 117 | </templates> |
---|
| 118 | <?lua include("includes/notifications.oxi") ?> |
---|
| 119 | |
---|
| 120 | <Template name=PortalDefault> |
---|
| 121 | <PortalEndPoint> |
---|
| 122 | <attached> |
---|
| 123 | <Billboard material="Portals/Default" /> |
---|
| 124 | </attached> |
---|
| 125 | </PortalEndPoint> |
---|
| 126 | </Template> |
---|
| 127 | |
---|
| 128 | <Scene |
---|
| 129 | ambientlight = "0.8, 0.8, 0.8" |
---|
| 130 | skybox = "Orxonox/skyboxempty" |
---|
| 131 | > |
---|
| 132 | <WorldAmbientSound |
---|
| 133 | source="Earth.ogg" |
---|
| 134 | looping="true" |
---|
| 135 | playOnLoad="true" |
---|
| 136 | /> |
---|
| 137 | |
---|
[10698] | 138 | <Light |
---|
| 139 | type="directional" |
---|
| 140 | position="-500000,-500000,0" |
---|
| 141 | direction="0.253, 0.593, -0.765" |
---|
| 142 | diffuse="1.0, 0.9, 0.9, 1.0" |
---|
| 143 | specular="1.0, 0.9, 0.9, 1.0" |
---|
| 144 | /> |
---|
| 145 | |
---|
| 146 | |
---|
| 147 | |
---|
| 148 | <SpawnPoint |
---|
[10806] | 149 | position="-613,-54,125" |
---|
| 150 | lookat="0-100,1000,-100" |
---|
[10698] | 151 | spawnclass="SpaceShip" |
---|
| 152 | pawndesign="spaceshipHXY" |
---|
| 153 | /> |
---|
| 154 | <PortalEndPoint position="70500,100,0" id="1" distance="40" target="MobileEntity" design="PortalDefault"/> |
---|
| 155 | |
---|
| 156 | <!-- This is a model of Earth: mass=EarthMass/1000 and radius=EarthRadius[km]*10 --> |
---|
[10788] | 157 | |
---|
[10698] | 158 | |
---|
| 159 | <!-- This is a model of our Moon: mass=MoonMass/1000 and radius=MoonRadius[km]*10 and position=DistanceFromEarth[km]*10 --> |
---|
| 160 | <Planet |
---|
| 161 | position="3625700,0,0" |
---|
| 162 | scale="17370" |
---|
| 163 | collisionType="dynamic" |
---|
| 164 | linearDamping="0.8" |
---|
| 165 | angularDamping="0" |
---|
| 166 | mass="7.36e19" |
---|
| 167 | pitch="0" |
---|
| 168 | mesh="planets/moon.mesh" |
---|
| 169 | atmosphere="atmosphere1" |
---|
| 170 | rotationaxis="0,1,0" |
---|
[10788] | 171 | rotationrate="010" |
---|
[10698] | 172 | atmospheresize="80.0f" |
---|
| 173 | imagesize="1024.0f" |
---|
| 174 | collisiondamage = 2 |
---|
| 175 | enablecollisiondamage = true |
---|
| 176 | > |
---|
| 177 | <attached> |
---|
| 178 | <ForceField position="0,0,0" mode="newtonianGravity" diameter="40000" massDiameter="34740" mass="7.36e19" /> |
---|
| 179 | </attached> |
---|
| 180 | <collisionShapes> |
---|
| 181 | <SphereCollisionShape radius="17370" position="0,0,0" /> |
---|
| 182 | </collisionShapes> |
---|
| 183 | </Planet> |
---|
| 184 | <PortalEndPoint position="3603330,100,0" id="2" distance="40" target="MobileEntity" design="PortalDefault"/> |
---|
[10806] | 185 | <StaticEntity position="0,0,0" direction="0,0,0" collisionType=static mass=100000 friction=0.01 > |
---|
| 186 | <attached> |
---|
| 187 | <Model position="0,0,0" mesh="skyboxHoenggerberg.mesh" scale3D="100000,100000,100000" lodLevel="0"/> |
---|
| 188 | <PortalEndPoint position="0,0,0" id="1" distance="40" target="Pawn" design="PortalDefault"/> |
---|
| 189 | <Light type="point" position="0,0,0" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/> |
---|
| 190 | </attached> |
---|
| 191 | </StaticEntity> |
---|
| 192 | <StaticEntity position="0,0,0" scale="100"> |
---|
| 193 | <attached> |
---|
| 194 | <Model mesh="Glasstower1.mesh" /> |
---|
[10698] | 195 | |
---|
[10806] | 196 | </attached> |
---|
| 197 | </StaticEntity> |
---|
| 198 | <StaticEntity position="-500,0,-500" scale="10"> |
---|
| 199 | <attached> |
---|
| 200 | <Model mesh="PrimeTower.mesh" /> |
---|
| 201 | </attached> |
---|
| 202 | </StaticEntity> |
---|
| 203 | <StaticEntity position="0,0,0" scale="1000"> |
---|
| 204 | <attached> |
---|
| 205 | <Model mesh="Plane.mesh" /> |
---|
| 206 | </attached> |
---|
| 207 | </StaticEntity> |
---|
| 208 | <!-- Create portals from Earth to the Moon --> |
---|
| 209 | <PortalLink fromID="1" toID="2" /> |
---|
| 210 | <PortalLink fromID="2" toID="1" /> |
---|
| 211 | </Scene> |
---|
| 212 | </Level> |
---|
| 213 | |
---|
| 214 | <Model mesh="PrimeTower.mesh" /> |
---|
| 215 | </attached> |
---|
| 216 | </StaticEntity> |
---|
| 217 | <StaticEntity position="0,0,0" scale="1000"> |
---|
[10788] | 218 | <attached> |
---|
[10806] | 219 | <Model mesh="Plane.mesh" /> |
---|
[10788] | 220 | </attached> |
---|
| 221 | </StaticEntity> |
---|
[10698] | 222 | <!-- Create portals from Earth to the Moon --> |
---|
| 223 | <PortalLink fromID="1" toID="2" /> |
---|
| 224 | <PortalLink fromID="2" toID="1" /> |
---|
| 225 | </Scene> |
---|
| 226 | </Level> |
---|