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

  1. // Background fill
  2. xl 0 yb 0 fill 0 0.63 1.0 0.1 640 16    // Background for status area 
  3.  
  4. // Highlighted line
  5. xl 0 yb 16 fill 0 0.63 1.0 1.0 640 1    // Highlighted line seperator
  6.  
  7. // Armor title & current count
  8. xr -67 yb 0 picn armor_title_h          // Title - ARMOR
  9. // ** Not used** xr -64 yb 18 rnum                       // Armor Amount
  10. xr -58 yb 84 pickarmor up               // Display area when you pick up item
  11.  
  12. // Health title & current count
  13. xr -132 yb 0 picn health_title_h        // Title - HEALTH
  14. xr -132 yb 18 hnum                      // Health Amount  
  15. xr -122 yb 44 pickhealth up             // Display area when you pick up health
  16.  
  17. // Health and Armor status bars
  18. // Must be before image ovelay is displayed
  19. xr -73 yb 18 hbar 5 64                  // Armor status bar line
  20. xr -16 yb 18 rbar 5 64                  // Health status bar line  
  21.  
  22. // Body Picture and damage indicators
  23. xr -74 yb 18 picn hud_body_01           // Body Image - Overall Damage indicator
  24. xr -65 yb 72 smnum 20                   // Head Armor Amount 
  25. xr -65 yb 58 smnum 21                   // Chest Armor Amount
  26. xr -65 yb 36 smnum 22                   // Leg Armor Amount
  27. xr -67 yb 72 arbar 20 37 9              // Head overlay area
  28. xr -67 yb 56 arbar 21 37 16             // Chest overlay area
  29. xr -67 yb 19 arbar 22 37 37             // Leg overlay area
  30.  
  31.  
  32. // Items title & current inv item
  33. xl 12 yb 0 picn items_title_h           // Title - ITEMS
  34. xl 12 yb 18 num 4                       // Item Amount
  35. xl 18 yb 44 fill 0 0 0 0.6 31 31        // Background fill for area 
  36. xl 18 yb 78 pickitem up                 // Display area when you pick up item 
  37.  
  38. // Current inv item
  39. if 3
  40.   xl 18 yb 44 pic 3                     // Shows display of current INV item
  41. endif
  42.  
  43. // Ammo Title & current count
  44. xl 68 yb 0 picn ammo_title_h            // Title - AMMO
  45. xl 68 yb 18 anum                        // Ammo Amount
  46.  
  47. // Current weapon
  48. xl 60 yb 44 pic 25                      // Shows display of current weapon
  49. xl 61 yb 45 clipammo                    // Clip Ammo
  50. xl 60 yb 78 pickweap up                 // Display area when you pick up item
  51.  
  52. // Floating inventory
  53. xv -32 yv -100 drawinv
  54.  
  55. ifdm
  56.   jr jt num 10                          // Current score during DM play - Top
  57. endif
  58.