Re: HP circles on minimap explained
Published by kupjones on
BLACKWOT › Forums › Stats & Other Mods for World of Tanks › XVM: eXtended Visualization Mod › Everything XVM › XVM Tutorials › HP circles on minimap explained › Re: HP circles on minimap explained
you were on the right path – widgets. Simply copy the line from the “lobby” section and paste it into the “login” section
“widgets”: {
// Referenced templates:
// * every widget can be enabled or disabled separately by “enabled” switch in their settings.
// * extended format supported, see extra-field.txt
// Подключенные шаблоны:
// * виджеты можно отдельно отключать и включать с помощью “enabled” в их настройках.
// * поддерживается расширенный формат, см. extra-field.txt
“login”: [
${ “widgetsTemplates.xc”:”clock” }
],
“lobby”: [
${ “widgetsTemplates.xc”:”clock” }
]
}
}