Skip to content

Commit

Permalink
Update 2024-04-13
Browse files Browse the repository at this point in the history
  • Loading branch information
Update Bot committed Apr 13, 2024
1 parent 00c0aca commit 5869f9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 31 deletions.
25 changes: 3 additions & 22 deletions config/hangar.xc
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
// true - show banner of various events in the hangar.
// true - показывать баннер различных событий в ангаре.
"showEventBanner": true,
// true - show lootbox widget in hangar.
// true - показывать виджет лутбоксов в ангаре.
"showLootboxesWidget": true,
// true - show elite levels widget in the hangar.
// true - показывать виджет уровней элитности в ангаре.
"showHangarPrestigeWidget": true,
Expand Down Expand Up @@ -187,12 +190,6 @@
// true - allow to consider the exchange of experience with gold in tech tree.
// true - разрешить учитывать обмен опыта за золото в дереве исследований.
"allowExchangeXPInTechTree": true,
// true - show flags in barracks.
// true - показывать флаги в казарме.
"barracksShowFlags": true,
// true - show skills in barracks.
// true - показывать умения в казарме.
"barracksShowSkills": true,
// true - restore selected battle type on switching to another server, at the next login to the client.
// true - восстанавливать выбранный тип боя при переключении на другой сервер, при следующем входе в клиент.
"restoreBattleType": false,
Expand Down Expand Up @@ -425,22 +422,6 @@
// true - show notifications counters in the window and on the button "Exterior".
// true - показать счетчики уведомлений в окне и на кнопке "Внешний вид".
"showCustomizationCounter": true,
// Parameters of sorting tankmen in barracks.
// Параметры сортировки танкистов в казарме.
"barracks": {
// Order of nations.
// Порядок наций.
//"nations_order": ["ussr", "germany", "usa", "china", "france", "uk", "japan", "czech", "poland", "sweden", "italy"],
"nations_order": [],
// Order of crew roles.
// Порядок ролей экипажа.
// "roles_order": ["commander", "gunner", "driver", "radioman", "loader"],
"roles_order": [],
// Tankmen sorting criteria, available options: (minus = reverse order)
// Критерии сортировки танкистов, доступные значения: (минус = в обратном порядке)
// "nation", "role", "level", "-level", "XP", "-XP", "gender", "-gender", "inVehicle", "-inVehicle", "vehicle"
"sorting_criteria": ["nation", "inVehicle", "vehicle", "role"]
},
// Parameters for tank carousel.
// Параметры карусели танков.
"carousel": ${"carousel.xc":"carousel"},
Expand Down
9 changes: 0 additions & 9 deletions config/texts.xc
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@
// Clan wars.
// Клановый бой.
"clan": "clan",
// Battle training.
// Боевое обучение.
"tutorial": "",
// Team battles.
// Командный бой.
"cybersport": "cybersport",
Expand All @@ -92,12 +89,6 @@
// Periodic Tournament (event) GM.
// Периодический турнир (ивент) ГК.
"tournament_clan": "tournament_clan",
// Sandbox PVE, <10 battles.
// Песочный PVE, <10 боев.
"rated_sandbox": "",
// Sandbox PVE, >10 battles.
// Песочный PVE, >10 боев.
"sandbox": "",
// Steel Hunt.
// Стальная охота.
"fallout_classic": "",
Expand Down

0 comments on commit 5869f9e

Please sign in to comment.