Jump to content

player panel xvm config


obe

Recommended Posts

  • Administrator

I do not want to see spotted or not players, with the new 9.5 patch and your new xvm 4.1.3_95 I cannot turn it off. Also you have a huge gap in the file between the code.

 

That gap is for my internal purposes, ignore it.

 

There are different methods to turn the spotting icons off, the easiest is to delete their image files:

- hidden.png

- lost.png

- onmap.png

 

Or edit playerspanel.xc, this code is for spotting icons:

 

      "extraFieldsRight": [
      { "x": 0, "y": 4, "align": "center", "valign": "top", "bindToIcon": "true", "format": "{{spotted}}   ", "alpha": "{{alive?100|0}}", "shadow": {} },
      {}
    ],
 
and replace it with
 
      "extraFieldsRight": [ ],
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.