KermitKiller Posted December 24, 2014 Posted December 24, 2014 Hello, First - thanks very much for the incredible work in your mod pack; it is amazing. :) Second - how can I get the name of the tank's Over-Tank-Marker to use XVM coloring instead of the "blue=TD, Beige=med, etc" style? Am I missing a setting in the config, or does that require a little tweaking of an .xc file? Thanks again, Kermit_Killer NA 1 Quote
Administrator Aslain Posted December 25, 2014 Administrator Posted December 25, 2014 What color would you like to use instead of tank class color? Yeah you would have to edit and tweak some .xc files from XVM, reponsible for OTM. Quote
KermitKiller Posted December 25, 2014 Author Posted December 25, 2014 Hello, I was hoping that the name of tank would use the XVM rating and reflect that in the color of the tank name that shows above the tank. Currently, I have the star that shows player rating, but I would like the whole name to reflect their rating to make it more obvious. Thanks, - KK Quote
Administrator Aslain Posted December 26, 2014 Administrator Posted December 26, 2014 Well basicaly edit markersAliveNormal.xc, markersAliveExtended.xc: Finde something like this, next to textfields: "textFields": [ { "alpha": "100", "color": "{{c:vtype}}", "font": { "align": "center", "bold": true, "italic": false, "name": "Calibri", "size": 15 }, "format": "{{vehicle}}", "shadow": { "alpha": 100, "angle": 0, "color": "0x000000", "distance": 1, "size": 5, "strength": 650 }, "visible": true, "x": 0, "y": -39 }, Now change "color": "{{c:vtype}}", to "color": "{{c:wn8}}", Quote
KermitKiller Posted December 27, 2014 Author Posted December 27, 2014 Super - thanks so much for speedy reply! :D *edit* = it worked perfectly! Thanks - now I can easily see who I can (probably) trust out there... 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.