FearDot Posted May 22, 2016 Share Posted May 22, 2016 Hi, Is it possible to add player names coloured by rating in your options for OTM? Thanks Quote Link to comment
Administrator Aslain Posted May 22, 2016 Administrator Share Posted May 22, 2016 Yes, it's possible. Quote Link to comment
FearDot Posted May 23, 2016 Author Share Posted May 23, 2016 I see the option for names to be coloured by rating on the mini map but not on the OTM - with your reply above is this something that you have to release? Quote Link to comment
Grandorf Posted May 23, 2016 Share Posted May 23, 2016 Hi Meanwhile I can give some pointers, open MarkersAliveNormal.xc with Notepad++. I have this part: "alpha": 100, "color": null, "font": { "align": "center", "bold": true, "italic": false, "name": "Calibri", "size": 12 }, "format": "{{name}}", "name": "Player name", "shadow": { "alpha": 100, "angle": 45, "color": "0x000000", "distance": 1, "size": 2, "strength": 200 }, "visible": false, "x": 0, "y": -53 Change "color":null to "color": "{{c:winrate|#666666}}", Scroll down and do the same for enemy. Quote Link to comment
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.