Guest User

Untitled

a guest
Feb 19th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. Replace in scripts/Hudlayout.res:
  2. _____________________________
  3.  
  4. HudDeathNotice
  5. {
  6. "fieldName" "HudDeathNotice"
  7. "visible" "1"
  8. "enabled" "1"
  9. "xpos" "r640"
  10. "ypos" "12"
  11. "wide" "628"
  12. "tall" "468"
  13.  
  14. "MaxDeathNotices" "5"
  15. "LineHeight" "22"
  16. "RightJustify" "1" // If 1, draw notices from the right
  17.  
  18. "TextFont" "Deathnotice"
  19. "CTTextColor" "CT_Blue"
  20. "TerroristTextColor" "T_Red"
  21. }
  22.  
  23. _____________________________
  24.  
  25. Add between lines 253-254 in resource/ClientScheme.res
  26.  
  27.  
  28. "Deathnotice"
  29. {
  30. "1"
  31. {
  32. "name" "Verdana"
  33. "tall" "14"
  34. "weight" "1000"
  35. "yres" "480 599"
  36. "outline" "1"
  37. }
  38. "2"
  39. {
  40. "name" "Verdana"
  41. "tall" "16"
  42. "weight" "1000"
  43. "yres" "600 767"
  44. "outline" "1"
  45. }
  46. "3"
  47. {
  48. "name" "Verdana"
  49. "tall" "20"
  50. "weight" "1000"
  51. "yres" "768 1023"
  52. "outline" "1"
  53. }
  54. "4"
  55. {
  56. "name" "Verdana"
  57. "tall" "24"
  58. "weight" "1000"
  59. "yres" "1024 1199"
  60. "outline" "1"
  61. }
  62. "5"
  63. {
  64. "name" "Verdana"
  65. "tall" "26"
  66. "weight" "1000"
  67. "yres" "1200 10000"
  68. "outline" "1"
  69. }
  70. }
Add Comment
Please, Sign In to add comment