Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4063


Ignore:
Timestamp:
Jul 3, 2006, 3:53:37 PM (19 years ago)
Author:
snellen
Message:

adjusted height

Location:
data/branches/single_player_map
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified data/branches/single_player_map/scripts/guard.lua

    r4057 r4063  
    1010guardStopped = false
    1111
    12 height = 29
     12height = 35
    1313
    1414-- Returns the distance between (x1,x2,x3) and (y1,y2,y3)
  • TabularUnified data/branches/single_player_map/scripts/prisoner.lua

    r4057 r4063  
    5353
    5454if dist( guardX,guardY,guardZ,playerX, playerX, playerX) > 30 and hangarProgrammed then
    55  --prisoner:stop()
     55 prisoner:stop()
    5656 guardStopped = true
    5757end
  • TabularUnified data/branches/single_player_map/scripts/secondguard.lua

    r4057 r4063  
    4242
    4343if dist( guardX,guardY,guardZ,playerX, playerX, playerX) > 30 and hangarProgrammed then
    44  --secondguard:stop()
     44 secondguard:stop()
    4545 guardStopped = true
    4646end
  • TabularUnified data/branches/single_player_map/worlds/sp_level_ambush_at_jupiter.oxw

    r4056 r4063  
    144144       <model>models/creatures/doom_guy.md2, 10</model>
    145145       <md2texture>doom_guy.png</md2texture>
    146        <abs-coor>440, 55, 180</abs-coor>
     146       <abs-coor>440, 29, 180</abs-coor>
    147147       <abs-dir>-3.1, 0, 1, 0</abs-dir>
    148148    </GenericNPC>
     
    153153       <model>models/creatures/doom_guy.md2, 10</model>
    154154       <md2texture>doom_guy.png</md2texture>
    155        <abs-coor>-69, 29, 74</abs-coor>
     155       <abs-coor>-69,29, 74</abs-coor>
    156156       <abs-dir>-1.55, 0, 1, 0</abs-dir>
    157157    </GenericNPC>
Note: See TracChangeset for help on using the changeset viewer.