Skip to content

Commit

Permalink
Update XVM 8.0.7 (custom)
Browse files Browse the repository at this point in the history
  • Loading branch information
kipphan committed Oct 15, 2019
1 parent 3d79e11 commit a625e50
Show file tree
Hide file tree
Showing 45 changed files with 385 additions and 223 deletions.
4 changes: 2 additions & 2 deletions source/res_mods/configs/xvm/default/@xvm.xc
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"definition": {
// Config author.
// Автор конфига.
"author": "XVM team",
"author": "Kipphan",

// Config description.
// Описание конфига.
"description": "Default settings for XVM",
"description": "Custom settings for XVM",

// Address to config updates.
// Адрес, где выкладываются обновления конфига.
Expand Down
6 changes: 3 additions & 3 deletions source/res_mods/configs/xvm/default/battle.xc
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"showPostmortemTips": true,
// false - disable pop-up panel with a dog tag.
// false - отключить всплывающую внизу панель с личным жетоном.
"showPostmortemDogtag": true,
"showPostmortemTips": false,
// false - disable highlighting of own vehicle icon and squad.
// false - отключить подсветку иконки своего танка и взвода.
"highlightVehicleIcon": true,
// Format of clock on the Debug Panel (near FPS).
// Формат часов на экране панели отладки (возле FPS).
// http://php.net/date
"clockFormat": "H:i",
"clockFormat": "H:i:s",
// Path to clan icons folder relative to res_mods/mods/shared_resources/xvm/res.
// Путь к папке иконок кланов относительно res_mods/mods/shared_resources/xvm/res.
"clanIconsFolder": "clanicons/",
Expand All @@ -28,7 +28,7 @@
"sixthSenseIcon": "xvm://res/SixthSense.png",
// Duration of the sixth sense indicator (msec).
// Длительность отображения индикатора 6-го чувства (мсек).
"sixthSenseDuration": 2000,
"sixthSenseDuration": 3000,
// true - hide the tips in battle.
// true - скрыть подсказки в бою.
"battleHint": {
Expand Down
2 changes: 1 addition & 1 deletion source/res_mods/configs/xvm/default/battleLoading.xc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"removeRankBadgeIcon": false,
// true - disable alpha/beta testers icons.
// true - убрать отображение иконки альфа/бета тестеров.
"removeTesterIcon": false,
"removeTesterIcon": true,
// Opacity percentage of vehicle icon. 0 - transparent ... 100 - opaque.
// Прозрачность в процентах иконки танка. 0 - прозрачные, 100 - не прозрачные.
"vehicleIconAlpha": 100,
Expand Down
2 changes: 1 addition & 1 deletion source/res_mods/configs/xvm/default/battleLoadingTips.xc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"removeRankBadgeIcon": false,
// true - disable alpha/beta testers icons.
// true - убрать отображение иконки альфа/бета тестеров.
"removeTesterIcon": false,
"removeTesterIcon": true,
// Opacity percentage of vehicle icon. 0 - transparent ... 100 - opaque.
// Прозрачность в процентах иконки танка. 0 - прозрачные, 100 - не прозрачные.
"vehicleIconAlpha": 100,
Expand Down
2 changes: 1 addition & 1 deletion source/res_mods/configs/xvm/default/battleResults.xc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"showTotalExperience": true,
// true - display crew experience in first page.
// true - отображать опыт экипажа на первой странице.
"showCrewExperience": false,
"showCrewExperience": true,
// true - display net income of credits in first page.
// true - отображать чистый доход на первой странице.
"showNetIncome": true,
Expand Down
14 changes: 7 additions & 7 deletions source/res_mods/configs/xvm/default/captureBar.xc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"enemy": {
// Capture bar color (default: use system color).
// Цвет полосы захвата (по умолчанию используется системный цвет).
"color": null,
"color": "0xED5E5E",
// Title textfield (center).
// Текстовое поле с заголовком (среднее).
"title": {
Expand All @@ -36,7 +36,7 @@
"format": "<font size='15' color='#FFFFFF'>{{l10n:allyBaseCapture}}</font> <font size='14' color='#F0F0F0'>({{cap.points}})</font>",
// Full capture text format.
// Формат текста при полном захвате.
"done": "<font size='15' color='#FFCC66'>{{l10n:allyBaseCaptured}}</font> <font size='14' color='#F0F0F0'>({{cap.points}})</font>",
"done": "<font size='15' color='#F6E955'>{{l10n:allyBaseCaptured}}</font> <font size='14' color='#EEEEEE'>({{cap.points}})</font>",
// Shadow options.
// Параметры тени.
"shadow": {
Expand All @@ -56,8 +56,8 @@
"players": {
"x": -225,
"y": 0,
"format": "<font face='xvm' size='15' color='#FFFFFF'>&#x113;</font> <font color='#FFCC66'><b>{{cap.tanks}}</b></font>",
"done": "<font face='xvm' size='15' color='#FFFFFF'>&#x113;</font> <font color='#FFCC66'><b>{{cap.tanks}}</b></font>",
"format": "<font face='xvm' size='15' color='#FFFFFF'>&#x113;</font> <font color='#F5A83D'><b>{{cap.tanks}}</b></font>",
"done": "<font face='xvm' size='15' color='#FFFFFF'>&#x113;</font> <font color='#F5A83D'><b>{{cap.tanks}}</b></font>",
"shadow": {
"color": "0x000000",
"alpha": 35,
Expand All @@ -70,8 +70,8 @@
"timer": {
"x": 200,
"y": 0,
"format": "<font face='xvm' size='15' color='#FFFFFF'>&#x114;</font> <font color='#FFCC66'><b>{{cap.time}}</b></font>",
"done": "<font face='xvm' size='15' color='#FFFFFF'>&#x114;</font> <font color='#FFCC66'><b>{{cap.time}}</b></font>",
"format": "<font face='xvm' size='15' color='#FFFFFF'>&#x114;</font> <font color='#F5A83D'><b>{{cap.time}}</b></font>",
"done": "<font face='xvm' size='15' color='#FFFFFF'>&#x114;</font> <font color='#F5A83D'><b>{{cap.time}}</b></font>",
"shadow": {
"color": "0x000000",
"alpha": 35,
Expand Down Expand Up @@ -102,7 +102,7 @@
"title": {
"$ref": { "path":"captureBar.enemy.title" },
"format": "<font size='15' color='#FFFFFF'>{{l10n:enemyBaseCapture}}</font> <font size='14' color='#F0F0F0'>({{cap.points}})</font>",
"done": "<font size='15' color='#FFCC66'>{{l10n:enemyBaseCaptured}}</font> <font size='14' color='#F0F0F0'>({{cap.points}})</font>"
"done": "<font size='15' color='#F6E955'>{{l10n:enemyBaseCaptured}}</font> <font size='14' color='#F0F0F0'>({{cap.points}})</font>"
},
"players": ${"captureBar.enemy.players"},
"timer": ${"captureBar.enemy.timer"},
Expand Down
8 changes: 4 additions & 4 deletions source/res_mods/configs/xvm/default/carousel.xc
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"scrollingSpeed": 1,
// true - hide cell "Buy vehicle".
// true - скрыть ячейку "Купить машину".
"hideBuyTank": false,
"hideBuyTank": true,
// true - hide cell "Buy slot".
// true - скрыть ячейку "Купить слот".
"hideBuySlot": false,
"hideBuySlot": true,
// true - hide cell "Restore Tank".
// true - скрыть ячейку "Восстановить машину".
"hideRestoreTank": false,
Expand Down Expand Up @@ -73,13 +73,13 @@
"nations_order": [],
// Order of types of vehicles.
// Порядок классов техники.
"types_order": ["lightTank", "mediumTank", "heavyTank", "AT-SPG", "SPG"],
"types_order": [],
// Tank sorting criteria, available options: (minus = reverse order)
// Критерии сортировки танков, доступные значения: (минус = в обратном порядке)
// "nation", "type", "level", "-level", "maxBattleTier", "-maxBattleTier", "premium", "-premium",
// "battles", "-battles", "winRate", "-winRate", "markOfMastery", "-markOfMastery", "xtdb", "-xtdb",
// "xte", "-xte", "wtr", "-wtr", "damageRating", "-damageRating", "marksOnGun", "-marksOnGun"
"sorting_criteria": ["nation", "type", "level"],
"sorting_criteria": ["-marksOnGun", "-xtdb", "-xte"],
// Suppress the tooltips for tanks in carousel.
// Убрать подсказки к танкам в карусели.
"suppressCarouselTooltips": false
Expand Down
Loading

0 comments on commit a625e50

Please sign in to comment.