geyser Posted June 25, 2015 Posted June 25, 2015 I know I can use the square or the star for the rating marker icon. I would rather have the entire tank name or player name in the WN8 color, rather than just the star or square. Any help is greatly appreciated. Quote
geyser Posted June 25, 2015 Author Posted June 25, 2015 There has to be a mod or something simpler than me trying to edit markersalivenormal.xc . Which is probably the wrong file :( ... at least I made backups :P I also know how easy it was to do on the xvm editor... Markers > Text fields > make everything WN8. To bad it doesnt work anymore <_< Quote
Grandorf Posted June 25, 2015 Posted June 25, 2015 Hi Never have a mod to do a mans work. :) Tankname is usually an icon. But player name can easily be given color. Open markersAliveNormal.xc and find this "block" (both ally and enemy) "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": true, "x": 0, "y": -53 Change "color": null to "color": "{{c:r|#666666}}", Then get used to save youre own tweaks and settings as a zipped foldertree with only youre changed files. Ad the zip into folder Aslains_Custom_mods. Cross fingers. Quote
geyser Posted June 25, 2015 Author Posted June 25, 2015 Been googling... Would something like this work? color='{{c:wn8}}'>{{wn8}} Or even replace 6's with wn8? Clearly I don't know what I'm doing :-P Quote
Grandorf Posted June 26, 2015 Posted June 26, 2015 Been googling... Would something like this work? color='{{c:wn8}}'>{{wn8}} Or even replace 6's with wn8? Clearly I don't know what I'm doing :-P Hi Well, this one is tricky. Many times I have gone trial and error. Could also try adjusting "format". Just remember to make a folder with youre changes, for future updates, changes et.c. 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.