Skip to content

Commit

Permalink
Update XVM 8.1.5 - custom
Browse files Browse the repository at this point in the history
  • Loading branch information
kipphan committed Oct 24, 2019
1 parent dfc1c14 commit 8a293f1
Show file tree
Hide file tree
Showing 91 changed files with 331 additions and 303 deletions.
4 changes: 0 additions & 4 deletions source/8.1.3_7

This file was deleted.

4 changes: 4 additions & 0 deletions source/8.1.5_7
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
8.1.5
7
69bec6eb6b9fca2c85ed0ecda99fc568dc1b7264
master
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 @@ -58,11 +58,11 @@

// Supported version of the game.
// Поддерживаемая версия игры.
"gameVersion": "1.6.1.1",
"gameVersion": "1.6.1.2",

// The minimum required version of the XVM mod.
// Минимально необходимая версия мода XVM.
"modMinVersion": "8.1.2",
"modMinVersion": "8.1.4",

// Config last modified.
// Дата последней модификации конфига.
Expand Down
2 changes: 1 addition & 1 deletion source/res_mods/configs/xvm/default/battleLabels.xc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
${"battleLabelsTemplates.xc":"def.repairTimeEngine"},
${"battleLabelsTemplates.xc":"def.repairTimeGun"},
${"battleLabelsTemplates.xc":"def.repairTimeTurret"},
${"battleLabelsTemplates.xc":"def.repairTimeComplex"},
${"battleLabelsTemplates.xc":"def.repairTimeComplex"},
${"battleLabelsTemplates.xc":"def.repairTimeSurveying"},
${"battleLabelsTemplates.xc":"def.repairTimeRadio"}
]
Expand Down
2 changes: 1 addition & 1 deletion source/res_mods/configs/xvm/default/camera.xc
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
// true - отключить затемнение и озеленение в снайперском прицеле.
"noBinoculars": false,
// TODO: English comments.
// Отключение предела вращения камеры в снайперском прицеле для техники с ограниченными УГН (углами горизонтальной наводки) орудия.
// Отключение предела вращения камеры в снайперском прицеле для техники с ограниченными УГН (углами горизонтальной наводки) орудия.
"noCameraLimit": {
// true - enable.
// true - включить.
Expand Down
2 changes: 1 addition & 1 deletion source/res_mods/configs/xvm/default/carouselSmall.xc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
// Vehicle name.
// Название танка.
{
{
"enabled": true,
"x": 159, "y": 14, "align": "right",
"format": "<font face='$FieldFont' size='15' color='{{v.premium?#FFA759|#C8C8B5}}'>{{v.name}}</font>",
Expand Down
2 changes: 1 addition & 1 deletion source/res_mods/configs/xvm/default/damageLog.xc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* For additional settings see battleLabelsTemplates.xc
* Лог полученного урона.
* Дополнительные настройки см. в battleLabelsTemplates.xc
*
*
* https://kr.cm/f/t/35169/
Macros used in damageLog:
Expand Down
8 changes: 4 additions & 4 deletions source/res_mods/configs/xvm/default/hitLog.xc
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
* For additional settings see battleLabelsTemplates.xc
* Лог нанесенного урона.
* Дополнительные настройки см. в battleLabelsTemplates.xc
*
*
* https://kr.cm/f/t/40466/
Macros used in hitLog:
Макросы используемые в hitLog:
{{dmg}} - last damage / последний нанесенный урон.
{{dmg-kind}} - type of damage / тип нанесенного урона (атака, пожар, таран, ...).
{{c:dmg-kind}} - color by damage kind / цвет по типу урона.
Expand All @@ -30,7 +30,7 @@
{{squad-num}} - number of squad (1,2,...), empty if not in squad / номер взвода (1,2,...), пусто - если игрок не во взводе.
{{dmg-ratio}} - last damage in percent / последний нанесенный урон в процентах.
{{splash-hit}} - value 'splash', if damage is caused by shell splinters (HE/HESH), empty if not / возвращает 'splash', если урон нанесен осколками снаряда (ОФ/ХФ), иначе пусто.
{{critical-hit}} - value 'crit', if critical damage was done, empty if not / возвращает 'crit', если было нанесено критическое повреждение, иначе пусто.
{{critical-hit}} - value 'crit', if critical damage was done, empty if not / возвращает 'crit', если было нанесено критическое повреждение, иначе пусто.
{{alive}} - value 'al', if the vehicle after the attack is not destroyed, empty if destroyed / возвращает 'al', если техника после атаки не разрушена, пусто для разрушенной.
{{wn8}}, {{xwn8}}, {{wtr}}, {{xwtr}}, {{eff}}, {{xeff}}, {{wgr}}, {{xwgr}}, {{xte}}, {{r}}, {{xr}} - statistics macros (see macros.txt) / макросы статистики (смотрите macros_ru.txt).
{{c:wn8}}, {{c:xwn8}}, {{c:wtr}}, {{c:xwtr}}, {{c:eff}}, {{c:xeff}}, {{c:wgr}}, {{c:xwgr}}, {{c:xte}}, {{c:r}}, {{c:xr}} - color according to the corresponding statistics macro (see macros.txt) / цвет по соответствующему макросу статистики (смотрите macros_ru.txt).
Expand Down Expand Up @@ -104,7 +104,7 @@
"death_zone": "#CCCCCC", // death zone / смертельная зона.
"gas_attack": "#CCCCCC", // gas attack / газовая атака.
"art_attack": "#CCCCCC", // art attack / артиллерийская поддержка.
"air_strike": "#CCCCCC" // air strike / поддержка авиации.
"air_strike": "#CCCCCC" // air strike / поддержка авиации.
},
// Type of damage (macro {{dmg-kind-player}}).
// Тип нанесенного урона (макрос {{dmg-kind-player}}).
Expand Down
2 changes: 1 addition & 1 deletion source/res_mods/configs/xvm/default/markersDeadExtended.xc
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
${ "def.tankName" },
${ "def.playerName" }
]
},
},
// Settings for enemies.
// Настройки для противников.
"enemy": {
Expand Down
2 changes: 1 addition & 1 deletion source/res_mods/configs/xvm/default/sounds.xc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Extra sounds settings.
* Настройки дополнительных звуков.
*
*
* https://kr.cm/f/t/18955/
*/
{
Expand Down
2 changes: 1 addition & 1 deletion source/res_mods/configs/xvm/default/texts.xc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
// Battle training.
// Боевое обучение.
"tutorial": "",
// Team battles.
// Team battles.
// Командный бой.
"cybersport": "cybersport",
// Special game mode (racing, football and other).
Expand Down
2 changes: 1 addition & 1 deletion source/res_mods/configs/xvm/default/tooltips.xc
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
"gravity", - Гравитация \ Gravity
"shellSpeedSummary", - Сводка скоростей снарядов \ Summary of shell speeds
"radioRange", - Дальность связи \ Range of radio signal
"rateOfFire", - Скорострельность оружия \ Rate of Fire
"rateOfFire", - Скорострельность оружия \ Rate of Fire
"battleTiers", - Уровни боев танка \ Battle tiers of vehicle
"maxHealth", - ХП танка \ HP of vehicle
"invisibilityStillFactor" - Незаметность неподвижной машины (%) \ Concealment of Stationary Vehicle (%)
Expand Down
10 changes: 5 additions & 5 deletions source/res_mods/configs/xvm/py_macro/repairTime.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def eventHandler(self, device):
def addTimer(self, device, duration):
if device in self.timers:
self.timers[device]['timer'].stop()

self.timers.update({
device: {
'duration': duration,
Expand Down Expand Up @@ -136,21 +136,21 @@ def _switching(self, _):
@registerEvent(DamagePanel, '_updateRepairingDevice')
def _updateRepairingDevice(self, value):
device = value[0]

if device.find('wheel') > -1: #remove all indices, e.g.: "wheel0", "wheel1" etc.
device = 'wheel'

if device in DEVICES:
RepairTimers.addTimer(device, float(value[2]))

@registerEvent(DamagePanel, '_updateDeviceState')
def _updateDeviceState(self, value):
device = value[0]
state = value[2]

if device.find('wheel') > -1: #remove all indices, e.g.: "wheel0", "wheel1" etc.
device = 'wheel'

if device in DEVICES:
if ('destroyed' != state) and (device in RepairTimers.timers):
RepairTimers.delTimer(device)
Expand Down
2 changes: 1 addition & 1 deletion source/res_mods/configs/xvm/py_macro/xvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def getValue(value, isUpper, isLower):
return 'AM' if dt.hour < 12 else 'PM'
else:
return ''

def processDirective(value, formatDate):
directive = '%'+value
if directive in formatDate:
Expand Down
2 changes: 1 addition & 1 deletion source/res_mods/configs/xvm/py_macro/xvm/damageLog.py
Original file line number Diff line number Diff line change
Expand Up @@ -922,7 +922,7 @@ def output(self):
self.timerLastHit = TimeInterval(timeDisplayLastHit, self, 'hideLastHit')
self.timerLastHit.start()
as_event(EVENTS_NAMES.ON_LAST_HIT)
return
return


_log = DamageLog(DAMAGE_LOG_SECTIONS.LOG)
Expand Down
2 changes: 1 addition & 1 deletion source/res_mods/configs/xvm/sirmax/sirmax-battleLabels.xc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
${ "../default/battleLabelsTemplates.xc":"def.repairTimeEngine" },
${ "../default/battleLabelsTemplates.xc":"def.repairTimeGun" },
${ "../default/battleLabelsTemplates.xc":"def.repairTimeTurret" },
${ "../default/battleLabelsTemplates.xc":"def.repairTimeComplex" },
${ "../default/battleLabelsTemplates.xc":"def.repairTimeComplex" },
${ "../default/battleLabelsTemplates.xc":"def.repairTimeSurveying" },
${ "../default/battleLabelsTemplates.xc":"def.repairTimeRadio" }
]
Expand Down
2 changes: 1 addition & 1 deletion source/res_mods/configs/xvm/xvm.xc.sample
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Format à utiliser : ${"chemin vers fichier de config":"."}
* // - commente la ligne (elle ne sera pas utilisée)
*
* ---------------------------------------------------------------
* ---------------------------------------------------------------
* Пример загрузочного файла конфигов. Для использования переименовать в xvm.xc.
*
* Формат ссылки: ${"путь к файлу конфига":"."}
Expand Down
14 changes: 12 additions & 2 deletions source/res_mods/mods/shared_resources/xvm/doc/ChangeLog-en.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
XVM-8.1.3:
[XFW.Native]
XVM-8.1.5:
[GENERAL]
* Fixed XVM loading if WoT path has non-latin characters
* Initial macOS Catalina support

XVM-8.1.4:
[GENERAL]
* World of Tanks 1.6.1.2
* Added support for <WoT_DIR> working directory

XVM-8.1.3:
[XFW.Native]
* Fixed loading error if vcomp140.dll is not present in the operating systems

XVM-8.1.2:
Expand Down
16 changes: 13 additions & 3 deletions source/res_mods/mods/shared_resources/xvm/doc/ChangeLog-ru.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
XVM-8.1.3:
[XFW.Native]
* Исправлена ошибка связанная с отсутствием vcomp140.dll в системе
XVM-8.1.5:
[ОБЩЕЕ]
* Исправлена загрузка при наличии нелатинских символов в пути
* Начальная поддержка macOS Catalina

XVM-8.1.4:
[ОБЩЕЕ]
* World of Tanks 1.6.1.2
* Добавлена поддержка рабочей директории в <WoT_DIR>

XVM-8.1.3:
[XFW.Native]
* Исправлена ошибка связанная с отсутствием vcomp140.dll в системе

XVM-8.1.2:
[ОБЩЕЕ]
Expand Down
8 changes: 4 additions & 4 deletions source/res_mods/mods/shared_resources/xvm/l10n/en.xc
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@
"gun": "gun",
"turret_rotator": "turret rotator",
"surveying_device": "surveying device",

// Tankmen
"commander": "commander",
"driver": "driver",
"radioman": "radioman",
"gunner": "gunner",
"loader": "loader",

// DamageLog:
"sec": "sec",
"reloaded": "reloaded",
Expand Down Expand Up @@ -172,7 +172,7 @@
"Battle tiers": "Battle tiers",
"Type": "Type",
"Nation": "Nation",

// Nation
"ussr": "USSR",
"germany": "Germany",
Expand All @@ -185,7 +185,7 @@
"poland": "Poland",
"sweden": "Sweden",
"italy": "Italy",

// Vehicle type
"HT": "HT",
"MT": "MT",
Expand Down
8 changes: 4 additions & 4 deletions source/res_mods/mods/shared_resources/xvm/l10n/ru.xc
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@
"gun": "орудие",
"turret_rotator": "вращение башни",
"surveying_device": "приборы наблюдения",

// Tankmen
"commander": "командир экипажа",
"driver": "механик-водитель",
"radioman": "радист",
"gunner": "наводчик",
"loader": "заряжающий",

// DamageLog:
"sec": "сек",
"reloaded": "перезарядился",
Expand Down Expand Up @@ -172,7 +172,7 @@
"Battle tiers": "Уровень боёв",
"Type": "Тип",
"Nation": "Нация",

// Nation
"ussr": "СССР",
"germany": "Германия",
Expand All @@ -185,7 +185,7 @@
"poland": "Польша",
"sweden": "Швеция",
"italy": "Италия",

// Vehicle type
"HT": "ТТ",
"MT": "СТ",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def LoginView_populate(base, self):
def tryWgcLogin(base, self, serverName=None):
if not serverName and not config.get('login/autologin'): return
base(self, serverName)

@registerEvent(LoginView, 'onLogin')
def LoginView_onLogin(self, userName, password, serverName, isSocialToken2Login):
if config.get('login/saveLastServer'):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file was created automatically from build script
__xvm_version__ = '8.1.3'
__wot_version__ = '1.6.1.1'
__xvm_version__ = '8.1.5'
__wot_version__ = '1.6.1.2'
__revision__ = '7'
__branch__ = 'master'
__node__ = 'c23d30763ff5f460ab71e98afb52440bf2eb89ac'
__node__ = '69bec6eb6b9fca2c85ed0ecda99fc568dc1b7264'
__development__ = 'False'
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"name": "XVM Autologin",
"description": "XVM Autologin module",

"version": "8.1.3.7",
"version": "8.1.5.7",
"dependencies": ["com.modxvm.xvm"],

"url": "https://modxvm.com/",
"url_update": "https://modxvm.com/",

"wot_version_min": "1.6.1.1",
"wot_version_min": "1.6.1.2",
"wot_version_exactmatch": false,

"features": ["python"]
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file was created automatically from build script
__xvm_version__ = '8.1.3'
__wot_version__ = '1.6.1.1'
__xvm_version__ = '8.1.5'
__wot_version__ = '1.6.1.2'
__revision__ = '7'
__branch__ = 'master'
__node__ = 'c23d30763ff5f460ab71e98afb52440bf2eb89ac'
__node__ = '69bec6eb6b9fca2c85ed0ecda99fc568dc1b7264'
__development__ = 'False'
4 changes: 2 additions & 2 deletions source/res_mods/mods/xfw_packages/xvm_battle/xfw_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"name": "XVM Battle",
"description": "XVM Battle module",

"version": "8.1.3.7",
"version": "8.1.5.7",
"dependencies": ["com.modxvm.xvm"],

"url": "https://modxvm.com/",
"url_update": "https://modxvm.com/",

"wot_version_min": "1.6.1.1",
"wot_version_min": "1.6.1.2",
"wot_version_exactmatch": false,

"features": ["actionscript", "python"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file was created automatically from build script
__xvm_version__ = '8.1.3'
__wot_version__ = '1.6.1.1'
__xvm_version__ = '8.1.5'
__wot_version__ = '1.6.1.2'
__revision__ = '7'
__branch__ = 'master'
__node__ = 'c23d30763ff5f460ab71e98afb52440bf2eb89ac'
__node__ = '69bec6eb6b9fca2c85ed0ecda99fc568dc1b7264'
__development__ = 'False'
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"name": "XVM Battle Results",
"description": "XVM Battle Results module",

"version": "8.1.3.7",
"version": "8.1.5.7",
"dependencies": ["com.modxvm.xvm"],

"url": "https://modxvm.com/",
"url_update": "https://modxvm.com/",

"wot_version_min": "1.6.1.1",
"wot_version_min": "1.6.1.2",
"wot_version_exactmatch": false,

"features": ["python"]
Expand Down
Loading

0 comments on commit 8a293f1

Please sign in to comment.