Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/fps/data/levels/templates/fps.oxt @ 7055

Last change on this file since 7055 was 7055, checked in by freicy, 14 years ago

by Cyrill Frei

File size: 1.4 KB
Line 
1<Template name=fps>
2  <FpsPlayer
3   hudtemplate            = fpshud
4   
5   spawnparticlesource    = "Orxonox/fairytwirl"
6   spawnparticleduration  = 3
7   explosionchunks        = 6
8
9   health            = 100
10   maxhealth         = 200
11   initialhealth     = 100
12
13   primaryThrust     = 0;
14   auxilaryThrust    = 0;
15   rotationThrust    = 0;
16
17   collisionType     = "dynamic"
18   mass              = 100
19   linearDamping     = 0.7
20   angularDamping    = 0.9999999
21   friction          = 0.01
22   
23   weapon            = "hs-w01.mesh"
24  >
25    <collisionShapes>
26      <BoxCollisionShape position="0,-20,0" halfExtents="10,25,10" />
27    </collisionShapes>
28   
29    <camerapositions>
30      <CameraPosition position="-1,1,2.2" drag=false mouselook=true />
31    </camerapositions>
32   
33    <?lua
34        include("includes/weaponsettings_fps.oxi")
35    ?>
36
37  </FpsPlayer>
38</Template>
39<!--
40<Template name=fpscamera defaults=0>
41  <FpsPlayer>
42    <camerapositions>
43      <CameraPosition position="0,0,20" drag=false mouselook=true />
44     
45      <!--
46      CameraPosition position="0,150,-25" pitch=-90 drag=true />
47      <CameraPosition position="0,0,-40" yaw=180 drag=true />
48      <CameraPosition position="0,3,-14" yaw=0 />
49      <CameraPosition position="-50,5,-8" yaw=-90 drag=true />
50      <CameraPosition position="50,5,-8" yaw=90 drag=true /
51     
52    </camerapositions>
53  </FpsPlayer>
54</Template>
55-->
Note: See TracBrowser for help on using the repository browser.