Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/Presentation_FS19/data/levels/orxoblox.oxw @ 12411

Last change on this file since 12411 was 12411, checked in by wiesep, 5 years ago

Merged OrxoBlox_FS19

File size: 2.7 KB
RevLine 
[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
[12268]21<Template name=OrxoBloxball>
22  <OrxoBloxBall
[12256]23   defScoreSound = "sounds/PlayerWinScore_cut.ogg"
24   defBatSound = "sounds/Button.ogg"
25   defBoundarySound = "sounds/Button.ogg">
26    <attached>
27      <Model mesh="sphere.mesh" scale=2 />
28      <!--Billboard scale=0.2 colour="1.0, 1.0, 0.5" material="Examples/Flare" /-->
29      <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" />
30      <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" />
31      <ParticleSpawner name=hiteffect position="0,0,0" source="Orxonox/sparks2" lifetime=0.01 autostart=0 mainstate=spawn />
32    </attached>
33    <eventlisteners>
34      <EventTarget target=hiteffect />
35    </eventlisteners>
[12268]36  </OrxoBloxBall>
[12256]37</Template>
[12328]38 
39 
40  <Template name=OrxoBloxwall>
[12366]41    <OrxoBloxWall>
[12328]42    </OrxoBloxWall>
43  </Template>
[12307]44
[12393]45   
[12264]46<Level
[12269]47  plugins = "OrxoBlox"
48 gametype = "OrxoBlox"
[12264]49>
[12256]50
51 <templates>
[12215]52    <Template link=lodtemplate_default />
53  </templates>
54  <?lua include("includes/notifications.oxi") ?>
55
[12256]56
[12215]57  <Scene
[12256]58   ambientlight = "0.5, 0.5, 0.5"
59   skybox       = "Orxonox/skyBoxBasic"
[12215]60  >
[12393]61
[12310]62    <!-- <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]63    <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" />
[12400]64    <SpawnPoint team=0 position="0,-4.5,49" lookat="-10000,0,0" spawnclass=SpaceShip pawndesign=spaceshipOrxoBlox/>
[12215]65
[12391]66    <!--SpawnPoint team=0 position="0,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort /--->
67
[12310]68    <!--<Model mesh="axes.mesh" scale=10 position="0,0,0" /> -->
[12215]69
[12310]70
[12366]71    <OrxoBloxCenterpoint name=OrxoBloxcenter dimension="90,100" balltemplate=OrxoBloxball  ballspeed=200 ballaccfactor=1.0  StoneTemplate=OrxoBloxstone WallTemplate=OrxoBloxwall >
[12359]72       
[12256]73      <attached>
[12277]74            <!-- Balken die das Spielfeld begrenzen. -->
[12359]75          <Model position="0,0,-49" mesh="cube.mesh" scale3D="45,1,1" />
76          <Model position="46,0,0" mesh="cube.mesh" scale3D="1,1,50"/>
77          <Model position="-46,0,0" mesh="cube.mesh" scale3D="1,1,50"/>
[12256]78      </attached>
[12359]79    </OrxoBloxCenterpoint>
80     
[12393]81 
[12366]82
[12215]83  </Scene>
84</Level>
85
Note: See TracBrowser for help on using the repository browser.