teknoman28 Posted December 24, 2014 Posted December 24, 2014 spotted marker dosent apear at players panel how can i fix it ty for all and great work at mods Quote
ben00460 Posted December 24, 2014 Posted December 24, 2014 I managed to change and restore the previous look, my solution add two lines of code (red font), copy the past (blue font) from the original, there's code, for your reference. { // Parameters of the Players Panels ("ears"). "def": { "c1": "0x35A5FF", "c2": "0xFF0F0F" }, "playersPanel": { "alpha": 60, "clanIcon": { "alpha": 90, "h": 24, "show": true, "w": 24, "x": 82, "xr": 105, "y": 0, "yr": 0 }, "iconAlpha": 100, "large": { "nickFormatLeft": "<font color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'>{{name%.16s~..}} <font face='Consolas'><font size='10'>{{clan}}</font></font></font>", "nickFormatRight": "<font color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'><font face='Consolas'><font size='10'>{{clan}}</font></font> {{name%.16s~..}}</font>", "vehicleFormatLeft": "<font face='Consolas' size='12'><font color='{{c:avglvl|#666666}}'>{{avglvl%d|-}}</font> <font color='{{c:kb|#666666}}'>{{kb%2d~k|--k}}</font> <font color='{{c:wn8|#666666}}' alpha='{{alive?#FF|#80}}'>{{wn8%4d|----}}</font> <font color='{{c:rating|#666666}}' alpha='{{alive?#FF|#80}}'>{{rating%2d~%|--%}}</font> <font color='{{c:t-battles|#666666}}' alpha='{{alive?#FF|#80}}'>{{t-battles%4d|----}}</font> <font color='{{c:t-rating|#666666}}'>{{t-rating%2d~%|--%}}</font> <font color='{{c:tdv|#666666}}' alpha='{{alive?#FF|#80}}'>{{tdv%0.1f|---}}</font></font>", "vehicleFormatRight": "<font face='Consolas' size='12'><font color='{{c:avglvl|#666666}}' alpha='{{alive?#FF|#80}}'>{{avglvl%d|-}}</font> <font color='{{c:kb|#666666}}' alpha='{{alive?#FF|#80}}'>{{kb%2d~k|--k}}</font> <font color='{{c:wn8|#666666}}' alpha='{{alive?#FF|#80}}'>{{wn8%4d|----}}</font> <font color='{{c:rating|#666666}}' alpha='{{alive?#FF|#80}}'>{{rating%2d~%|--%}}</font> <font color='{{c:t-battles|#666666}}' alpha='{{alive?#FF|#80}}'>{{t-battles%4d|----}}</font> <font color='{{c:t-rating|#666666}}' alpha='{{alive?#FF|#80}}'>{{t-rating%2d~%|--%}}</font> <font color='{{c:tdv|#666666}}' alpha='{{alive?#FF|#80}}'>{{tdv%0.1f|---}}</font></font>", "extraFieldsRight": [ { "x": 0, "y": 4, "align": "center", "valign": "top", "bindToIcon": "true", "format": "{{spotted}} ", "alpha": "{{alive?100|0}}", "shadow": {} } ], "width": 80 }, "medium": { "width": 140, "formatLeft": "<font color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'>{{name%.12s~..}}</font>", "formatRight": "<font color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'>{{name%.12s~..}}</font>", "extraFieldsLeft": [ { "x": 71, "y": 5, "valign": "center", "w": 70, "h": 14, "bgColor": "0xffffff", "alpha": "{{alive?75|0}}" }, { "x": 72, "y": 6, "valign": "center", "w": "{{hp-ratio:68}}", "h": 12, "bgColor": "0x149612", "alpha": "{{alive?100|0}}" }, { "x": 93, "y": -1, "valign": "center", "format": "<font size='11'><b>{{hp%4.4s|-----}}</b></font>", "alpha": "{{alive?100|0}}", "shadow": {"alpha": 100, "angle": 90, "color": "0x000000", "distance": 0, "size": 2, "strength": 8} } ], "extraFieldsRight": [ { "x": 71, "y": 5, "valign": "center", "w": 70, "h": 14, "bgColor": "0xffffff", "alpha": "{{alive?75|0}}" }, { "x": 72, "y": 6, "valign": "center", "w": "{{hp-ratio:68}}", "h": 12, "bgColor": "0xdc0f00", "alpha": "{{alive?100|0}}" }, { "x": 93, "y": -1, "valign": "center", "format": "<font size='11'><b>{{hp%4.4s|-----}}</b></font>", "alpha": "{{alive?100|0}}", "shadow": {"alpha": 100, "angle": 90, "color": "0x000000", "distance": 0, "size": 2, "strength": 8} }, { "x": 0, "y": 4, "align": "center", "valign": "top", "bindToIcon": "true", "format": "{{spotted}} ", "alpha": "{{alive?100|0}}", "shadow": {} } ] }, "medium2": { "formatLeft": "<font color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'>{{vehicle}}</font>", "formatRight": "<font color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'>{{vehicle}}</font>", "extraFieldsRight": [ { "x": 0, "y": 4, "align": "center", "valign": "top", "bindToIcon": "true", "format": "{{spotted}} ", "alpha": "{{alive?100|0}}", "shadow": {} } ], "width": 120 }, "removePanelsModeSwitcher": false, "removeSquadIcon": false }} Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.