Jump to content
Korean Random

Leaderboard

Popular Content

Showing content with the highest reputation on 07/11/2024 in all areas

  1. @Duner чуть позже выложу правленный мод UPD: Обновил мод сессионки - Добавил поддержку загрузки данных ожидаемых значений WN8 по клиентам (WG/Lesta) - поэтому кэш статистики сбросится - Пофиксил баг с применением множителя премиум аккаунта в послебоевых результатах боя - Порефакторил код Ядро wotStat.wotmod Конфиг SeVeRRR SeVeRRR_1.25.1.0.zip
    1 point
  2. Попробуйте снести mod.wotstat_*.wotmod из каталога mods
    1 point
  3. You can try the newest version 11.1.0.0015. There was a bug fix and it seems to work again as expected.
    1 point
  4. проверил на реплее - работает, ошибок нет
    1 point
  5. WG 1.25.1.0: 2024-07-10 17:51:56: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 88, in __load_lib __execute(code, file_name, {'xvm': XvmNamespace}) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 80, in __execute raise ExecutionException("{} at file '{}' line {}: {}".format(error_name, file_name, line_number, message)) ExecutionException: AttributeError at file 'res_mods/configs/xvm/py_macro\reloading.py' line 45: type object 'AmmoPlugin' has no attribute '_AmmoPlugin__onQuickShellChangerUpdated' TypeError: 'NoneType' object is not iterable arg='sight.leftTime' 2024-07-10 17:52:04: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 143, in process (func, deterministic) = __get_function(arg) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 107, in __get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='sight.reloadTime' 2024-07-10 17:52:04: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 143, in process (func, deterministic) = __get_function(arg) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 107, in __get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='sight.intuition' 2024-07-10 17:52:04: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 143, in process (func, deterministic) = __get_function(arg) File "res_mods/mods/xfw_packages\xvm_pymacro\python\__init__.py", line 107, in __get_function (func, deterministic) = _container.get(func_name)
    1 point
  6. Hi, have noticed a bug with the floating damage values within the new version of WoT and XVM. The damage done by me is not shown in a different color (yellow/orange), like it is in vanilla wot client by default, anymore. But instead it is also red. Thats different to how it was before. This is also the case with the default settings of XVM. I could replace the color under damageText (markersAliveNormal.xc) from "null" to a specified color. but actually it keeps to show floating damage in the specified color for other damage as well, while the damage that destroys the enemy vehicle is shown in red (standard) again. bye
    1 point
  7. с теста WG: 2024-04-08 22:34:43.879: INFO: ============================= 2024-04-08 22:34:43.879: INFO: 2024-04-08 22:34:43: [ERROR] mods/xfw_libraries/xfw/events.pyc 2024-04-08 22:34:43.879: ERROR: Traceback (most recent call last): 2024-04-08 22:34:43.879: ERROR: File "./xfw/events.py", line 60, in __event_handler 2024-04-08 22:34:43.880: ERROR: File "./xfw/events.py", line 27, in fire 2024-04-08 22:34:43.881: ERROR: TypeError: infoChargedShell_onShellsAdded() takes exactly 6 arguments (7 given) 2024-04-08 22:34:43.881: INFO: ============================= python.log
    1 point
  8. @ktulho у классического барабана {{py:sight.leftTime}} после выстрела показывает таймер перезарядки внутри барабана. То есть выстрелил - и таймер отчситывает условно с 3 сек. до 0 сек. А у техники с механизмом дозарядки - таймер перезарядки внутри барабана не срабатывает, а показывает таймер зарядки текущего снаряда. Можно составить такое условие - тогда срабатывает норм: ... {{py:sight.leftTimeShot=0?{{py:sight.leftTime%3.1f}}|{{py:sight.leftTimeShot%3.1f}}}} но думаю можно переделать {{py:sight.leftTime}} (как когда-то переделывали под обычный барабан). Это и двухстволок касается. Если гемор - буду использовать эту конструкцию
    1 point
  9. @ktulho с теста WG: 2024-03-03 18:37:54.389: INFO: ============================= 2024-03-03 18:37:54.389: INFO: 2024-03-03 18:37:54: [ERROR] mods/xfw_libraries/xfw/events.pyc 2024-03-03 18:37:54.389: ERROR: Traceback (most recent call last): 2024-03-03 18:37:54.389: ERROR: File "./xfw/events.py", line 60, in __event_handler 2024-03-03 18:37:54.389: DEBUG: [DEBUG] (scripts/client/account_helpers/CustomFilesCache.py, 298): readRemoteFile, there is no file in cache. ('http://ce-ct.worldoftanks.net/dcont/clans/emblems/500220553/emblem_64x64_tank.png',) 2024-03-03 18:37:54.391: ERROR: File "./xfw/events.py", line 27, in fire 2024-03-03 18:37:54.392: ERROR: File "res_mods/configs/xvm/py_macro\infoChargedShell.py", line 168, in infoChargedShell_onShellsAdded 2024-03-03 18:37:54.393: ERROR: shellsUpdatedOrAdd(intCD, quantity) 2024-03-03 18:37:54.393: ERROR: File "res_mods/configs/xvm/py_macro\infoChargedShell.py", line 152, in shellsUpdatedOrAdd 2024-03-03 18:37:54.393: ERROR: updateCurrentShell(intCD, ammoCtrl) 2024-03-03 18:37:54.393: ERROR: File "res_mods/configs/xvm/py_macro\infoChargedShell.py", line 131, in updateCurrentShell 2024-03-03 18:37:54.393: ERROR: damage = shotDescr.damage[0] 2024-03-03 18:37:54.393: ERROR: AttributeError: 'Shell' object has no attribute 'damage' 2024-03-03 18:37:54.393: INFO: ============================= 2024-03-03 19:09:17.864: INFO: ============================= 2024-03-03 19:09:17.864: INFO: 2024-03-03 19:09:17: [ERROR] mods/xfw_libraries/xfw/events.pyc 2024-03-03 19:09:17.864: ERROR: Traceback (most recent call last): 2024-03-03 19:09:17.864: ERROR: File "./xfw/events.py", line 60, in __event_handler 2024-03-03 19:09:17.864: ERROR: File "./xfw/events.py", line 27, in fire 2024-03-03 19:09:17.865: ERROR: File "res_mods/configs/xvm/py_macro\reloading.py", line 240, in updateVehicleGunReloadTime 2024-03-03 19:09:17.865: ERROR: autoReloading(timeLeft, baseTime) 2024-03-03 19:09:17.865: ERROR: File "res_mods/configs/xvm/py_macro\reloading.py", line 110, in autoReloading 2024-03-03 19:09:17.865: ERROR: _currentReloadTimeInClip = autoReloadTimes[quantityInClipShells] 2024-03-03 19:09:17.865: ERROR: TypeError: list indices must be integers, not NoneType 2024-03-03 19:09:17.865: INFO: ============================= 2024-03-03 19:09:55.545: INFO: ============================= 2024-03-03 19:09:55.545: INFO: 2024-03-03 19:09:55: [ERROR] mods/xfw_libraries/xfw/events.pyc 2024-03-03 19:09:55.545: ERROR: Traceback (most recent call last): 2024-03-03 19:09:55.545: ERROR: File "./xfw/events.py", line 60, in __event_handler 2024-03-03 19:09:55.545: ERROR: File "./xfw/events.py", line 27, in fire 2024-03-03 19:09:55.545: ERROR: File "res_mods/configs/xvm/py_macro\reloading.py", line 195, in __onGunAutoReloadTimeSet 2024-03-03 19:09:55.545: ERROR: autoReloading(state.getActualValue(), state.getBaseValue()) 2024-03-03 19:09:55.545: ERROR: File "res_mods/configs/xvm/py_macro\reloading.py", line 110, in autoReloading 2024-03-03 19:09:55.545: ERROR: _currentReloadTimeInClip = autoReloadTimes[quantityInClipShells] 2024-03-03 19:09:55.545: ERROR: TypeError: list indices must be integers, not NoneType 2024-03-03 19:09:55.545: INFO: ============================= 2024-03-03 19:10:43.242: INFO: ============================= 2024-03-03 19:10:43.242: INFO: 2024-03-03 19:10:43: [ERROR] mods/xfw_libraries/xfw/events.pyc 2024-03-03 19:10:43.242: ERROR: Traceback (most recent call last): 2024-03-03 19:10:43.242: ERROR: File "./xfw/events.py", line 60, in __event_handler 2024-03-03 19:10:43.242: ERROR: File "./xfw/events.py", line 27, in fire 2024-03-03 19:10:43.242: ERROR: File "res_mods/configs/xvm/py_macro\reloading.py", line 195, in __onGunAutoReloadTimeSet 2024-03-03 19:10:43.242: ERROR: autoReloading(state.getActualValue(), state.getBaseValue()) 2024-03-03 19:10:43.242: ERROR: File "res_mods/configs/xvm/py_macro\reloading.py", line 110, in autoReloading 2024-03-03 19:10:43.242: ERROR: _currentReloadTimeInClip = autoReloadTimes[quantityInClipShells] 2024-03-03 19:10:43.242: ERROR: TypeError: list indices must be integers, not NoneType 2024-03-03 19:10:43.242: INFO: ============================= вот ещё логи с нескольких боёв: python.log xvm.log ---- На тесте у Лесты все установленные скрипты работают, ошибок в логах нет
    1 point
×
×
  • Create New...