Re: Keho Blue V 1.10.0.0(updated 9th AUGUST 2020)
Published by soulza on
BLACKWOT › Forums › Stats & Other Mods for World of Tanks › Soulzas Corner › Keho Blue V 1.10.0.0(updated 9th AUGUST 2020) › Re: Keho Blue V 1.10.0.0(updated 9th AUGUST 2020)
forget about this method read the next post below
its far easier to do.
no need for any extra addons as kill count can be added in markersdeadnormal.xc ,the code is there but not working as it is ,you need to remove the items below marked in red for the frag count to show when you kill ,you can elaborate on this is you want to. for example {{my-frags}} will give you a number of kills you have had ,so you could put {{my-frags}}KILLS or you can have a different image displayed to represent 1-15 kills
if you look at the playerspanels.xc i am already using this code to display kill count in players panels by using this :-“src”: “cfg://soulzaskehoblue/img/ppanel/fraggse/{{frags}}.png”, “alpha”: “{{alive?100|60}}”
make 15 kill images add a folder to the xvm config call it something like killcount and add this :- “src”: “cfg://soulzaskehoblue/killcount/{{frags}}.png”
if you dont have any luck doing this let me know and i will knock something up
