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

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