bitcores

new xvm spotted shit

Dec 30th, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. // Parameters of the Players Panels ("ears").
  2. "enemySpottedMarker": {
  3. "x": -25,
  4. "y": -10,
  5. "bindToIcon": true,
  6. "format": "{{spotted}}",
  7. "shadow": { }
  8. },
  9. "playersPanel": {
  10. "removePanelsModeSwitcher": false,
  11. "alpha": 60,
  12. "iconAlpha": 100,
  13. "removeSquadIcon": false,
  14. "clanIcon": {
  15. "show": false,
  16. "x": 0,
  17. "y": 6,
  18. "xr": 0,
  19. "yr": 6,
  20. "w": 16,
  21. "h": 16,
  22. "alpha": 90
  23. },
  24. "short": {
  25. "enabled": true,
  26. "fragsFormatLeft": "{{frags}}",
  27. "fragsFormatRight": "{{frags}}",
  28. "width": 0,
  29. "extraFieldsLeft": [],
  30. "extraFieldsRight": [
  31. ${"enemySpottedMarker"}
  32. ]
  33. },
  34. "medium": {
  35. "enabled": true,
  36. "formatLeft": "{{nick%.8s}}",
  37. "formatRight": "{{nick%.8s}}",
  38. "fragsFormatLeft": "{{frags}}",
  39. "fragsFormatRight": "{{frags}}",
  40. "width": 46,
  41. "extraFieldsLeft": [],
  42. "extraFieldsRight": [
  43. ${"enemySpottedMarker"}
  44. ]
  45. },
  46. "medium2": {
  47. "enabled": true,
  48. "formatLeft": "{{vehicle}}",
  49. "formatRight": "{{vehicle}}",
  50. "fragsFormatLeft": "{{frags}}",
  51. "fragsFormatRight": "{{frags}}",
  52. "width": 65,
  53. "extraFieldsLeft": [],
  54. "extraFieldsRight": [
  55. ${"enemySpottedMarker"}
  56. ]
  57. },
  58. "large": {
  59. "enabled": true,
  60. "nickFormatLeft": "{{nick}}",
  61. "vehicleFormatRight": "{{vehicle}}",
  62. "nickFormatRight": "{{nick}}",
  63. "vehicleFormatLeft": "{{vehicle}}",
  64. "fragsFormatLeft": "{{frags}}",
  65. "fragsFormatRight": "{{frags}}",
  66. "width": 170,
  67. "extraFieldsLeft": [],
  68. "extraFieldsRight": [
  69. ${"enemySpottedMarker"}
  70. ]
  71. }
  72. },
  73.  
  74. // Text substitutions.
  75. "texts": {
  76. // Text for {{vtype}} macro.
  77. // Текст для макроса {{vtype}}.
  78. "vtype": {
  79. // Text for light tanks / Текст для легких танков.
  80. "LT": "{{l10n:LT}}",
  81. // Text for medium tanks / Текст для средних танков.
  82. "MT": "{{l10n:MT}}",
  83. // Text for heavy tanks / Текст для тяжелых танков.
  84. "HT": "{{l10n:HT}}",
  85. // Text for arty / Текст для арты.
  86. "SPG": "{{l10n:SPG}}",
  87. // Text for tank destroyers / Текст для ПТ.
  88. "TD": "{{l10n:TD}}"
  89. },
  90. // Text for {{marksOnGun}}, {{v.marksOnGun}} macros.
  91. // Текст для макросов {{marksOnGun}}, {{v.marksOnGun}}
  92. "marksOnGun": {
  93. "_0": "0",
  94. "_1": "1",
  95. "_2": "2",
  96. "_3": "3"
  97. },
  98. // Text for {{spotted}} macro.
  99. // Текст для макроса {{spotted}}
  100. "spotted": {
  101. "neverSeen": "<font face='$FieldFont' size='24' color='#DEDEDE'>*</font>",
  102. "lost": "",
  103. "revealed": "",
  104. "dead": "",
  105. "neverSeen_arty": "<font face='$FieldFont' size='24' color='#DEDEDE'>*</font>",
  106. "lost_arty": "",
  107. "revealed_arty": "",
  108. "dead_arty": ""
  109. }
  110. },
Advertisement
Add Comment
Please, Sign In to add comment