Jump to content
Korean Random

Ragnarocek

User
  • Posts

    97
  • Joined

  • Last visited

Everything posted by Ragnarocek

  1. 2017-05-31 19:03:39.666: ERROR: Traceback (most recent call last): 2017-05-31 19:03:39.666: ERROR: File "scripts/client/gui/battle_control/arena_info/listeners.py", line 487, in __loadSpaceCallback 2017-05-31 19:03:39.667: ERROR: File "scripts/client/gui/battle_control/arena_info/listeners.py", line 522, in __onSpaceLoadCompleted 2017-05-31 19:03:39.667: ERROR: File "scripts/client/gui/battle_control/arena_info/listeners.py", line 102, in _invokeListenersMethod 2017-05-31 19:03:39.667: ERROR: File "scripts/client/gui/battle_control/controllers/arena_load_ctrl.py", line 36, in spaceLoadCompleted 2017-05-31 19:03:39.668: ERROR: File "scripts/client/Avatar.py", line 761, in onSpaceLoaded 2017-05-31 19:03:39.668: ERROR: File "scripts/client/Avatar.py", line 2860, in __onInitStepCompleted 2017-05-31 19:03:39.668: ERROR: File "mod_calculator_rankings_battle", line 106, in <lambda> 2017-05-31 19:03:39.669: ERROR: File "mod_calculator_rankings_battle", line 59, in event_handler 2017-05-31 19:03:39.669: ERROR: File "hru-hru", line 270, in ъкЮУЬ{©ђЩ.щҐ Ґ 2017-05-31 19:03:39.669: ERROR: File "scripts/client/Avatar.py", line 2944, in __startGUI 2017-05-31 19:03:39.669: ERROR: File "scripts/client/AvatarInputHandler/__init__.py", line 584, in start 2017-05-31 19:03:39.670: ERROR: File "scripts/client/AvatarInputHandler/MapCaseMode.py", line 405, in create 2017-05-31 19:03:39.670: ERROR: File "mods/xfw/python/xfw/events.py", line 69, in <lambda> 2017-05-31 19:03:39.670: ERROR: File "./res_mods/mods/packages\xvm_battle\python\camera.py", line 194, in _StrategicCamera_create 2017-05-31 19:03:39.671: ERROR: base(self, onChangeControlMode) 2017-05-31 19:03:39.671: ERROR: File "mod_zoom_extended", line 261, in <lambda> 2017-05-31 19:03:39.671: ERROR: File "mod_zoom_extended", line 562, in StrategicCamera_create 2017-05-31 19:03:39.671: ERROR: AttributeError: 'NoneType' object has no attribute '_StrategicAimingSystem__height' 2017-05-31 19:03:39.774: ERROR: Traceback (most recent call last): 2017-05-31 19:03:39.774: ERROR: File "scripts/client/helpers/CallbackDelayer.py", line 63, in __funcWrapper 2017-05-31 19:03:39.775: ERROR: File "scripts/client/VehicleGunRotator.py", line 1557, in __update 2017-05-31 19:03:39.775: ERROR: File "scripts/client/AvatarInputHandler/__init__.py", line 424, in getDesiredShotPoint 2017-05-31 19:03:39.775: ERROR: File "scripts/client/AvatarInputHandler/control_modes.py", line 233, in getDesiredShotPoint 2017-05-31 19:03:39.776: ERROR: AssertionError Is it conflict with mod_zoom_extended ? if yes, will be zoom mod updated pls ?
  2. damagelog.xc - "disabledSummaryStats": false, --> "disabledSummaryStats": true,
  3. hey all, is this mod functional after todays patch 0.9.18.0 ?
  4. colors are set in colors.xc and depending on rating settings which you have set on XVM page
  5. hey all, I would like to ask you what parameter "showWhenLess" does in "I am spotted" section. Thanks for reply
  6. What about to ability to define color scale (like in XVM) or switch for color source defined in colors.xc? It is possible to implement it ? Or where are colors taken from ?
  7. log is clean... try to delete cache: 1. go to: c:\Users\<profile name>\AppData\Roaming\Wargaming.net\WorldOfTanks\ and delete all directories (don't delete preferences.xml) 2. start game and then quit game 3. go to http://www.modxvm.com/en/sign in and activate services That should solve your problem.
  8. youre running old version of XVM - 2017-01-19 21:14:33: XVM Version : 6.5.0 download latest stable 6.5.2.1 and make a clean install...
  9. lol ? for byTankRow is only one line :D if you delete \n\n<p align='center'>{{ButtonGeneral}} {{ButtonReset}}</p> from the end of line, you can't get back to overall stats... an there is no other way how to place "buttons" in "by tanks" statistic page :) btw its in default config too...
  10. "byTankRow": "<font size='12'><textformat leading='-4' tabstops='[70,115,160]'><font color='#FFE6B3'>{{vehicle}}</font>\t<font color='{{g:rWIN}}'>{{winsCount}}/{{battlesCount}}</font>\t<font color='{{g:rDAMAGE}}'>{{avgDamage}}</font>\t<font color='{{g:WN8}}'>{{WN8}} ({{XWN8}})</font></textformat></font>\n\n<p align='center'>{{ButtonGeneral}} {{ButtonReset}}</p>",
  11. something is wrong with stats by tanks: - spaces (tabs) are unerlined - "buttons" are under every tank stat line
  12. damageLog.rar - ofc you need to add / change lines mentioned in my previous post...
  13. I figured it out: I've added to battleLabels.xc: ${ "battleLabelsTemplates.xc":"def.damageLogBg"}, battleLabelsTemplates: "damageLog": { "enabled": true, "updateEvent": "PY(ON_HIT)", "x": 240, "y": 0, "width": 300, "height": 233, "screenVAlign": "bottom", "shadow": { "distance": 1, "angle": 90, "alpha": 80, "blur": 5, "strength": 3 }, "textFormat": { "color": "0xF4EFE8", "size": 16 }, "format": "{{py:xvm.damageLog.dLog}}" }, "damageLogBg": { "enabled": "true", "x": 240, "y": 0, "width": 300, "height": 233, "alpha": 20, "bgColor": "0x000000", "screenVAlign": "bottom", "format": "" }, result:
  14. Hey all, I need some help with bgColor for damagelog. If I set: "bgColor": "#000000", - I got solid black suqre in panel position, so I need to set alpha If I set: "bgColor": { "color": #000000", "alpha": 60 }, background disappears What am I doing wrong ? Thx for help
  15. ok I trasnlated missing strings in czech lang and reviewed marked strings... so translation is complete now... is there some posibility to receive email notification with new strings that will need to be translated ?
×
×
  • Create New...