Jump to content
Korean Random

Aslain

User
  • Content Count

    727
  • Joined

  • Last visited

  • Days Won

    65

Aslain last won the day on April 4

Aslain had the most liked content!

Community Reputation

403 ⭐⭐⭐

6 Followers

About Aslain

  • Birthday 03/28/1976

Basic information

  • Gender
    Мужчина

Contacts

  • Nick
    Aslain

Recent Profile Visitors

12,928 profile views
  1. Updated WG ELITE version - adjusted the gap between panel text field and contour icons on the ally side
  2. Try: infoChargedShell.py @registerEvent(ConsumablesPanel, '_onShellsAdded') def infoChargedShell_onShellsAdded(self, intCD, descriptor, quantity, *args, **kwargs): if config.get('sight/enabled', True) and battle.isBattleTypeSupported: shellsUpdatedOrAdd(intCD, quantity)
  3. Updated the MT variant to today's micropatch
  4. Updated the MT variant to today's micropatch
  5. On the WG XVM 1.24: 2024-03-05 11:57:49.944: INFO: ============================= 2024-03-05 11:57:49.944: INFO: 2024-03-05 11:57:49: [ERROR] mods/xfw_libraries/xfw/events.pyc 2024-03-05 11:57:49.944: ERROR: Traceback (most recent call last): 2024-03-05 11:57:49.944: ERROR: File "./xfw/events.py", line 60, in __event_handler 2024-03-05 11:57:49.945: ERROR: File "./xfw/events.py", line 27, in fire 2024-03-05 11:57:49.945: ERROR: File "res_mods/configs/xvm/py_macro\infoChargedShell.py", line 175, in infoChargedShell_onShellsUpdated 2024-03-05 11:57:49.945: ERROR: shellsUpdatedOrAdd(intCD, quantity) 2024-03-05 11:57:49.945: ERROR: File "res_mods/configs/xvm/py_macro\infoChargedShell.py", line 152, in shellsUpdatedOrAdd 2024-03-05 11:57:49.945: ERROR: updateCurrentShell(intCD, ammoCtrl) 2024-03-05 11:57:49.945: ERROR: File "res_mods/configs/xvm/py_macro\infoChargedShell.py", line 131, in updateCurrentShell 2024-03-05 11:57:49.945: ERROR: damage = shotDescr.damage[0] 2024-03-05 11:57:49.945: ERROR: AttributeError: 'Shell' object has no attribute 'damage' 2024-03-05 11:57:49.945: INFO: ============================= 2024-03-05 11:59:17.836: INFO: ============================= 2024-03-05 11:59:17.836: INFO: 2024-03-05 11:59:17: [ERROR] mods/xfw_libraries/xfw/events.pyc 2024-03-05 11:59:17.836: ERROR: Traceback (most recent call last): 2024-03-05 11:59:17.836: ERROR: File "./xfw/events.py", line 60, in __event_handler 2024-03-05 11:59:17.837: ERROR: File "./xfw/events.py", line 27, in fire 2024-03-05 11:59:17.837: ERROR: File "res_mods/configs/xvm/py_macro\xvm\damageLog.py", line 1124, in Vehicle_showDamageFromShot 2024-03-05 11:59:17.837: ERROR: data.showDamageFromShot(self, *args, **kwargs) 2024-03-05 11:59:17.837: ERROR: File "res_mods/configs/xvm/py_macro\xvm\damageLog.py", line 521, in showDamageFromShot 2024-03-05 11:59:17.837: ERROR: self.hitShell(attackerID, effectsIndex, damageFactor) 2024-03-05 11:59:17.837: ERROR: File "res_mods/configs/xvm/py_macro\xvm\damageLog.py", line 460, in hitShell 2024-03-05 11:59:17.837: ERROR: self.typeShell(effectsIndex) 2024-03-05 11:59:17.837: ERROR: File "res_mods/configs/xvm/py_macro\xvm\damageLog.py", line 427, in typeShell 2024-03-05 11:59:17.837: ERROR: self.data['shellDamage'] = _shell.damage[0] 2024-03-05 11:59:17.837: ERROR: AttributeError: 'Shell' object has no attribute 'damage' 2024-03-05 11:59:17.837: INFO: ============================= 2024-03-05 11:52:34: [ERROR] Traceback (most recent call last): File "res_mods/mods/xfw_packages\xvm_tooltips\python\__init__.py", line 383, in CommonStatsBlockConstructor_construct damageAvg_str = formatNumber(shot.shell.damage[0]) AttributeError: 'Shell' object has no attribute 'damage' Example of fix:
  6. W XVM jest taki bardzo rzadki, ale jednak błąd, w wyniku którego czasami w danej sesji grania w grę nie załaduje niektórych czcionek używanych w danej konfiguracji XVM, przejawia się to tym właśnie jak pokazałeś i zwykle restart gry (lub czasami windowsa) naprawia to na jakiś czas. Jeśli jednak masz tak nonstop co byś nie robił, to znaczy że problem jest inny, najczęściej brak zainstalowanej czcionki użytej w danym konfigu XVM.
  7. I don't create such variant. Someone else would have to.
×
×
  • Create New...