Re: Spotted tank markers
Published by blitz4 on
BLACKWOT › Forums › Stats & Other Mods for World of Tanks › XVM: eXtended Visualization Mod › Everything XVM › XVM .xc files › Spotted tank markers › Re: Spotted tank markers
Players panel
* Parameters of the Players Panels (“ears”).
* Параметры панелей игроков (“ушей”).
*/
{
// Definitions (extended format supported, see extra-field.txt).
// Шаблоны (поддерживается расширенный формат, см. extra-field.txt).
“def”: {
// Enemy spotted status marker.
// Маркер статуса засвета противника.
“enemySpottedMarker”: {
// Opacity percentage of spotted markers in the panels. 0 – transparent (disabled) … 100 – opaque.
// Прозрачность в процентах маркеров засвета в ушах. 0 – полностью прозрачные (отключены), 100 – не прозрачные.
“alpha”: “{{a:spotted}}”,
// x position.
// положение по горизонтали.
“x”: 88,
// y position.
// положение по вертикали.
“y”: -2,
// Horizontal alignment
// Выравнивание по горизонтали
“align”: “center”,
// true – x position is binded to vehicle icon, false – binded to edge of the screen.
// true – положение по горизонтали отсчитывается от иконки танка, false – от края экрана.
“bindToIcon”: true,
// enemy spotted status marker format.
// формат маркера статуса засвета.
“format”: “<font color='{{c:spotted}}’>{{spotted}}</font>”,
// shadow (see below).
// настройки тени (см. ниже).
“shadow”: {}