Jump to content
Korean Random
Spectr20

[Вопрос] Работа с xml без перезапуска клиента

Recommended Posts

Вопрос такой редактирую скрипты танка по расположению эмблем, но чтобы уведить результат клиент приходится перезапускать. Ну и вопрос есть аозможность уведить результат после редактирорвания не пере запуская клиент. Заранее спасибо.

Share this post


Link to post

Short link
Share on other sites

Не особо в тему, но к примеру в моде xvm есть полезная функция "autoReloadConfig" - позволяет увидеть результат правки конфига без перезагрузки клиента. Очень удобно для настройки.

Edited by H_E_K_P_O_M_A_H_T_
дополнение

Share this post


Link to post

Short link
Share on other sites
Только что, Spectr20 сказал:

Вопрос такой редактирую скрипты танка по расположению эмблем, но чтобы уведить результат клиент приходится перезапускать. Ну и вопрос есть аозможность уведить результат после редактирорвания не пере запуская клиент. Заранее спасибо.

 

Питон скрипты? Если вы через питон меняете, то стоит юзать Орион и через него в запущенном клиенте например в ангаре подбирать положение эмблем. Если меняете через xml-то опять таки можно через Орион перезагружать в запущенном клиенте xml-ки. Но всё это требует хорошего умения работать с клиентским питоном.

Share this post


Link to post

Short link
Share on other sites
1 минуту назад, StranikS_Scan сказал:

Питон скрипты?

Нет я говорю конкретно про xml

2 минуты назад, StranikS_Scan сказал:

Если меняете через xml-то опять таки можно через Орион перезагружать в запущенном клиенте xml-ки.

А вот про это хотелось бы поподробние

Share this post


Link to post

Short link
Share on other sites
6 часов назад, Spectr20 сказал:

А вот про это хотелось бы поподробние

 

Копался я в этом коде. Насколько я понимаю, редактируете положение эмблем через xml-файлы в scripts/item_defs/?

Если да - в Орионе напишите следующее:

import items.vehicles
from CurrentVehicle import g_currentPreviewVehicle, g_currentVehicle

items.vehicles.init(True, None)
if g_currentPreviewVehicle._CurrentPreviewVehicle__vehAppearance:
	g_currentPreviewVehicle._CurrentPreviewVehicle__vehAppearance.refreshVehicle(g_currentPreviewVehicle.item)
else:
	g_currentVehicle.refreshModel()

При нажатии Shift+F5 клиент подвиснет на несколько секунд, после чего положение эмблем должно обновиться.

Но я бы все же посоветовал подогнать положение эмблем через конфиг Ремодомода.

Share this post


Link to post

Short link
Share on other sites
1 час назад, Polyacov_Yury сказал:

При нажатии Shift+F5 клиент подвиснет

Нажимаю Shift+F5 и не чего не происходит

Share this post


Link to post

Short link
Share on other sites
1 минуту назад, Spectr20 сказал:

Нажимаю Shift+F5 и не чего не происходит

 

Нажимать надо в Орионе, не в клиенте. И клиент должен быть запущен не через лончер, а через Орион.

Share this post


Link to post

Short link
Share on other sites
4 минуты назад, Polyacov_Yury сказал:

Нажимать надо в Орионе, не в клиенте. И клиент должен быть запущен не через лончер, а через Орион.

Так и делаю и ничего

И после всех действий если пытаюсь переключится на другой танк колесо загрузки зависает

Share this post


Link to post

Short link
Share on other sites
1 минуту назад, Spectr20 сказал:

Так и делаю и ничего

Код копировали, который я привел?

Share this post


Link to post

Short link
Share on other sites
Только что, Polyacov_Yury сказал:

Код копировали, который я привел?

Да

Share this post


Link to post

Short link
Share on other sites
1 минуту назад, Spectr20 сказал:

Да

Ну тогда не знаю. Разве что могу скриншот попросить.

Share this post


Link to post

Short link
Share on other sites

7cb8f9c2f58d.png

1 минуту назад, Polyacov_Yury сказал:

Ну тогда не знаю. Разве что могу скриншот попросить.

Вот

Share this post


Link to post

Short link
Share on other sites
1 минуту назад, Spectr20 сказал:

7cb8f9c2f58d.png

Вот

 

Ага. Это называется не "ничего не происходит", а "клиент выдал ошибку". Можете привести содержимое окна Ориона в текстовом формате под спойлером?

Share this post


Link to post

Short link
Share on other sites
2 минуты назад, Polyacov_Yury сказал:

Ага. Это называется не "ничего не происходит", а "клиент выдал ошибку". Можете привести содержимое окна Ориона в текстовом формате под спойлером?

Вот

 

Цитата

>>> PjOrion: 1.3.5.501 23/08/2017 (C) StranikS_Scan for http://www.koreanrandom.com/forum/
>>> Python connected: 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59) [MSC v.1500 32 bit (Intel)]
<<< sys:1: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
>>> Orion syntax: @!abc -> print abc; @!(abc) -> pprint(abc); @!!module -> import module
>>> Decompile operation completed!
>>> Connection to WOT: v.0.9.20.1.4 build 667 [G:\World_of_Tanks\]
>>> Start the game...
*** WOT-Transmission initialization completed!
*** You are in the __main__ module, use a WOT-Transmission menu command to work with the client
*** =====================================================================================
*** ConfigDefault encoding set to utf-8
*** NOTE(scripts/client/post_processing/__init__.py, 271): The quality = 3 was selected.
*** NOTE(scripts/client/post_processing/__init__.py, 271): The quality = 4 was selected.
*** [MOD] mod loaded: mod_infopanel
*** [XFW] Version: 5.0.0
*** [XFW] Working dir: mods
*** [XFW] Loading mod: xvm_main
***  0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_main] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_main]          Game version:  0.9.20.1.4
*** [XFW][xvm_main]          Compatible:    0.9.20.1.1
*** [XFW][xvm_main]          Please look for updates on the mod's website:
*** [XFW][xvm_main]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_autologin 0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_autologin] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_autologin]          Game version:  0.9.20.1.4
*** [XFW][xvm_autologin]          Compatible:    0.9.20.1.1
*** [XFW][xvm_autologin]          Please look for updates on the mod's website:
*** [XFW][xvm_autologin]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_battle
***  0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_battle] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_battle]          Game version:  0.9.20.1.4
*** [XFW][xvm_battle]          Compatible:    0.9.20.1.1
*** [XFW][xvm_battle]          Please look for updates on the mod's website:
*** [XFW][xvm_battle]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_battleresults
***  0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_battleresults] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_battleresults]          Game version:  0.9.20.1.4
*** [XFW][xvm_battleresults]          Compatible:    0.9.20.1.1
*** [XFW][xvm_battleresults]          Please look for updates on the mod's website:
*** [XFW][xvm_battleresults]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_contacts 0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_contacts] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_contacts]          Game version:  0.9.20.1.4
*** [XFW][xvm_contacts]          Compatible:    0.9.20.1.1
*** [XFW][xvm_contacts]          Please look for updates on the mod's website:
*** [XFW][xvm_contacts]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_crew 0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_crew] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_crew]          Game version:  0.9.20.1.4
*** [XFW][xvm_crew]          Compatible:    0.9.20.1.1
*** [XFW][xvm_crew]          Please look for updates on the mod's website:
*** [XFW][xvm_crew]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_equip 0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_equip] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_equip]          Game version:  0.9.20.1.4
*** [XFW][xvm_equip]          Compatible:    0.9.20.1.1
*** [XFW][xvm_equip]          Please look for updates on the mod's website:
*** [XFW][xvm_equip]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_export 0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_export] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_export]          Game version:  0.9.20.1.4
*** [XFW][xvm_export]          Compatible:    0.9.20.1.1
*** [XFW][xvm_export]          Please look for updates on the mod's website:
*** [XFW][xvm_export]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_hangar 0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_hangar] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_hangar]          Game version:  0.9.20.1.4
*** [XFW][xvm_hangar]          Compatible:    0.9.20.1.1
*** [XFW][xvm_hangar]          Please look for updates on the mod's website:
*** [XFW][xvm_hangar]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_hotfix 0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_hotfix] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_hotfix]          Game version:  0.9.20.1.4
*** [XFW][xvm_hotfix]          Compatible:    0.9.20.1.1
*** [XFW][xvm_hotfix]          Please look for updates on the mod's website:
*** [XFW][xvm_hotfix]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_integrity 0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_integrity] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_integrity]          Game version:  0.9.20.1.4
*** [XFW][xvm_integrity]          Compatible:    0.9.20.1.1
*** [XFW][xvm_integrity]          Please look for updates on the mod's website:
*** [XFW][xvm_integrity]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_limits 0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_limits] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_limits]          Game version:  0.9.20.1.4
*** [XFW][xvm_limits]          Compatible:    0.9.20.1.1
*** [XFW][xvm_limits]          Please look for updates on the mod's website:
*** [XFW][xvm_limits]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_online 0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_online] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_online]          Game version:  0.9.20.1.4
*** [XFW][xvm_online]          Compatible:    0.9.20.1.1
*** [XFW][xvm_online]          Please look for updates on the mod's website:
*** [XFW][xvm_online]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_ping
***  0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_ping] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_ping]          Game version:  0.9.20.1.4
*** [XFW][xvm_ping]          Compatible:    0.9.20.1.1
*** [XFW][xvm_ping]          Please look for updates on the mod's website:
*** [XFW][xvm_ping]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_profile 0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_profile] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_profile]          Game version:  0.9.20.1.4
*** [XFW][xvm_profile]          Compatible:    0.9.20.1.1
*** [XFW][xvm_profile]          Please look for updates on the mod's website:
*** [XFW][xvm_profile]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_profiler 0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_profiler] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_profiler]          Game version:  0.9.20.1.4
*** [XFW][xvm_profiler]          Compatible:    0.9.20.1.1
*** [XFW][xvm_profiler]          Please look for updates on the mod's website:
*** [XFW][xvm_profiler]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_quests 0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_quests] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_quests]          Game version:  0.9.20.1.4
*** [XFW][xvm_quests]          Compatible:    0.9.20.1.1
*** [XFW][xvm_quests]          Please look for updates on the mod's website:
*** [XFW][xvm_quests]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_sounds 0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_sounds] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_sounds]          Game version:  0.9.20.1.4
*** [XFW][xvm_sounds]          Compatible:    0.9.20.1.1
*** [XFW][xvm_sounds]          Please look for updates on the mod's website:
*** [XFW][xvm_sounds]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_squad 0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_squad] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_squad]          Game version:  0.9.20.1.4
*** [XFW][xvm_squad]          Compatible:    0.9.20.1.1
*** [XFW][xvm_squad]          Please look for updates on the mod's website:
*** [XFW][xvm_squad]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_tankcarousel 0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_tankcarousel] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_tankcarousel]          Game version:  0.9.20.1.4
*** [XFW][xvm_tankcarousel]          Compatible:    0.9.20.1.1
*** [XFW][xvm_tankcarousel]          Please look for updates on the mod's website:
*** [XFW][xvm_tankcarousel]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_techtree 0.9.20.1.1 (https://modxvm.com/)
***  0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_ping] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_ping]          Game version:  0.9.20.1.4
*** [XFW][xvm_ping]          Compatible:    0.9.20.1.1
*** [XFW][xvm_ping]          Please look for updates on the mod's website:
*** [XFW][xvm_ping]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_profile 0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_profile] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_profile]          Game version:  0.9.20.1.4
*** [XFW][xvm_profile]          Compatible:    0.9.20.1.1
*** [XFW][xvm_profile]          Please look for updates on the mod's website:
*** [XFW][xvm_profile]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_profiler 0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_profiler] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_profiler]          Game version:  0.9.20.1.4
*** [XFW][xvm_profiler]          Compatible:    0.9.20.1.1
*** [XFW][xvm_profiler]          Please look for updates on the mod's website:
*** [XFW][xvm_profiler]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_quests 0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_quests] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_quests]          Game version:  0.9.20.1.4
*** [XFW][xvm_quests]          Compatible:    0.9.20.1.1
*** [XFW][xvm_quests]          Please look for updates on the mod's website:
*** [XFW][xvm_quests]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_sounds 0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_sounds] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_sounds]          Game version:  0.9.20.1.4
*** [XFW][xvm_sounds]          Compatible:    0.9.20.1.1
*** [XFW][xvm_sounds]          Please look for updates on the mod's website:
*** [XFW][xvm_sounds]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_squad 0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_squad] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_squad]          Game version:  0.9.20.1.4
*** [XFW][xvm_squad]          Compatible:    0.9.20.1.1
*** [XFW][xvm_squad]          Please look for updates on the mod's website:
*** [XFW][xvm_squad]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_tankcarousel 0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_tankcarousel] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_tankcarousel]          Game version:  0.9.20.1.4
*** [XFW][xvm_tankcarousel]          Compatible:    0.9.20.1.1
*** [XFW][xvm_tankcarousel]          Please look for updates on the mod's website:
*** [XFW][xvm_tankcarousel]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_techtree 0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_techtree] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_techtree]          Game version:  0.9.20.1.4
*** [XFW][xvm_techtree]          Compatible:    0.9.20.1.1
*** [XFW][xvm_techtree]          Please look for updates on the mod's website:
*** [XFW][xvm_techtree]           https://modxvm.com/en/download-xvm/
*** [XFW] Loading mod: xvm_tooltips 0.9.20.1.1 (https://modxvm.com/)
*** [XFW][xvm_tooltips] WARNING: Mod is not tested for compatibility with the current version of the game
*** [XFW][xvm_tooltips]          Game version:  0.9.20.1.4
*** [XFW][xvm_tooltips]          Compatible:    0.9.20.1.1
*** [XFW][xvm_tooltips]          Please look for updates on the mod's website:
*** [XFW][xvm_tooltips]           https://modxvm.com/en/download-xvm/
*** [MOD] mod loaded: mod_GunConstraints
*** [MOD] mod loaded: mod_damagelog
*** [NOTE] Loading mod: calculator_rankings_battle, [v.0.2.1 WOT: v.0.9.20.1.4 #667] by Ekspoint
*** -------------------------------------------------------------------------
*** [calculator_rankings_battle]: Config file [mod_calculator_rankings_battle.json] successfully loaded
*** -------------------------------------------------------------------------
*** [NOTE] package loaded: vxBattleFlash v.1.5.1 #19 by PolarFox (WoT 0.9.20.0)
*** [BATTLE_OBSERVER_INFO] MOD START LOADING: Battle Observer by Armagomen 1.10.2 - 0.9.20.1
*** [BATTLE_OBSERVER_INFO] START UPDATE USER CONFIGURATION: default_Minimal
*** [BATTLE_OBSERVER_INFO] CONFIGURATION UPDATE COMPLETED: default_Minimal
*** [BATTLE_OBSERVER_INFO] MOD LOADING COMPLETED
*** [NOTE] package loaded: vxSettingsApi v.1.7.1 #7 by PolarFox (WoT 0.9.20.1)
*** [MOD] mod loaded: mod_sights
*** 
*** [\xc7\xc0\xc3\xd0\xd3\xc7\xca\xc0]:  [\xcc\xee\xe4: "\xdd\xea\xe8\xef\xe0\xe6", \xe0\xe2\xf2\xee\xf0: spoter forked by WOTsite.net (http://wotsite.net/12177)]
*** [\xc8\xcd\xd4\xce]:      [\xcc\xee\xe4: "\xdd\xea\xe8\xef\xe0\xe6" \xc2\xfb\xe1\xf0\xe0\xed \xff\xe7\xfb\xea: \xd0\xf3\xf1\xf1\xea\xe8\xe9...]
*** [\xc8\xcd\xd4\xce]:      [\xcc\xee\xe4: "\xdd\xea\xe8\xef\xe0\xe6", v4.04(18.11.2015) \xef\xf0\xe8\xec\xe5\xed\xe5\xed\xe8\xe5 \xed\xe0\xf1\xf2\xf0\xee\xe5\xea...]
*** 
*** [BATTLE_OBSERVER_ERROR] global name 'DEFAULT_LANGUAGE' is not defined
*** NOTE(scripts/client/helpers/statistics.py, 232): HANGAR LOADING STATE: LOGIN - 26.906999588
*** NOTE(scripts/client/connection_mgr.py, 242): User authentication method: token2
*** NOTE(scripts/client/helpers/statistics.py, 232): HANGAR LOADING STATE: CONNECTED - 28.3020000458
*** NOTE(scripts/client/account_helpers/settings_core/options.py, 722): Change state of voip: (True,)
*** NOTE(scripts/client/helpers/statistics.py, 232): HANGAR LOADING STATE: SHOW GUI - 29.3229999542
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** NOTE(scripts/client/helpers/statistics.py, 232): HANGAR LOADING STATE: QUESTS SYNC - 38.4440002441
*** NOTE(scripts/client/helpers/statistics.py, 232): HANGAR LOADING STATE: USS SYNC - 38.561000824
*** NOTE(scripts/client/helpers/statistics.py, 232): HANGAR LOADING STATE: SPACE LOADING START - 38.6040000916
*** NOTE(scripts/client/game.py, 463): [SPACE] Loading space: spaces/hangar_premium_v2
*** NOTE(scripts/client/helpers/statistics.py, 232): HANGAR LOADING STATE: VEHICLE LOADING START - 38.6790008545
*** NOTE(scripts/client/helpers/statistics.py, 232): HANGAR LOADING STATE: VEHICLE LOADING END - 40.2529983521
*** NOTE(scripts/client/helpers/statistics.py, 232): HANGAR LOADING STATE: SPACE LOADING END - 40.4679985046
*** NOTE(scripts/client/helpers/statistics.py, 232): HANGAR LOADING STATE: HANGAR READY - 40.46900177
*** NOTE(scripts/client/helpers/statistics.py, 259): HANGAR LOADING STATE: SUMMARY TOTAL = 13.562002182
*** WARNING(scripts/client/gui/Scaleform/framework/managers/containers.py, 1210): Loading of view Hangar[0x33b31170]=[key=ViewKey[alias=hangar, name=hangar], scope=SimpleScope[0x1b86f570]=[scopeType=subView, parentScope=SimpleScope[0x1b86f4f0]=[scopeType=view, parentScope=GlobalScope[0x1b86f4b0]=[scopeType=global, parentScope=None]]], state=0] is requested but the container subView is still not exist!
*** ERROR(scripts/common/items/vehicles.py, 1645): (compact descriptor to XML mismatch?) ('!\xe9\xb2\x00(\x00\xcb\x00\x00\x00\x9d\x00`\x00\x07\x15\x00\x05\x00\x12\x00',)
*** Traceback (most recent call last):
***   File "scripts/client/gui/Scaleform/daapi/view/lobby/vehicle_carousel/carousel_environment.py", line 120, in selectVehicle
***   File "scripts/client/gui/Scaleform/daapi/view/lobby/vehicle_carousel/carousel_data_provider.py", line 216, in selectVehicle
***   File "mod_calculator_rankings_battle", line 115, in <lambda>
***   File "mod_calculator_rankings_battle", line 68, in event_handler
***   File "scripts/client/CurrentVehicle.py", line 369, in selectVehicle
***   File "scripts/client/CurrentVehicle.py", line 446, in _selectVehicle
***   File "scripts/client/CurrentVehicle.py", line 232, in refreshModel
***   File "scripts/client/gui/shared/utils/HangarSpace.py", line 232, in updateVehicle
***   File "scripts/client/gui/shared/gui_items/Vehicle.py", line 1597, in getCustomizedDescriptor
***   File "scripts/common/items/vehicles.py", line 1918, in VehicleDescr
***   File "scripts/common/items/vehicles.py", line 487, in __init__
***   File "scripts/common/items/vehicles.py", line 1548, in __initFromCompactDescr
***   File "scripts/common/items/vehicles.py", line 7178, in _splitVehicleCompactDescr
***   File "scripts/common/items/vehicles.py", line 2576, in vehicle
***   File "scripts/common/items/vehicles.py", line 2269, in __init__
***   File "scripts/common/items/vehicles.py", line 3808, in _readHull
***   File "scripts/common/items/vehicles.py", line 3835, in __readExhaustEffect
*** KeyError: 'exhaust'
*** NOTE(scripts/client/helpers/statistics.py, 232): HANGAR LOADING STATE: DISCONNECTED - 199.897994995
*** WARNING(scripts/client/account_helpers/CustomFilesCache.py, 34): Method "close" takes too much time 0.131999969482
*** PostProcessing.Phases.fini()
*** [BATTLE_OBSERVER_INFO] MOD shutting down: Battle Observer by Armagomen 1.10.2 - 0.9.20.1
*** WARNING(scripts/client/account_helpers/CustomFilesCache.py, 34): Method "close" takes too much time 0.12700009346
>>> WOT-Transmission closed

 

Share this post


Link to post

Short link
Share on other sites

Интересно. Ну для начала я бы хотел посоветовать обновить XVM.

Share this post


Link to post

Short link
Share on other sites
4 минуты назад, Polyacov_Yury сказал:

Интересно. Ну для начала я бы хотел посоветовать обновить XVM.

Ок я попробую на чистом клиенте

14 минут назад, Polyacov_Yury сказал:

Интересно. Ну для начала я бы хотел посоветовать обновить XVM.

Та же беда на чистом клиенте 

Цитата

>>> PjOrion: 1.3.5.501 23/08/2017 (C) StranikS_Scan for http://www.koreanrandom.com/forum/
>>> Python connected: 2.7.13 (v2.7.13:a06454b1afa1, Dec 17 2016, 20:42:59) [MSC v.1500 32 bit (Intel)]
<<< sys:1: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
>>> Orion syntax: @!abc -> print abc; @!(abc) -> pprint(abc); @!!module -> import module
>>> Connection to WOT: v.0.9.20.1.4 build 667 [G:\World_of_Tanks\]
>>> Start the game...
*** WOT-Transmission initialization completed!
*** You are in the __main__ module, use a WOT-Transmission menu command to work with the client
*** =====================================================================================
*** ConfigDefault encoding set to utf-8
*** NOTE(scripts/client/post_processing/__init__.py, 271): The quality = 3 was selected.
*** NOTE(scripts/client/post_processing/__init__.py, 271): The quality = 4 was selected.
*** NOTE(scripts/client/helpers/statistics.py, 232): HANGAR LOADING STATE: LOGIN - 16.5400009155
*** NOTE(scripts/client/connection_mgr.py, 242): User authentication method: token2
*** NOTE(scripts/client/helpers/statistics.py, 232): HANGAR LOADING STATE: CONNECTED - 19.6410007477
*** NOTE(scripts/client/account_helpers/settings_core/options.py, 722): Change state of voip: (True,)
*** NOTE(scripts/client/helpers/statistics.py, 232): HANGAR LOADING STATE: SHOW GUI - 20.6380004883
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** WARNING(scripts/common/items/tankmen.py, 1238): tankmen.hasTagInTankmenGroup: wrong value of the groupID (index out of range) (-1,)
*** NOTE(scripts/client/helpers/statistics.py, 232): HANGAR LOADING STATE: QUESTS SYNC - 28.4230003357
*** NOTE(scripts/client/helpers/statistics.py, 232): HANGAR LOADING STATE: USS SYNC - 28.5400009155
*** NOTE(scripts/client/helpers/statistics.py, 232): HANGAR LOADING STATE: SPACE LOADING START - 28.5820007324
*** NOTE(scripts/client/game.py, 463): [SPACE] Loading space: spaces/hangar_premium_v2
*** NOTE(scripts/client/helpers/statistics.py, 232): HANGAR LOADING STATE: VEHICLE LOADING START - 28.6639995575
*** WARNING(scripts/client/gui/Scaleform/framework/managers/containers.py, 1210): Loading of view Hangar[0x2a0f4570]=[key=ViewKey[alias=hangar, name=hangar], scope=SimpleScope[0x1c7fb570]=[scopeType=subView, parentScope=SimpleScope[0x1c7fb4f0]=[scopeType=view, parentScope=GlobalScope[0x1c7fb4b0]=[scopeType=global, parentScope=None]]], state=0] is requested but the container subView is still not exist!
*** NOTE(scripts/client/helpers/statistics.py, 232): HANGAR LOADING STATE: VEHICLE LOADING END - 29.5160007477
*** NOTE(scripts/client/helpers/statistics.py, 232): HANGAR LOADING STATE: SPACE LOADING END - 30.6270008087
*** NOTE(scripts/client/helpers/statistics.py, 232): HANGAR LOADING STATE: HANGAR READY - 30.6280002594
*** NOTE(scripts/client/helpers/statistics.py, 259): HANGAR LOADING STATE: SUMMARY TOTAL = 14.0879993439

 

Share this post


Link to post

Short link
Share on other sites

Так. Дайте-ка xml свою, сяду потыкаю.

Так. Приведенный мной метод не работает. Видимо, items.vehicles.init() нельзя вызывать, если игрок находится в ангаре. Полезно знать.

Короче говоря, единственный метод для точной подгонки слотов, который не будет ронять клиент - это Ремодомод.

Share this post


Link to post

Short link
Share on other sites
13 часов назад, Polyacov_Yury сказал:

Короче говоря, единственный метод для точной подгонки слотов, который не будет ронять клиент - это Ремодомод.

Чёт я тупой совсем как именно это сделать

Share this post


Link to post

Short link
Share on other sites
9 часов назад, Spectr20 сказал:

Чёт я тупой совсем как именно это сделать

 

Устанавливаете Ремодомод. Создаете "ремод" из того танка, на котором правите слоты. Открываете mods/configs/PYmods/RemodEnabler/remods/ваш_файл.json. Находите там Ваш слот и редактируете его поля. Возвращаетесь в окно игры, открываете-закрываете окошко настроек Ремодомода (на это подвешена перезагрузка конфигов) и видите результат. Повторять до удовлетворения.

Share this post


Link to post

Short link
Share on other sites
Guest
This topic is now closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...