obe Posted December 24, 2014 Posted December 24, 2014 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. 1 Quote
Administrator Aslain Posted December 25, 2014 Administrator Posted December 25, 2014 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": [ ], 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.