Jump to content
Korean Random

Budyx69

User
  • Content Count

    98
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Budyx69


  1. Hi,

     

    rhe "import re" is missing in "res_mods/mods/xfw_packages\xvm_main\python\utils.py"

     

    2021-03-03 14:56:01: [ERROR] Traceback (most recent call last):
      File "res_mods/mods/xfw_packages\xvm_main\python\xvmapi.py", line 82, in _exec
        (response, duration, errStr) = loadUrl(url, body=data)
      File "res_mods/mods/xfw_packages\xvm_main\python\loadurl.py", line 39, in loadUrl
        path_log = utils.hide_guid(u.path) if not XFW_NO_TOKEN_MASKING else u.path
      File "res_mods/mods/xfw_packages\xvm_main\python\utils.py", line 34, in hide_guid
        return re.sub('([0-9A-Fa-f]{8}-)[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{8}([0-9A-Fa-f]{4})',
    NameError: global name 're' is not defined

    • Upvote 1

  2. On 8/7/2020 at 2:50 PM, BuSH said:

    omg ... I show working config as example.

    you should use "uncompyle6" for all pyc files. then manual use pjorion for decompile ONE file RES_ICONS.pyc 

    image.png.f3f6e99ca3c91f25ca50dc6ca9355382.png

    manuall decompile is not comfortable for me.

    i have a batch file and follow error

     

    >>> Decompile folder: 'c: \ Install_Ambiente \ tmp'
    >>> --------------------------------- -----------------
    <<< Error: [Error 6] The handle is invalid
    >>> Output save to 'c: \ Install_Ambiente \ tmp \ RES_ICONS.py'
    >> > Files decompiled / found - 1/1 


  3. 1 hour ago, BuSH said:

    Шестерня крутит нормально так быстрее.

    select decompile method — fupy

     

    WOT-UnDec parameters

    decompiler_default = "uncompyle6"
    decompiler_extra = ["client\gui\Scaleform\locale\RES_ICONS.pyc":"fupy"]

    Как-то на досуге, сходил понюхал чем воняет тот батлнек из-за чего жирные логи не пролазят. Клацнул три кнопки и в погнали всякие pprint(BigWorld.player().__dict__). Хоть и лезет пару минут но успешно пролазит. Оно на 2+ порядка жирнее того дира что писал... 

      

     

    yes, fupy work with res_iconss.pyc but not with other files (example: antispam_message.pyc)


  4. i have a problem with command line:

     

    >>> Decompile folder: 'c:\Install_Ambiente\tmp'
    >>> --------------------------------------------------
    <<< Error: [Error 6] The handle is invalid
    >>> Output save to 'c:\Install_Ambiente\tmp\RES_ICONS.py'
    >>> Files decompiled/found - 1/1

     

    batch command: PjOrion.exe /decompile-folder-decompylepp "c:\Install_Ambiente\tmp"

     

     


  5. 4/8/2020 at 6:11 PM, night_dragon_on said:

    Addition: isColorBlind 

    This modification adds py_macro:

    • {{py: isColorBlind}}  - returns  'cb' if the option “Color blindness mode” is enabled in the client's settings , otherwise it returns empty. .
    • PY (ON_COLOR_CHANGED) - the event is triggered when the option is turned on / off in the client.

    Installation:

    1. Install XVM
    2. Put the script in the folder:
    
    
     

    Script:

    @ night_dragon_on

    here is a suggestion.  read directly from the settings. 

    work also in lobby

     

    isColorBlind.py

    • Upvote 1

  6. 2019-04-15 20:08:32.356: WARNING: Vehicle dossier for this user is empty
    2019-04-15 20:08:32.356: ERROR: Traceback (most recent call last):
    2019-04-15 20:08:32.356: ERROR:   File "scripts/client/gui/Scaleform/daapi/view/lobby/profile/ProfileTabNavigator.py", line 33, in registerFlashComponent
    2019-04-15 20:08:32.356: ERROR:   File "scripts/client/gui/Scaleform/framework/entities/BaseDAAPIComponent.py", line 83, in registerFlashComponent
    2019-04-15 20:08:32.356: ERROR:   File "scripts/client/gui/Scaleform/framework/entities/DisposableEntity.py", line 63, in create
    2019-04-15 20:08:32.357: ERROR:   File "scripts/client/gui/Scaleform/daapi/view/lobby/profile/ProfileTechnique.py", line 66, in _populate
    2019-04-15 20:08:32.357: ERROR:   File "scripts/client/gui/Scaleform/daapi/view/lobby/profile/ProfileSection.py", line 33, in _populate
    2019-04-15 20:08:32.357: ERROR:   File "scripts/client/gui/Scaleform/daapi/view/lobby/profile/ProfileSection.py", line 42, in requestDossier
    2019-04-15 20:08:32.357: ERROR:   File "scripts/client/gui/Scaleform/daapi/view/lobby/profile/ProfileTechniqueWindow.py", line 21, in invokeUpdate
    2019-04-15 20:08:32.357: ERROR:   File "scripts/client/gui/Scaleform/daapi/view/lobby/profile/ProfileTechnique.py", line 315, in _receiveVehicleDossier
    2019-04-15 20:08:32.357: ERROR: AttributeError: 'NoneType' object has no attribute 'getRandomStats' 

     

     

     

    • Upvote 1
×
×
  • Create New...