Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- // Здоровье игроков
- // Players Health
- "playersHealth": {
- // true - включить функцию.
- // true - enable function.
- "enable": true,
- // true - отображать по зажатию ALT
- // true - display on ALT hold
- "displayByALT": true,
- // true - не отображать у мёртвых игроков.
- // true - dont display on dead players.
- "hideDeadPlayers": true,
- // настройки для союзников.
- // settings for allys.
- "left": {
- // настройки надписи.
- // label config.
- "label": {
- // true - отображать.
- // true - display.
- "enable": false,
- // Позиция на экране относительно иконки танка
- // Indicator position on the screen with a report from vehicle icon
- "position" : [100, 4],
- // Размер поля с надписью
- // Size of label area
- "size" : [80, 20],
- // Текст надписи
- // Field text
- "text": "<font face=\"$FieldFont\" size=\"12\" color=\"#FFFFFF\"><p align=\"center\">{{hp_current}}</p></font>"
- },
- // настройки бара
- // bar config
- "healthBar": {
- // true - отображать.
- // true - display.
- "enable": false,
- // Позиция на экране относительно иконки танка
- // Indicator position on the screen with a report from vehicle icon
- "position" : [100, 6],
- // Размер индикатора
- // Field индикатора
- "size" : [80, 16]
- }
- },
- // настройки для противников
- // settings for enemys
- "right": {
- // настройки надписи
- // label config
- "label": {
- // true - отображать.
- // true - display.
- "enable": true,
- // Позиция на экране относительно иконки танка
- // Position on the screen with a report from vehicle icon
- "position" : [-180, 6],
- // Размер поля с надписью
- // Size of label area
- "size" : [80, 20],
- // Текст надписи
- // Field text
- "text": "<font face=\"$FieldFont\" size=\"15\" color=\"#FFFFFF\"><p align=\"right\">{{hp_current}}</p></font>"
- },
- // настройки бара
- // bar config
- "healthBar": {
- // true - отображать.
- // true - display.
- "enable": false,
- // Позиция на экране относительно иконки танка
- // Indicator position on the screen with a report from vehicle icon
- "position" : [-165, 6],
- // Размер индикатора
- // Field индикатора
- "size" : [80, 16]
- }
- },
- // Настройки тени для текстов
- // Shadow settings for labels
- "shadow" : {
- // true - использовать тень.
- // true - use shadows.
- "enable": true,
- // Прозрачность тени. Oт 0 - прозрачный до 100 непрозрачный
- // Transparency shadow. From 0 - transparent to 100 not transparent
- "alpha" : 80,
- // Размытые тени. Oт 0 - не размыта до ? размыта
- // Blurry shadows. From 0 - not blurred to ? blurred
- "blur" : 2,
- // Цвет тени. Значение цвета в палитре RGB (красный, зелёный, синий)
- // Color тени. Value colors in the RGB (red, green, blue)
- "color" : "000000",
- // Сила тени. Oт 0 - слабая до ? сильная
- // Strength shadows. From 0 - not strength to ? strength
- "strength" : 2,
- // Дистанция отступа от основного текста
- // Indentation distance from the main text
- "distance" : 0,
- // Угол в котором движется тень
- // The angle in which the motion of the shadow
- "angle" : 0
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement