[8201] | 1 | <LevelInfo |
---|
[8461] | 2 | name = "Presentation FS11" |
---|
| 3 | description = "Presentation level spring semester '11" |
---|
[8201] | 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 | |
---|
[8465] | 18 | <?lua |
---|
| 19 | include("templates/pickupRepresentationTemplates.oxt") |
---|
| 20 | ?> |
---|
| 21 | |
---|
[8201] | 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 | |
---|
[8465] | 35 | <?lua |
---|
| 36 | include("includes/pickups.oxi") |
---|
| 37 | ?> |
---|
[8461] | 38 | |
---|
[8201] | 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"/> |
---|
[8244] | 40 | <SpawnPoint team=0 position="0,0,0" lookat="2,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> |
---|
[8465] | 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 | |
---|
[8201] | 50 | |
---|
[8465] | 51 | <!-- BOUNDARIES AND PORTALS --> |
---|
| 52 | |
---|
[8462] | 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"/> |
---|
[8461] | 55 | |
---|
| 56 | <Template name=PortalDefault> |
---|
| 57 | <PortalEndPoint> |
---|
| 58 | <attached> |
---|
| 59 | <Billboard material="Portals/Default" /> |
---|
| 60 | </attached> |
---|
| 61 | </PortalEndPoint> |
---|
| 62 | </Template> |
---|
| 63 | |
---|
[8462] | 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"/> |
---|
[8461] | 66 | <PortalLink fromID="1" toID="2" /> |
---|
| 67 | <PortalLink fromID="2" toID="1" /> |
---|
[8465] | 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 | |
---|
[8201] | 99 | |
---|
| 100 | </Scene> |
---|
| 101 | </Level> |
---|
| 102 | |
---|