FUZZELBIRNE Posted January 11, 2020 Posted January 11, 2020 It is possible to change the Font or can someone tell me how i can change it self ? For me the Font is to big and kursiv i dont like.... When the Icon Symbols from Tanks are small ( 0.65 or 0.85 ) or when they in size 1:! for me the Font is to big/tall Can someone help pls ? thx :D Quote
Administrator Aslain Posted January 11, 2020 Administrator Posted January 11, 2020 To change font face please edit those files, mainly the first one, but also the second one, depends on what are you installing. c:\Games\World_of_Tanks_EU\res_mods\configs\xvm\Aslain\minimapLabelsTemplates.xc c:\Games\World_of_Tanks_EU\res_mods\configs\xvm\Aslain\minimapLabelsTemplatesAlt.xc Quote
FUZZELBIRNE Posted January 11, 2020 Author Posted January 11, 2020 stay so much in there :) can u tell me in wich row i must edit the font size ? :D Quote
Administrator Aslain Posted January 11, 2020 Administrator Posted January 11, 2020 In example, if you want to change vehicle name font and size edit that: "vehicleSpotted": { "$ref": { "path":"def.defaultItem" }, "x": 2, "y": -1, "flags": [ "ally", "enemy", "squadman", "teamKiller", "spotted", "alive" ], "textFormat": { "size": 8 }, "format": "<font color='{{.minimap.labelsData.colors.txt.{{sys-color-key}}}}'>{{vehicle}}</font>" }, "textFormat": { "size": 8 }, <- here you have font size of 8 points, to make it smaller change let's say to 6. For the font face it's more complicated: Change: "format": "<font color='{{.minimap.labelsData.colors.txt.{{sys-color-key}}}}'>{{vehicle}}</font>" To: "format": "<font face='nameofyourfont' color='{{.minimap.labelsData.colors.txt.{{sys-color-key}}}}'>{{vehicle}}</font>" Where the nameofyourfont should be the name of your font ;) i.e. font face='Arial' Good luck with experimenting. Quote
FUZZELBIRNE Posted January 11, 2020 Author Posted January 11, 2020 (edited) perfect Mister Aslain....i will try to experiment a lot :) Ah Mr. Aslain...one Question....can u tell me where i find the Colors from the Tank Symbols in Minimap ? Edited January 11, 2020 by FUZZELBIRNE Quote
Administrator Aslain Posted January 12, 2020 Administrator Posted January 12, 2020 It should be here minimapLabelsData.xc Quote
FUZZELBIRNE Posted January 12, 2020 Author Posted January 12, 2020 (edited) ya okä...i experiment with this file but i make a misktake...took 2 different colours for my ally team and so i thought the tank symblos must be anywhere :) can u explain for what exactly ist txt,dot and lostDot in this file ? and is there a program i can test the changes instantly...not so funny to load wot and look and then quit wot and load again after changes :D Edited January 12, 2020 by FUZZELBIRNE Quote
FUZZELBIRNE Posted January 12, 2020 Author Posted January 12, 2020 Some 1 can tell me where i can find the file for the colours from the tanksymbols in the Minimap minimapLabelsData minimapLabelsTemplates minimapLabelsTemplatesAlt are not the files where i can change the colour from the Tanksymbols in minimap Color from PLayernames can i change....but the Tank Symblos are in the same Color from WG 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.