home *** CD-ROM | disk | FTP | other *** search
/ Hacker 9 / HACKER09.ISO / Games / Sin.exe / DATA / base / Pak0.pak / huds / hud02.hdl < prev    next >
Text File  |  1998-07-26  |  2KB  |  55 lines

  1. // Armor title & current count
  2. xr -47 yt -8 string ARMOR              // Title - ARMOR
  3. xr -41 yt -93 pickarmor down           // Display area when you pick up item
  4.  
  5. // Health title & current count
  6. xr -112 yt -8 string :                 // Title - HEALTH
  7. xr -106 yt -8 string HEALTH
  8. xr -136 yt -8 smnum hnum               // Health Amount
  9. xr -106 yt -43 pickhealth down         // Display area when you pick up health
  10.  
  11. // Health and Armor status bars
  12. // Must be before image ovelay is displayed
  13. xr -48 yt -59 hbar 5 48                 // Armor status bar line
  14. xr -6 yt -59 rbar 5 48                  // Health status bar line
  15.  
  16. // Body Picture and damage indicators
  17. xr -50 yt -59 picn low_res/hud_body_01   // Body Image - Overall Damage indicator
  18. xr -46 yt -20 smnum 20                   // Head Armor Amount 
  19. xr -46 yt -31 smnum 21                   // Chest Armor Amount
  20. xr -46 yt -48 smnum 22                   // Leg Armor Amount
  21. xr -45 yt -20 arbar 20 29 8              // Head overlay area
  22. xr -45 yt -31 arbar 21 29 12             // Chest overlay area
  23. xr -45 yt -59 arbar 22 29 29             // Leg overlay area
  24.  
  25. //xr -98 yt -30 arbar 20 16 12           // Head area
  26. //xr -98 yt -50 arbar 21 16 20           // Chest area
  27. //xr -98 yt -80 arbar 22 16 30           // Leg area
  28.  
  29. // Items title & current inv item
  30. xl 0 yt -8 string ITEMS:                 // Title - ITEMS
  31. xl 46 yt -8 smnum 4                      // Item Amount
  32. xl 18 yt -44 fill 0 0 0 0.6 32 32        // Background fill for area 
  33. xl 18 yt -78 pickitem down               // Display area when you pick up item
  34.  
  35. // Current inv item
  36. if 3
  37.   xl 18 yt -44 pic 3                     // Shows display of current INV item
  38. endif
  39.  
  40. // Ammo Title & current count
  41. xl 80 yt -8 string AMMO:                 // Title - AMMO
  42. xl 118 yt -8 smnum 2                     // Ammo Amount
  43.  
  44. // Current weapon
  45. xl 79 yt -44 pic 25                      // Shows display of current weapon
  46. xl 80 yt -46 clipammo                    // Clip Ammo
  47. xl 79 yt -78 pickweap down               // Display area when you pick up item
  48.  
  49. // Floating inventory
  50. xv -32 yv -60 drawinv
  51.  
  52. ifdm
  53.   jr jb num 10                           // Current score during DM play - Bottom
  54. endif
  55.