Jump to content
Korean Random

Dakado

User
  • Posts

    17
  • Joined

  • Last visited

Everything posted by Dakado

  1. Build 8673 seems to work so far it worked entire day without any problems.
  2. WG is not sharing that kind of info via API so never.
  3. Yesterday it stopped working again, today I downloaded lastest build, I also replaced all configs, but cannot get it to work.
  4. I am using "wn8" as it is said in the comment above the section. Should I write xwn8 in there instead ?
  5. Deleting that folder did not solve the issue. Last XVM build solved the issue.
  6. Hi, I want to use custom colors for wn8 rating. So I went to colors config and defined my custom colors here: // Dynamic color by various statistical parameters. "colorRating": { "very_bad": "0xCD3333", "bad": "0xCF7805", "avg": "0xF7D208", "normal": "0xF8F400", "good": "0x60FF00", "very_good": "0x4B772A", "great": "0x108DCC", "unique": "0x84569E", "super_unicum": "0x5A2D76" }, This works pretty good, cause the colors are changed, but the problem is I tried to define custom ranges for WN8 rating, but that is not working at all, the default wn8 ranges are still in use even though I have done the following: // Current scales values for ratings are listed on this page: https://modxvm.com/en/ratings/xvm-scale/colors/ // Custom dynamic colors by ratings. // If you want use your own color scales, // uncomment this block and replace "rating_name" to one of this values: "eff", "wn8", "wtr", "wgr" "wn8": [ { "value": 0, "color": ${"def.colorRating.very_bad" } }, { "value": 599, "color": ${"def.colorRating.bad" } }, { "value": 899, "color": ${"def.colorRating.avg" } }, { "value": 1249, "color": ${"def.colorRating.good" } }, { "value": 1600, "color": ${"def.colorRating.very_good"} }, { "value": 1899, "color": ${"def.colorRating.great" } }, { "value": 2350, "color": ${"def.colorRating.unique" } }, { "value": 2899, "color": ${"def.colorRating.super_unicum" } } ], Can you help me please ? What did I do wrong ?
  7. I tried, It was warking for 1 game I was so happy but, second game already with the same problem...
  8. Python log has over 140 MB so I would need to delete it. I have py_macro and all configs in the folder from a fresh download. xvm – upload.log
  9. 2018-10-14 16:41:54: Config loaded. Region: EU (detected), Language: en (detected) 2018-10-14 16:41:59: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_main\python\python_macro.py", line 128, in load_macros_lib execute(code, file_name, {'xvm': XvmNamespace}) File "res_mods/mods/xfw_packages\xvm_main\python\python_macro.py", line 112, in execute raise ExecutionException("{} at file '{}' line {}: {}".format(error_name, file_name, line_number, message)) ExecutionException: ImportError at file 'res_mods/configs/xvm/py_macro\repairTime.py' line 2: cannot import name as_event 2018-10-14 16:41:59: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_main\python\python_macro.py", line 128, in load_macros_lib execute(code, file_name, {'xvm': XvmNamespace}) File "res_mods/mods/xfw_packages\xvm_main\python\python_macro.py", line 112, 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\tooltips_shell.py' line 41: 'NoneType' object has no attribute 'asString' 2018-10-14 16:41:59: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_main\python\python_macro.py", line 128, in load_macros_lib execute(code, file_name, {'xvm': XvmNamespace}) File "res_mods/mods/xfw_packages\xvm_main\python\python_macro.py", line 112, in execute raise ExecutionException("{} at file '{}' line {}: {}".format(error_name, file_name, line_number, message)) ExecutionException: NameError at file 'res_mods/configs/xvm/py_macro\xvm_debug.py' line 64: global name 'as_callback' is not defined 2018-10-14 16:42:00: [X:000] Loading swf mods: 2018-10-14 16:42:00: [X:001] xvm_lobby/as_lobby/xvm_lobby.swf 2018-10-14 16:42:01: [L:002] onLibLoaded: ../../res_mods/mods/xfw_packages/xvm_lobby/as_lobby/xvm_lobby.swf 2018-10-14 16:42:01: [L:003] [XVM:LOBBY] processView: login 2018-10-14 16:42:01: [L:004] [XFW] Mod loaded: xvm_lobby.swf 2018-10-14 16:42:01: [L:005] onLibLoaded: gui/flash/battleResults.swf 2018-10-14 16:42:01: [L:006] onLibLoaded: gui/flash/TankCarousel.swf 2018-10-14 16:42:01: [L:007] onLibLoaded: gui/flash/nodesLib.swf 2018-10-14 16:42:01: [L:008] onLibLoaded: gui/flash/crew.swf 2018-10-14 16:42:01: [L:009] onLibLoaded: ../../res_mods/mods/xfw_packages/xvm_lobby/as_lobby/xvm_lobby_ui.swf 2018-10-14 16:42:11: [INFO] HTTPS: /4.0/getToken/05a189ab-****-****-****-********caa5/514157366 2018-10-14 16:42:11: [INFO] Time: 122 ms, Size: 276 (276) bytes 2018-10-14 16:42:11: [INFO] HTTPS: /4.0/getVersionWithLimit/05a189ab-****-****-****-********caa5/514157366/50 2018-10-14 16:42:11: [INFO] Time: 95 ms, Size: 10838 (10838) bytes 2018-10-14 16:42:30: [INFO] HTTPS: /4.0/getToken/05a189ab-****-****-****-********caa5/514157366 2018-10-14 16:42:31: [INFO] Time: 99 ms, Size: 276 (276) bytes 2018-10-14 16:42:31: [INFO] HTTPS: /4.0/getVersionWithLimit/05a189ab-****-****-****-********caa5/514157366/50 2018-10-14 16:42:31: [INFO] Time: 97 ms, Size: 10838 (10838) bytes 2018-10-14 16:42:32: [L:010] onLibLoaded: gui/flash/guiControlsLobbyBattleDynamic.swf 2018-10-14 16:42:32: [L:011] onLibLoaded: gui/flash/guiControlsLobbyDynamic.swf 2018-10-14 16:42:32: [L:012] onLibLoaded: gui/flash/popovers.swf 2018-10-14 16:42:32: [L:013] onLibLoaded: gui/flash/IconLibrary.swf 2018-10-14 16:42:32: [L:014] [XVM:LOBBY] processView: lobby 2018-10-14 16:42:33: xvm_integrity results: incorrect! hash mismatch in file: re
  10. I have copied new folder from fresh download and still I cannot see stats in game.
  11. Same problem, but I can see stats in the garage, but not in game. After logging in I can see that my XVM services are activated.
  12. Hello, my XVM stopped workign after I installed the new version for the WoT 1.2. The mod is loaded correctly, I can see the table with info that my XVM online services are active, also I can see colored winrates and damages in my stats section in the garage. I can even see my WN8 in the garage, which is very weird, because I cannot see even my own WN8 during battle. Even in the game I can see features that I have enabled like seeing who has been spotted, team HP pool etc. But I cannot see stats of anyone including me. From XVM log: 2018-10-13 00:23:30: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_main\python\python_macro.py", line 156, in process_python_macro (func, deterministic) = get_function(arg) File "res_mods/mods/xfw_packages\xvm_main\python\python_macro.py", line 147, in get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='xvm.formatDate('%Y-%m-%d')' 2018-10-13 00:23:30: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_main\python\python_macro.py", line 156, in process_python_macro (func, deterministic) = get_function(arg) File "res_mods/mods/xfw_packages\xvm_main\python\python_macro.py", line 147, in get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='winrate_next(0.5)' 2018-10-13 00:23:30: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_main\python\python_macro.py", line 156, in process_python_macro (func, deterministic) = get_function(arg) File "res_mods/mods/xfw_packages\xvm_main\python\python_macro.py", line 147, in get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='winrate_next(1)' 2018-10-13 00:23:31: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_main\python\python_macro.py", line 156, in process_python_macro (func, deterministic) = get_function(arg) File "res_mods/mods/xfw_packages\xvm_main\python\python_macro.py", line 147, in get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='xvm.formatDate('%Y-%m-%d')' 2018-10-13 00:23:31: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_main\python\python_macro.py", line 156, in process_python_macro (func, deterministic) = get_function(arg) File "res_mods/mods/xfw_packages\xvm_main\python\python_macro.py", line 147, in get_function (func, deterministic) = _container.get(func_name) TypeError: 'NoneType' object is not iterable arg='winrate_next(0.5)' If you need any additional info I will be happy to provide it. Thanks, Dakado
×
×
  • Create New...