| 1 | <LevelInfo |
|---|
| 2 | name = "Presentation FS11" |
|---|
| 3 | description = "Presentation level spring semester '11" |
|---|
| 4 | tags = "test" |
|---|
| 5 | /> |
|---|
| 6 | |
|---|
| 7 | <?lua |
|---|
| 8 | include("stats.oxo") |
|---|
| 9 | include("HUDTemplates3.oxo") |
|---|
| 10 | include("templates/lodInformation.oxt") |
|---|
| 11 | ?> |
|---|
| 12 | |
|---|
| 13 | <?lua |
|---|
| 14 | include("templates/spaceshipAssff.oxt") |
|---|
| 15 | include("templates/spaceshipPirate.oxt") |
|---|
| 16 | ?> |
|---|
| 17 | |
|---|
| 18 | <?lua |
|---|
| 19 | include("templates/pickupRepresentationTemplates.oxt") |
|---|
| 20 | ?> |
|---|
| 21 | |
|---|
| 22 | <Level |
|---|
| 23 | name = "Sample" |
|---|
| 24 | description = "Just a few tests" |
|---|
| 25 | > |
|---|
| 26 | <templates> |
|---|
| 27 | <Template link=lodtemplate_default /> |
|---|
| 28 | </templates> |
|---|
| 29 | |
|---|
| 30 | <Scene |
|---|
| 31 | ambientlight = "0.8, 0.8, 0.8" |
|---|
| 32 | skybox = "Orxonox/Starbox" |
|---|
| 33 | > |
|---|
| 34 | |
|---|
| 35 | <?lua |
|---|
| 36 | include("includes/pickups.oxi") |
|---|
| 37 | ?> |
|---|
| 38 | |
|---|
| 39 | <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"/> |
|---|
| 40 | <SpawnPoint team=0 position="0,0,0" lookat="2,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> |
|---|
| 41 | |
|---|
| 42 | |
|---|
| 43 | <!-- PICKUPS --> |
|---|
| 44 | <PickupSpawner position="-50,50,-125" triggerDistance="10" respawnTime="30" maxSpawnedItems="10"> |
|---|
| 45 | <pickup> |
|---|
| 46 | <DronePickup template=dronepickup /> |
|---|
| 47 | </pickup> |
|---|
| 48 | </PickupSpawner> |
|---|
| 49 | |
|---|
| 50 | |
|---|
| 51 | <!-- BOUNDARIES AND PORTALS --> |
|---|
| 52 | |
|---|
| 53 | <SpaceBoundaries warnDistance="1" maxDistance="400" showDistance="300" healthDecrease="0.1" position="0,0,0"/> |
|---|
| 54 | <SpaceBoundaries warnDistance="1" maxDistance="400" showDistance="300" healthDecrease="0.1" position="-10000,0,0"/> |
|---|
| 55 | |
|---|
| 56 | <Template name=PortalDefault> |
|---|
| 57 | <PortalEndPoint> |
|---|
| 58 | <attached> |
|---|
| 59 | <Billboard material="Portals/Default" /> |
|---|
| 60 | </attached> |
|---|
| 61 | </PortalEndPoint> |
|---|
| 62 | </Template> |
|---|
| 63 | |
|---|
| 64 | <PortalEndPoint position="350,0,0" id="1" distance="40" target="MobileEntity" design="PortalDefault"/> |
|---|
| 65 | <PortalEndPoint position="-10300,0,0" id="2" distance="40" target="MobileEntity" design="PortalDefault"/> |
|---|
| 66 | <PortalLink fromID="1" toID="2" /> |
|---|
| 67 | <PortalLink fromID="2" toID="1" /> |
|---|
| 68 | |
|---|
| 69 | |
|---|
| 70 | |
|---|
| 71 | <!-- MODELS, DEBRIS, ETC --> |
|---|
| 72 | |
|---|
| 73 | <Planet |
|---|
| 74 | position="-5000,0,0" |
|---|
| 75 | scale="400" |
|---|
| 76 | collisionType="dynamic" |
|---|
| 77 | linearDamping="0.8" |
|---|
| 78 | angularDamping="0" |
|---|
| 79 | mass="10000000" |
|---|
| 80 | pitch="0" |
|---|
| 81 | mesh="planets/muunilinst.mesh" |
|---|
| 82 | atmosphere="atmosphere1" |
|---|
| 83 | rotationaxis="1,0,0" |
|---|
| 84 | rotationrate="1.0" |
|---|
| 85 | atmospheresize="300.0f" |
|---|
| 86 | imagesize="1024.0f" |
|---|
| 87 | > |
|---|
| 88 | <collisionShapes> |
|---|
| 89 | <SphereCollisionShape radius="400" position="0,0,0" /> |
|---|
| 90 | </collisionShapes> |
|---|
| 91 | </Planet> |
|---|
| 92 | |
|---|
| 93 | <MovableEntity position="0,0,0"> |
|---|
| 94 | <attached> |
|---|
| 95 | <Billboard position="-5000,0,0" material="Examples/Flare" colour="0, 0, 1" scale=10/> |
|---|
| 96 | </attached> |
|---|
| 97 | </MovableEntity> |
|---|
| 98 | |
|---|
| 99 | |
|---|
| 100 | </Scene> |
|---|
| 101 | </Level> |
|---|
| 102 | |
|---|