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

  1. // Background fill
  2. xl 0 yb 0 fill 0 0.63 1.0 0.2 16 480   // Background for status area 
  3.  
  4. // Items title & current inv item
  5. xl 0 yt -68 picn items_title_v         // Title - ITEMS
  6. xl 20 yt -34 fill 0 0 0 0.6 31 31      // Item Amount
  7. xl 20 yt -60 num 4                     // Background fill for area 
  8. xl 54 yt -34 pickitem right            // Display area when you pick up item 
  9.  
  10. // Ammo Title & current count
  11. xl 0 yt -154 picn ammo_title_v         // Title - AMMO
  12. xl 26 yt -140 anum                     // Ammo Amount 
  13.  
  14. // Current weapon
  15. xl 20 yt -114 pic 25                   // Shows display of current weapon
  16. xl 21 yt -113 clipammo                 // Clip Ammo
  17. xl 86 yt -114 pickweap down            // Display area when you pick up item
  18.  
  19. // Health title & current count
  20. xl 0 yb 84 picn health_title_v         // Title - HEALTH
  21. xl 18 yb 86 hnum                       // Health Amount
  22. xl 20 yb 114 pickhealth right          // Display area when you pick up health
  23.  
  24. // Armor title & current count
  25. xl 0 yb 2 picn armor_title_v           // Title - ARMOR
  26. // ** not needed ** xl 18 yb 14 rnum                       // Armor Amount
  27. xl 86 yb 8 pickarmor right             // Display area when you pick up item
  28.  
  29. // Health and Armor status bars
  30. xl 20 yb 8 hbar 5 64                   // Armor status bar line 
  31. xl 77 yb 8 rbar 5 64                   // Health status bar line 
  32.  
  33. // Body Picture and damage indicators
  34. xl 19 yb 8 picn hud_body_01            // Body Image - Overall Damage indicator
  35. xl 26 yb 59 smnum 20                   // Head Armor Amount 
  36. xl 26 yb 39 smnum 21                   // Chest Armor Amount
  37. xl 26 yb 9 smnum 22                    // Leg Armor Amount
  38. xl 26 yb 59 arbar 20 37 12             // Head area
  39. xl 26 yb 39 arbar 21 37 20             // Chest area
  40. xl 26 yb 9 arbar 22 37 30              // Leg area
  41.  
  42. // Highlighted line
  43. xl 16 yb 0 fill 0 0.63 1.0 1.0 1 480   // Highlighted line seperator
  44.  
  45. // Current inv item
  46. if 3
  47.   xl 20 yt -34 pic 3                   // Shows display of current INV item
  48. endif
  49.  
  50. // Floating inventory
  51. xv -32 yv -100 drawinv
  52.  
  53. ifdm
  54.   jr jt num 10                         // Current score during DM play - Right
  55. endif
  56.