Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/data/levels/templates/FPS_HS14.oxt @ 11052

Last change on this file since 11052 was 11052, checked in by landauf, 8 years ago

merged branch presentationHS15 back to trunk

  • Property svn:eol-style set to native
File size: 1.8 KB
Line 
1<Template name=fps_HS14>
2  <FpsPlayer
3   spawnparticlesource    = "Orxonox/fairytwirl"
4   spawnparticleduration  = 3
5   explosionchunks        = 6
6
7   health            = 100
8   maxhealth         = 200
9   initialhealth     = 100
10
11   primaryThrust     = 0;
12   auxilaryThrust    = 0;
13   rotationThrust    = 0;
14
15   collisionType     = "dynamic"
16   mass              = 100
17   linearDamping     = 0.7
18   angularDamping    = 0.9999999
19   friction          = 0.01
20
21   weapon            = "hs-w01.mesh"
22  >
23    <collisionShapes>
24   <!--Normal values: position="0,-45,0" halfExtents="15,50,15" -->
25      <BoxCollisionShape position="0,-45,0" halfExtents="15,50,15" />
26    </collisionShapes>
27
28    <camerapositions>
29      <CameraPosition position="-1,1,2.2" drag=false mouselook=true />
30    </camerapositions>
31    <explosion >
32      <ExplosionPart minspeed=0 maxspeed=0 effect1="orxonox/explosion_flash2" effect2="orxonox/explosion_flame2" />
33      <ExplosionPart minspeed=0 maxspeed=0 effect1="orxonox/explosion_shockwave2" effect2="orxonox/explosion_sparks2" />
34      <ExplosionPart minspeed=0 maxspeed=0 effect1="orxonox/explosion_streak2" effect2="orxonox/explosion_afterglow" />
35    </explosion>
36
37    <?lua
38        include("../includes/weaponSettingsFPS_HS14.oxi")
39    ?>
40
41  </FpsPlayer>
42</Template>
43<!--
44<Template name=fpscamera defaults=0>
45  <FpsPlayer>
46    <camerapositions>
47      <CameraPosition position="0,0,20" drag=false mouselook=true />
48
49      <!--
50      CameraPosition position="0,150,-25" pitch=-90 drag=true />
51      <CameraPosition position="0,0,-40" yaw=180 drag=true />
52      <CameraPosition position="0,3,-14" yaw=0 />
53      <CameraPosition position="-50,5,-8" yaw=-90 drag=true />
54      <CameraPosition position="50,5,-8" yaw=90 drag=true /
55
56    </camerapositions>
57  </FpsPlayer>
58</Template>
59-->
Note: See TracBrowser for help on using the repository browser.