Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/data/levels/lastTeamStanding.oxw @ 10498

Last change on this file since 10498 was 9939, checked in by jo, 10 years ago

presentationHS13 branch merged into trunk

  • Property svn:eol-style set to native
File size: 4.6 KB
RevLine 
[7903]1<LevelInfo
2 name = "Last Team Standing"
3 description = "Survive as a team."
[9016]4 tags = "gametype"
5 screenshot = "lastteamstanding.png"
[7903]6/>
[7556]7<?lua
8  include("stats.oxo")
[7679]9  include("HUDTemplates3.oxo")
10  include("templates/lodInformation.oxt")
[7903]11  include("lastTeamStandingHUD.oxo")
[7679]12  include("templates/spaceshipAssff.oxt")
13  include("templates/spaceshipPirate.oxt")
14  include("templates/pickupRepresentationTemplates.oxt")
[7556]15?>
16
17<Level
[7903]18 name         = "Last Team Standing"
19 description  = "testmap for gametype last team standing"
[9348]20 gametype     =  "LastTeamStanding"
[7556]21>
22  <templates>
23    <Template link=lodtemplate_default />
24  </templates>
[8706]25  <?lua include("includes/notifications.oxi") ?>
[7556]26
27  <Scene
28    ambientlight = "0.8, 0.8, 0.8"
[9348]29    skybox       = "Orxonox/skyBoxBasic"
[7556]30  >
[7605]31
32    <?lua
33      include("includes/pickups.oxi")
34    ?>
[9939]35   
36    <WorldAmbientSound source="Nebula_metal.ogg" looping="true" playOnLoad="true" />
[7605]37
[7561]38<Bot />
[7556]39
[7561]40<!-- ------------ middle asteroid -------------- -->
[7585]41    <StaticEntity position="0,20,0" collisionType=static>
[7561]42       <attached>
43           <Model position="0,0,0" scale=140 mesh="asteroid_UV.mesh" shadow=true />
[7573]44           <!-- ParticleEmitter position="0,0,0" source="Orxonox/Steam" / -->
[7561]45       </attached>
[7585]46      <collisionShapes>
47        <SphereCollisionShape radius="145" />
48      </collisionShapes>
[7561]49    </StaticEntity>
50
[9348]51    <PickupSpawner pickup=hugeinvisiblepickup position="-160,60,17" triggerDistance="20" respawnTime="5" maxSpawnedItems="10" /><!--EasterEgg-->
[7605]52    <StaticEntity position="-160,60,28.4"><!--EasterEgg-Indicator-->
53      <attached>
54        <Model position="0,0,0" scale=1 mesh="sphere.mesh" />
55      </attached>
56    </StaticEntity>
57
[7561]58<!-- ---------------asteroid dome----------------- -->
[7556]59<?lua
[7617]60max = 16
61for i = 0, max, 1
[7556]62do
[7561]63    y = math.sin(i/max*6)*750
64    z = math.cos(i/max*6)*750
[7617]65    j = 1
[7561]66    ?>
[7556]67
[8179]68    <TeamSpawnPoint team="<?lua print( math.mod(i,4)) ?>" position="<?lua print(y*1.4+z*0.2) ?>,0,<?lua print(z*1.4-y*0.2) ?>" direction="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
[7600]69
[8179]70    <StaticEntity position="<?lua print(y) ?>,0,<?lua print(z) ?>" scale="<?lua print(j * 2) ?>" collisionType=static >
[7556]71      <attached>
[7561]72        <Model position="0,0,0" scale=15 mesh="ast<?lua print( math.mod(i,6) + 1) ?>.mesh">
[9348]73        </Model>
[7556]74      </attached>
[7585]75      <collisionShapes>
76        <BoxCollisionShape    halfExtents="<?lua print(j * 2) ?>,100,<?lua print(j * 2) ?>" position = "0,0,0" />
77      </collisionShapes>
[7556]78    </StaticEntity>
79
[8179]80    <StaticEntity position="<?lua print(y) ?>,100,<?lua print(z) ?>" scale="<?lua print(j * 2) ?>" collisionType=static >
[7556]81      <attached>
[7561]82        <Model position="0,0,0" scale=15 mesh="ast<?lua print( math.mod(i+3,6) + 1) ?>.mesh">
[9348]83        </Model>
[7556]84      </attached>
[7585]85      <collisionShapes>
86        <BoxCollisionShape    halfExtents="45,100,45" position = "0,0,0" />
87      </collisionShapes>
[7605]88    </StaticEntity>
[7556]89
[8179]90    <StaticEntity position="<?lua print(y) ?>,200,<?lua print(z) ?>" scale="<?lua print(j * 2) ?>" collisionType=static >
[7556]91      <attached>
[7561]92        <Model position="0,0,0" scale=15 mesh="ast<?lua print( math.mod(i*5,6) + 1) ?>.mesh">
[9348]93        </Model>
[7556]94      </attached>
[7585]95      <collisionShapes>
96        <BoxCollisionShape    halfExtents="45,100,45" position = "0,0,0" />
97      </collisionShapes>
[7561]98    </StaticEntity>
[7556]99
[8179]100    <StaticEntity position="<?lua print(y) ?>,-100,<?lua print(z) ?>" scale="<?lua print(j * 2) ?>" collisionType=static >
[7561]101      <attached>
[7573]102        <Model position="0,0,0" scale=15 mesh="ast<?lua print( math.mod(i*13+1,6) + 1) ?>.mesh">
[9348]103        </Model>
[7561]104      </attached>
[7585]105      <collisionShapes>
106        <BoxCollisionShape    halfExtents="45,100,45" position = "0,0,0" />
107      </collisionShapes>
[7561]108    </StaticEntity>
[7556]109
[8179]110    <StaticEntity position="<?lua print(y) ?>,-200,<?lua print(z) ?>" scale="<?lua print(j * 2) ?>" collisionType=static >
[7561]111      <attached>
112        <Model position="0,0,0" scale=15 mesh="ast<?lua print( math.mod(i*17,6) + 1) ?>.mesh">
[9348]113        </Model>
[7561]114      </attached>
[7585]115      <collisionShapes>
116        <BoxCollisionShape    halfExtents="45,100,45" position = "0,0,0" />
117      </collisionShapes>
[7561]118    </StaticEntity>
119
[7596]120<!-- ---------Top Asteroid----------- -->
[8179]121    <StaticEntity position="<?lua print(y) ?>,300,<?lua print(z) ?>" scale="<?lua print(j * 2.1) ?>" pitch="90" roll="180" yaw="<?lua print(-90+i*360/max) ?>" collisionType=static >
[7596]122      <attached>
123        <Model position="0,0,0" scale=25 mesh="ast6.mesh">
[9348]124        </Model>
[7596]125      </attached>
126      <collisionShapes>
[7603]127        <BoxCollisionShape    halfExtents="50,140,30" position="0,0,0"/>
[7596]128      </collisionShapes>
129    </StaticEntity>
[7573]130
131
[7561]132<?lua end ?>
133
[7556]134  </Scene>
135</Level>
136
[7561]137
Note: See TracBrowser for help on using the repository browser.