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

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