Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/newlevel2012/data/levels/templates/tower.oxt @ 9236

Last change on this file since 9236 was 9236, checked in by mentzerf, 12 years ago
  • Changed waypoint scale so that they are not visible anymore
  • Changed gun position
  • Changed Tower to be a Pawn subclass
  • Fixed glitches of Tower by overriding the orientation and rotation functions

+ Now spawning a few towers in -start

  • Clean up
File size: 613 bytes
Line 
1<Template name=tower>
2  <Tower
3
4 
5   explosionchunks        = 6
6
7   reloadrate          = 3
8   reloadwaittime      = 1
9
10   collisionType     = "dynamic"
11   team = 2
12
13
14  >
15        <controller>
16                <WaypointPatrolController alertnessradius=1000 team=5>
17                        <waypoints>
18                                <Model mesh="cube.mesh" scale=0 position=" 700, 200, 100" />
19                        </waypoints>
20                </WaypointPatrolController>
21        </controller>
22
23
24    <attached>
25                <Model position="0,0,0" scale=45 mesh="Tower.mesh" />
26    </attached>
27
28    <!--collisionShapes>
29   
30    </collisionShapes-->
31
32<?lua
33  include("../includes/towerWeaponSettings.oxi")
34?>
35  </Tower>
36</Template>
37
Note: See TracBrowser for help on using the repository browser.