[12215] | 1 | <LevelInfo |
---|
[12264] | 2 | name = "OrxoBlox" |
---|
[12215] | 3 | description = "A clone version of the BBTAN game." |
---|
| 4 | tags = "minigame" |
---|
| 5 | screenshot = "emptylevel.png" |
---|
| 6 | /> |
---|
| 7 | |
---|
| 8 | <?lua |
---|
| 9 | include("stats.oxo") |
---|
[12268] | 10 | include("OrxoBloxHUD.oxo") |
---|
[12215] | 11 | include("templates/lodInformation.oxt") |
---|
| 12 | ?> |
---|
| 13 | |
---|
[12314] | 14 | <?lua |
---|
| 15 | include("templates/spaceshipAssff2.oxt") |
---|
| 16 | include("templates/spaceshipPirate.oxt") |
---|
| 17 | include("templates/spaceshipOrxoBlox.oxt") |
---|
[12391] | 18 | include("templates/spaceshipEscort.oxt") |
---|
[12314] | 19 | ?> |
---|
| 20 | |
---|
[12364] | 21 | <!--Template name=OrxoBloxbatcameras defaults=0> |
---|
[12366] | 22 | <OrxoBloxStones> |
---|
[12256] | 23 | <camerapositions> |
---|
[12361] | 24 | <CameraPosition position="0,150,0" absolute=true /> |
---|
[12256] | 25 | <CameraPosition position="0,50,160" drag=true mouselook=true /> |
---|
| 26 | <CameraPosition position="0,40,125" drag=true mouselook=true /> |
---|
| 27 | <CameraPosition position="0,30, 90" drag=true mouselook=true /> |
---|
| 28 | </camerapositions> |
---|
[12366] | 29 | </OrxoBloxStones> |
---|
[12364] | 30 | </Template--> |
---|
[12215] | 31 | |
---|
[12268] | 32 | <Template name=OrxoBloxball> |
---|
| 33 | <OrxoBloxBall |
---|
[12256] | 34 | defScoreSound = "sounds/PlayerWinScore_cut.ogg" |
---|
| 35 | defBatSound = "sounds/Button.ogg" |
---|
| 36 | defBoundarySound = "sounds/Button.ogg"> |
---|
| 37 | <attached> |
---|
| 38 | <Model mesh="sphere.mesh" scale=2 /> |
---|
| 39 | <!--Billboard scale=0.2 colour="1.0, 1.0, 0.5" material="Examples/Flare" /--> |
---|
| 40 | <Backlight scale=0.2 colour="1.0, 1.0, 0.5" width=7 length=500 lifetime=0.3 elements=20 trailmaterial="Trail/backlighttrail" material="Examples/Flare" /> |
---|
| 41 | <Light type=point diffuse="1.0, 1.0, 0.5" specular="1.0, 1.0, 0.5" attenuation="1200, 1.0, 0.0035, 0.00005" /> |
---|
| 42 | <ParticleSpawner name=hiteffect position="0,0,0" source="Orxonox/sparks2" lifetime=0.01 autostart=0 mainstate=spawn /> |
---|
| 43 | </attached> |
---|
| 44 | <eventlisteners> |
---|
| 45 | <EventTarget target=hiteffect /> |
---|
| 46 | </eventlisteners> |
---|
[12268] | 47 | </OrxoBloxBall> |
---|
[12256] | 48 | </Template> |
---|
| 49 | |
---|
[12366] | 50 | |
---|
[12328] | 51 | |
---|
| 52 | <Template name=OrxoBloxstone> |
---|
[12366] | 53 | <OrxoBloxStones> |
---|
[12328] | 54 | <attached> |
---|
| 55 | <Model position="0,0,0" mesh="CuboidBody.mesh" scale=4.5 /> |
---|
| 56 | <Model position="0,0,0" mesh="cube_orange.mesh" scale=4.3 /> |
---|
| 57 | </attached> |
---|
[12378] | 58 | <collisionShapes> |
---|
| 59 | <BoxCollisionShape position="0,0,0" halfExtents="4.5, 4.5, 4.5" /> |
---|
| 60 | </collisionShapes> |
---|
[12328] | 61 | </OrxoBloxStones> |
---|
| 62 | </Template> |
---|
| 63 | |
---|
| 64 | |
---|
[12366] | 65 | |
---|
[12328] | 66 | <Template name=OrxoBloxwall> |
---|
[12366] | 67 | <OrxoBloxWall> |
---|
[12328] | 68 | </OrxoBloxWall> |
---|
| 69 | </Template> |
---|
[12307] | 70 | |
---|
| 71 | |
---|
[12264] | 72 | <Level |
---|
[12269] | 73 | plugins = "OrxoBlox" |
---|
| 74 | gametype = "OrxoBlox" |
---|
[12264] | 75 | > |
---|
[12256] | 76 | |
---|
| 77 | <templates> |
---|
[12215] | 78 | <Template link=lodtemplate_default /> |
---|
| 79 | </templates> |
---|
| 80 | <?lua include("includes/notifications.oxi") ?> |
---|
| 81 | |
---|
[12256] | 82 | |
---|
[12215] | 83 | <Scene |
---|
[12256] | 84 | ambientlight = "0.5, 0.5, 0.5" |
---|
| 85 | skybox = "Orxonox/skyBoxBasic" |
---|
[12215] | 86 | > |
---|
[12310] | 87 | <!-- <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"/> --> |
---|
[12364] | 88 | <Light type=directional position="-100, 10000, -700" direction="0.2, -1, 0" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" /> |
---|
[12391] | 89 | <SpawnPoint team=0 position="0,-4.5,49" lookat="0,0,0" spawnclass= SpaceShip pawndesign=spaceshipOrxoBlox/> |
---|
[12215] | 90 | |
---|
[12391] | 91 | <!--SpawnPoint team=0 position="0,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort /---> |
---|
| 92 | |
---|
[12310] | 93 | <!--<Model mesh="axes.mesh" scale=10 position="0,0,0" /> --> |
---|
[12215] | 94 | |
---|
[12310] | 95 | |
---|
[12366] | 96 | <OrxoBloxCenterpoint name=OrxoBloxcenter dimension="90,100" balltemplate=OrxoBloxball ballspeed=200 ballaccfactor=1.0 StoneTemplate=OrxoBloxstone WallTemplate=OrxoBloxwall > |
---|
[12359] | 97 | |
---|
[12256] | 98 | <attached> |
---|
[12277] | 99 | <!-- Balken die das Spielfeld begrenzen. --> |
---|
[12359] | 100 | <Model position="0,0,-49" mesh="cube.mesh" scale3D="45,1,1" /> |
---|
| 101 | <Model position="46,0,0" mesh="cube.mesh" scale3D="1,1,50"/> |
---|
| 102 | <Model position="-46,0,0" mesh="cube.mesh" scale3D="1,1,50"/> |
---|
[12256] | 103 | </attached> |
---|
[12359] | 104 | </OrxoBloxCenterpoint> |
---|
| 105 | |
---|
[12366] | 106 | |
---|
[12215] | 107 | </Scene> |
---|
| 108 | </Level> |
---|
| 109 | |
---|