Jump to content
Korean Random

Aslain

User
  • Content Count

    727
  • Joined

  • Last visited

  • Days Won

    65

Everything posted by Aslain

  1. There were no changes in flash files between 1.18.0.2 and 1.18.0.3, you can continue using version for 1.18.0.2
  2. Still cannot heal damaged track, even with new script. @ktulho
  3. So far yes, I didn't notice any other problems yet, I don't know about fixing wheeled vehicles, maybe there is problem to fix the wheels too. Also notice that I cannot heal stunned crew.
  4. Apparently the author is not active, can someone else can fix this addon? @ktulho maybe? :)
  5. updated - compatibility with WoT 1.18.0.2
  6. updated - compatibility with WoT 1.18.0.1micropatch from 15.09
  7. updated - compatibility with WoT 1.18.0.1
  8. Mod has stopped to display distance indicator in WoT 1.18
  9. Seem to be broken, clicking on tracks, doesn't fix a thing.
  10. updated - compatibility with WoT 1.18.0.0
  11. I'm posting this on behalf of one player who gets randomly disconnected from game server while in battle. Noticed in his logs this suspicious part of python.log: 2022-08-25 15:27:36.664: INFO: [pika.connection] Disconnected from RabbitMQ at xmqp6.modxvm.com:5606 (-1): error(10054, 'Istniej\xb9ce po\xb3\xb9czenie zosta\xb3o gwa\xb3townie zamkni\xeate przez zdalnego hosta') 2022-08-25 15:27:36.678: WARNING: [pika.connection] Suppressing close request on <SelectConnection CLOSED socket=None params=<ConnectionParameters host=xmqp6.modxvm.com port=5606 virtual_host=xvm ssl=False>> 2022-08-25 15:27:36.689: WARNING: [pika.callback] Duplicate callback found for "0:Connection.Blocked" 2022-08-25 15:27:36.690: WARNING: [pika.callback] Duplicate callback found for "0:Connection.Unblocked" dxdiag.log python.log xvm.log
  12. updated - compatibility with WoT 1.17.1.3
  13. New xvm for 1.17.1.2 has broken carousel when set to 3 or more rows, similar to bug that was almost 1 year ago
  14. updated - compatibility with WoT 1.17.1.2
  15. @ktulho There is one more bug (with xvm + champi fix combo) we just found out, the tooltip for suspension in the tech-tree is missing, there are new errors in xvm.log: 2022-08-01 11:11:00: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_tooltips\python\__init__.py", line 129, in _onCreateTypedTooltip_callback base(self, type, *args) File "scripts/client/gui/Scaleform/framework/tooltip_mgr.py", line 130, in onCreateTypedTooltip File "scripts/client/gui/shared/tooltips/builders.py", line 140, in build File "scripts/client/gui/Scaleform/daapi/view/tooltips/vehicle_items_builders.py", line 80, in _buildData File "scripts/client/gui/shared/tooltips/builders.py", line 161, in _buildData File "scripts/client/gui/shared/tooltips/__init__.py", line 182, in buildToolTip File "scripts/client/gui/shared/tooltips/common.py", line 218, in getDisplayableData File "./xfw/events.py", line 71, in <lambda> File "res_mods/mods/xfw_packages\xvm_tooltips\python\__init__.py", line 556, in ModuleBlockTooltipData_packBlocks return base(self, *args, **kwargs) File "scripts/client/gui/shared/tooltips/module.py", line 126, in _packBlocks File "scripts/client/gui/shared/tooltips/module.py", line 812, in construct File "scripts/client/gui/shared/items_parameters/formatters.py", line 469, in colorizedFormatParameter File "scripts/client/gui/shared/items_parameters/formatters.py", line 520, in formatParameter File "scripts/client/gui/shared/gui_items/__init__.py", line 525, in kpiFormatValue File "scripts/client/gui/impl/backport/backport_system_locale.py", line 48, in getNiceNumberFormat TypeError: () argument 1 must be set to a float See, mouse hover over the tracks are not displaying any tooltip now: xvm.log python.log
  16. updated - compatibility with WoT 1.17.1.0 micropatch from 28.07
  17. The problem is only in combination with other mods, so I cannot provide you what you asking for. Almost everyone is blaming the other mods :) But many people aren't installing just XVM but also other mods, and XVM in combination with some other mods will produce errors, and the problem is not other mods but combination of mods, and it always has to be 3 mods minimum, that issue is probably since WG introduced new fast login. Mods affected by this issue is as follows (any combination of these 3 mods): - session stats Yasenkrasen (Rajcel is bundling it with champi.paramsdictproxyfix now) - session stats TimeSpent - Vehicle Exp Extended - Vehicle parameters on single list (Rajcel already patched his mod with a workaround) - Little Helper Collection (Champi already patched his mod with a workaround) - Annoying Features Remover (the outfit section only) - Limpid Stickers - XVM
  18. - compatibility with WoT 1.17.1.0 micropatch from 21.07
  19. XVM has to be adjusted anyway, it's causing errors in python too, even without Champi fix to those errors (just different type of issue), anyway the real source of all that issues has to be discovered, but I think nobody cares about it here.
  20. Broken XVM tank tooltips after adding Champi's Fix With champi.paramsdictproxyfix: Without champi.paramsdictproxyfix: 2022-07-19 09:02:07: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_tooltips\python\__init__.py", line 466, in CommonStatsBlockConstructor_construct tooltip_add_param(self, result, getParameterValue(paramName), valueStr) File "res_mods/mods/xfw_packages\xvm_tooltips\python\__init__.py", line 214, in getParameterValue return text_styles.main(i18n.makeString(MENU.tank_params(paramName))) + text_styles.standard(measureUnitsForParameter(paramName)) File "scripts/client/gui/shared/items_parameters/formatters.py", line 205, in measureUnitsForParameter KeyError: 'clipParams' 2022-07-19 09:02:17: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_tooltips\python\__init__.py", line 466, in CommonStatsBlockConstructor_construct tooltip_add_param(self, result, getParameterValue(paramName), valueStr) File "res_mods/mods/xfw_packages\xvm_tooltips\python\__init__.py", line 214, in getParameterValue return text_styles.main(i18n.makeString(MENU.tank_params(paramName))) + text_styles.standard(measureUnitsForParameter(paramName)) File "scripts/client/gui/shared/items_parameters/formatters.py", line 205, in measureUnitsForParameter KeyError: 'gunRotationSpeed' Unfortunatelly the fix is needed otherwise some mods will crash the game client. The fix description: paramsdictproxyfix (by CHAMPi): ⦁ This small fix is for the KeyError that happen after mods modified game methods that are changing the _ParamsDictProxy. This error will crash the game client. ⦁ The reason for this are some missing cache (cachedParams) entries. Every mod that modifies the vehicle parameter list (on the right side in the garage) can cause this problem. ⦁ The cause of the actual issue needs to be investigated in more detail. This fix is only a workaround to avoid crashing of the game client without the need of updating all these mods. ⦁ This fix will be automatically installed with mods that was found affected by this bug, which is for the moment: session stats Yasenkrasen/TimeSpent, Vehicle Exp Extended, Vehicle parameters on single list, Little Helper Collection, Annoying Features Remover, Limpid Stickers, XVM python.log xvm.log champi.paramsdictproxyfix_1.0.0.zip
  21. Some user asked me to post this: 1. How to move vanilla logs more to the left? 2. How to hide vehicle markers without unchecking game option (as requested here):
×
×
  • Create New...