Advertisement
Guest User

fix spanish garm3n hud

a guest
Feb 3rd, 2012
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. "ServerTimeLeftBackground"
  2. {
  3. "controlName" "CTFImagePanel"
  4. "fieldName" "ServerTimeLeftBackground"
  5. "image" "../hud/color_panel_brown"
  6. "xpos" "22"
  7. "ypos" "37"
  8. "zpos" "-1"
  9. "wide" "485"
  10. "tall" "23"
  11. "autoResize" "0"
  12. "pinCorner" "0"
  13. "visible" "1"
  14. "enabled" "1"
  15. "scaleImage" "1"
  16. "teambg_1" "../hud/color_panel_brown"
  17. "teambg_2" "../hud/color_panel_brown"
  18. "teambg_2_lodef" "../hud/color_panel_brown"
  19. "teambg_3" "../hud/color_panel_brown"
  20. "teambg_3_lodef" "../hud/color_panel_brown"
  21. "src_corner_height" "23" // pixels inside the image
  22. "src_corner_width" "23"
  23.  
  24. "draw_corner_width" "5" // screen size of the corners ( and sides ), proportional
  25. "draw_corner_height" "5"
  26. }
  27. "ServerTimeLeft"
  28. {
  29. "ControlName" "CExLabel"
  30. "fieldName" "ServerTimeLeft"
  31. "font" "HudFontGarm3nSmallest"
  32. "labelText" "%servertimeleft%"
  33. "textAlignment" "center"
  34. "fgcolor" "Garm3nHUDYellow"
  35. "xpos" "22"
  36. "ypos" "38"
  37. "zpos" "8"
  38. "wide" "485"
  39. "tall" "20"
  40. "autoResize" "0"
  41. "pinCorner" "0"
  42. "visible" "1"
  43. "enabled" "1"
  44. }
  45. "BluePlayerList"
  46. {
  47. "ControlName" "SectionedListPanel"
  48. "fieldName" "BluePlayerList"
  49. "xpos" "24"
  50. "ypos" "95"
  51. "zpos" "20"
  52. "wide" "242"
  53. "tall" "210"
  54. "visible" "1"
  55. "enabled" "1"
  56. "autoresize" "3"
  57. "linespacing" "16"
  58. "fgcolor" "blue"
  59. }
  60. "RedPlayerList"
  61. {
  62. "ControlName" "SectionedListPanel"
  63. "fieldName" "RedPlayerList"
  64. "xpos" "263"
  65. "ypos" "95"
  66. "zpos" "20"
  67. "wide" "242"
  68. "tall" "210"
  69. "visible" "1"
  70. "enabled" "1"
  71. "autoresize" "3"
  72. "linespacing" "16"
  73. "textcolor" "red"
  74. }
  75. "VerticalLine"
  76. {
  77. "ControlName" "ImagePanel"
  78. "fieldName" "VerticalLine"
  79. "wide" "0"
  80. "tall" "0"
  81. "visible" "0"
  82. "enabled" "0"
  83. }
  84. "Spectators"
  85. {
  86. "ControlName" "CExLabel"
  87. "fieldName" "Spectators"
  88. "font" "ScoreboardSmall"
  89. "labelText" "%spectators%"
  90. "textAlignment" "west"
  91. "xpos" "22"
  92. "ypos" "0"
  93. "zpos" "4"
  94. "wide" "600"
  95. "tall" "20"
  96. "visible" "1"
  97. "enabled" "1"
  98. }
  99. "SpectatorsInQueue"
  100. {
  101. "ControlName" "CExLabel"
  102. "fieldName" "SpectatorsInQueue"
  103. "font" "ScoreboardSmall"
  104. "labelText" "%waitingtoplay%"
  105. "textAlignment" "west"
  106. "xpos" "0"
  107. "ypos" "450"
  108. "zpos" "4"
  109. "wide" "600"
  110. "tall" "20"
  111. "visible" "1"
  112. "enabled" "1"
  113. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement