Jump to content
Korean Random

Ragnarocek

User
  • Content Count

    97
  • Joined

  • Last visited

Posts 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. @soulza: I'll answer your PM here just in case other people are also interested by that.

     

    Download the latest version of the mod here and you'll be able to add stuff before and after the players names by editing chat.xc. The default version inserts the player flag before its name, but only for the message author (not the targets).

    attachicon.gifmod_chat_color-2.jpg

     

    To add your fruit images, you probably want to change both authorPrefix and prefix with something like that:

        // Prefix for the message author
        "authorPrefix": "<img src='cfg://soulzaskehoblue/keho/fruit/{xr:.0f}.png' width='12' height='12'>",
        // Prefix for target players
        "prefix": "<img src='cfg://soulzaskehoblue/keho/fruit/{xr:.0f}.png' width='12' height='12'>",
    

    Note that this does not use the XVM macros formatting because this is not available from Python scripts (or I'm too stupid to figure out how to do). The formatting comes from Python with named arguments whose list is given in chat.xc comment.

    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 ?


  3. Downloaded, deleted old version, added new and still nothing. Just the same thing like before.

     

    shot_005.jpg

    shot_007.jpg

     

    http://www.megafileupload.com/p4v3/python.log

    http://www.megafileupload.com/p4v4/xvm.log

    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

    20KYcYd.png

     

    That should solve your problem.


  4. Well, why are you in every line add {{ButtonGeneral}} & {{ButtonReset}}?

    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...


  5. >but buttons under every line are still there

    What?

    post-23106-0-69034100-1480462764.png

    "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>",
    

  6. Обновлено:

    • удалены параметры: showResetButton, textResetButton, showStatByTank, textGeneralPageButton, textByTankPageButton
    • добавлена секция Button, для настройки кнопок
    • добавлены макросы: {{ButtonTanks}}, {{ButtonReset}}, {{ButtonGeneral}}
    • кнопки теперь в виде ссылок

    F2ERW3_qLz0.jpg

    something is wrong with stats by tanks:

    post-23106-0-71239100-1480461027.png

    - spaces (tabs) are unerlined

    - "buttons" are under every tank stat line


  7. I can't tell right now whether it should work or not in general, but in the code you posted there's a quote missing before #000000".

    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:

    post-23106-0-59024200-1480249119_thumb.png

×
×
  • Create New...