[11835] | 1 | <LevelInfo |
---|
[11881] | 2 | name = "Orxy Road" |
---|
[11835] | 3 | description = "Try to come as far as possible" |
---|
| 4 | tags = "minigame" |
---|
[11839] | 5 | screenshot = "OrxyRoad.png" |
---|
[11835] | 6 | /> |
---|
| 7 | <?lua |
---|
| 8 | include("stats.oxo") |
---|
| 9 | include("templates/lodInformation.oxt") |
---|
| 10 | ?> |
---|
| 11 | |
---|
| 12 | <?lua |
---|
| 13 | include("templates/spaceshipAssff2.oxt") |
---|
| 14 | include("templates/spaceshipPirate.oxt") |
---|
[11839] | 15 | include("templates/spaceshipOrxyRoad.oxt") |
---|
[11835] | 16 | include("templates/enemyInvader.oxt") |
---|
[11839] | 17 | include("templates/OrxyRoadPattern.oxt") |
---|
| 18 | include("overlays/OrxyRoadHUD.oxo") |
---|
[11835] | 19 | ?> |
---|
| 20 | |
---|
| 21 | <Level |
---|
[11881] | 22 | plugins = orxyroad |
---|
[11839] | 23 | gametype = OrxyRoad |
---|
[11887] | 24 | > |
---|
[11835] | 25 | <templates> |
---|
| 26 | <Template link=lodtemplate_default /> |
---|
| 27 | </templates> |
---|
| 28 | <?lua include("includes/notifications.oxi") ?> |
---|
| 29 | |
---|
| 30 | <Scene |
---|
| 31 | ambientlight = "1.0, 1.0, 1.0" |
---|
[11970] | 32 | skybox = "Orxonox/Starbox" |
---|
[11835] | 33 | negativeWorldRange = "-100000, -100000, -100000" |
---|
| 34 | positiveWorldRange = " 100000, 100000, 100000" |
---|
| 35 | > |
---|
| 36 | |
---|
| 37 | <WorldAmbientSound |
---|
| 38 | source="Earth.ogg" |
---|
| 39 | looping="true" |
---|
| 40 | playOnLoad="true" |
---|
| 41 | /> |
---|
| 42 | |
---|
| 43 | <!-- <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"/> --> |
---|
| 44 | <Light type=directional position="-100, 10000, -700" lookat="0.2, -1, 0" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" /> |
---|
[11899] | 45 | <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=OrxyRoadShip pawndesign=spaceshiporxyroad /> |
---|
[11835] | 46 | |
---|
| 47 | <DistanceTrigger name="start" position="-200,0,0" target="Pawn" distance=10 stayActive="true" delay=0 /> |
---|
| 48 | |
---|
| 49 | |
---|
[11839] | 50 | <OrxyRoadCenterPoint name=invadercenter /> |
---|
[11835] | 51 | |
---|
| 52 | </Scene> |
---|
| 53 | </Level> |
---|
| 54 | |
---|