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

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