Advertisement
llVIU

v5 playerspannel.xc llVIU

Dec 22nd, 2014
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. {
  2. "playersPanel": {
  3.  
  4. "spottedMarkersAlpha": 100,
  5.  
  6.  
  7. "startMode": "medium",
  8. "medium2": {
  9. "fragsFormatLeft": "{{frags}}",
  10. "formatLeft": "{{name%.16s~..}}{{clan}} <font color='{{c:wn}}'>{{wn8%4d|----}}</font> {{vehicle}}",
  11. "extraFieldsRight": [ { "alpha": ${"playersPanel.spottedMarkersAlpha"}, "x": 0, "y": 5, "valign": "top", "bindToIcon": true, "format": "{{spotted}}", "shadow": {} }],
  12. "fragsFormatRight": "{{frags}}",
  13. "width": 200,
  14. "extraFieldsLeft": [],
  15. "formatRight": "{{vehicle}} <font color='{{c:wn}}'>{{wn8%4d|----}}</font> {{name%.16s~..}}{{clan}}",
  16. "enabled": true
  17. },
  18. "clanIcon": {
  19. "y": 6,
  20. "x": 0,
  21. "w": 16,
  22. "h": 16,
  23. "yr": 6,
  24. "xr": 0,
  25. "show": true,
  26. "alpha": 100
  27. },
  28.  
  29.  
  30.  
  31.  
  32. "medium": {
  33. "fragsFormatLeft": "{{frags}}",
  34. "formatLeft": "<font color='{{c:wn}}'>{{wn8%4d|----}}</font> {{vehicle}}",
  35. "extraFieldsRight": [ { "alpha": ${"playersPanel.spottedMarkersAlpha"}, "x": 0, "y": 5, "valign": "top", "bindToIcon": true, "format": "{{spotted}}", "shadow": {} }],
  36. "fragsFormatRight": "{{frags}}",
  37. "width": 0,
  38. "extraFieldsLeft": [],
  39. "formatRight": "{{vehicle}} <font color='{{c:wn}}'>{{wn8%4d|----}}</font>",
  40. "enabled": true
  41. },
  42.  
  43.  
  44.  
  45.  
  46. "altMode": null,
  47. "large": {
  48. "vehicleFormatRight": "",
  49. "fragsFormatLeft": "{{frags}}",
  50. "vehicleFormatLeft": "",
  51. "extraFieldsRight": [ { "alpha": ${"playersPanel.spottedMarkersAlpha"}, "x": 0, "y": 5, "valign": "top", "bindToIcon": true, "format": "{{spotted}}", "shadow": {} }],
  52. "fragsFormatRight": "{{frags}}",
  53. "width": 250,
  54. "extraFieldsLeft": [],
  55. "nickFormatRight": " {{name%.16s~..}}{{clan}} <font color='{{c:wn}}'>{{wn8%4d|----}}</font> {{vehicle}}",
  56. "enabled": true,
  57. "nickFormatLeft": "{{vehicle}} <font color='{{c:wn}}'>{{wn8%4d|----}}</font> {{name%.16s~..}}{{clan}} "
  58. },
  59.  
  60.  
  61.  
  62. "enemySpottedMarker": {
  63. "Xoffset": -35,
  64. "Yoffset": -10,
  65. "format": {
  66. "artillery": {
  67. "neverSeen": "",
  68. "revealed": "<FONT FACE='Arial' SIZE='25' COLOR='#FF0000'>> </FONT>",
  69. "lost": "<FONT FACE='Arial' SIZE='25' COLOR='#DDDDDD'> ●</FONT>",
  70. "dead": ""
  71. },
  72. "neverSeen": "<FONT FACE='Arial' SIZE='25' COLOR='#FF0000'> ●</FONT>",
  73. "revealed": "",
  74. "lost": "<FONT FACE='Arial' SIZE='25' COLOR='#DDDDDD'> ●</FONT>",
  75. "dead": ""
  76. },
  77. "enabled": true
  78. },
  79.  
  80.  
  81.  
  82. "removeSquadIcon": true,
  83. "iconAlpha": 100,
  84. "short": {
  85. "fragsFormatLeft": "{{frags}}",
  86. "extraFieldsRight": [ { "alpha": ${"playersPanel.spottedMarkersAlpha"}, "x": 0, "y": 5, "valign": "top", "bindToIcon": true, "format": "{{spotted}}", "shadow": {} }],
  87. "fragsFormatRight": "{{frags}}",
  88. "width": 0,
  89. "extraFieldsLeft": [],
  90. "enabled": true
  91. },
  92.  
  93.  
  94.  
  95.  
  96.  
  97. "none": {
  98. "extraFields": {
  99. "rightPanel": {
  100. "y": 65,
  101. "x": 0,
  102. "width": 350,
  103. "formats": [],
  104. "height": 25
  105. },
  106. "leftPanel": {
  107. "y": 65,
  108. "x": 0,
  109. "width": 350,
  110. "formats": [],
  111. "height": 25
  112. }
  113. },
  114. "layout": "vertical",
  115. "enabled": true
  116. },
  117. "removePanelsModeSwitcher": false,
  118. "alpha": 50
  119. }
  120. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement