Jump to content

Player Panel Issue/Request


Recommended Posts

Since the 9.5 patch, I have been trying to get everything working as it had been in 9.4.

 

For the enemy players panel, this is what I currently see:

 

Current_zpsbe02828d.jpg

 

This is what I want to see:

 

thisiswanted_zps21543b56.jpg

 

This is my code for res_mods/configs/xvm/Aslain playersPanel.xc:

 

  "def": {
    "c1": "0x13C313",
    "c2": "0xFF0F0F"
  },  
  "playersPanel": {
    "alpha": 0,
    "clanIcon": { "alpha": 90, "h": 24, "show": true, "w": 24, "x": 82, "xr": 105, "y": 0, "yr": 0 },
    "startMode": "medium",
"enemySpottedMarker": {
      "Xoffset": -40,
      "Yoffset": -5,
      "enabled": true,
      "format": {
        "artillery": {
          "dead": "",
          "lost": "<img src='xvmres://Aslain/icons/lost.png' width='24' height='15' vspace='0'>",
          "neverSeen": "<img src='xvmres://Aslain/icons/hidden.png' width='24' height='15' vspace='0'>",
          "revealed": "<img src='xvmres://Aslain/icons/onmap.png' width='24' height='15' vspace='0'>"
        },
        "dead": "",
        "lost": "<img src='xvmres://Aslain/icons/lost.png' width='24' height='15' vspace='0'>",
        "neverSeen": "<img src='xvmres://Aslain/icons/hidden.png' width='24' height='15' vspace='0'>",
        "revealed": "<img src='xvmres://Aslain/icons/onmap.png' width='24' height='15' vspace='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": 190,
        "nickFormatLeft": "<font color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'>{{name%.8s~..}}</font>",
        "nickFormatRight": "<font color='{{c:wn8}}' alpha='{{alive?#FF|#80}}'>{{name%.8s~..}}</font>",
        "extraFieldsLeft": [
            { "x": 116, "y": 5, "valign": "center", "w": 70, "h": 14, "bgColor": "0xffffff", "alpha": "{{alive?75|0}}" },
            { "x": 117, "y": 6, "valign": "center", "w": "{{hp-ratio:68}}", "h": 12, "bgColor": "0x149612", "alpha": "{{alive?100|0}}" },
            { "x": 138, "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": 0, "y": 4, "align": "center", "valign": "top", "bindToIcon": "true", "format": "{{spotted}}", "alpha": "{{alive?100|0}}", "shadow": {} },
                  { "x": 115, "y": 5, "valign": "center", "w": 70, "h": 14, "bgColor": "0xffffff", "alpha": "{{alive?75|0}}" },
            { "x": 116, "y": 6, "valign": "center", "w": "{{hp-ratio:68}}", "h": 12, "bgColor": "0xdc0f00", "alpha": "{{alive?100|0}}" },
            { "x": 137, "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} }
            ],
      "width": 56
        },
    "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
    },
    "short": {
      "enabled": true,
      "width": 0,
      "fragsFormatLeft": "{{frags}}",
      "fragsFormatRight": "{{frags}}",
      "extraFieldsLeft": [],
      "extraFieldsRight": [ { "x": 0, "y": 4, "align": "center", "valign": "top", "bindToIcon": "true", "format": "{{spotted}}   ", "alpha": "{{alive?100|0}}", "shadow": {} }, {} ]
    },
    "none": {
      "enabled": true,
      "layout": "vertical",
      "extraFields": {
        "leftPanel": { "x": 0, "y": 65, "width": 350, "height": 25, "formats": [] },
        "rightPanel": { "x": 0, "y": 65, "width": 350, "height": 25, "formats": [] }
      }
    },
    "removePanelsModeSwitcher": false,
    "removeSquadIcon": false
  }

}

 

 

How can I change my code so that my enemy players panel shows what I want to see?? Thanks!!

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.