Scharfhobel
User-
Posts
1,450 -
Joined
-
Last visited
-
Days Won
7
Scharfhobel last won the day on May 2
Scharfhobel had the most liked content!
Reputation
223 ⭐⭐Recent Profile Visitors
10,001 profile views
-
Файл конфигурации. Configuration file. Сам мод: The mod itself: # Source Generated with Decompyle++ # File: mod_PlayerHPAnnouncer.pyc (Python 2.7) import BigWorld import SoundGroups from OpenModsCore import Analytics, ConfigNoInterface, SimpleConfigInterface, overrideMethod, events from gui.Scaleform.daapi.view.meta import DamagePanelMeta from gui.battle_control import avatar_getter class ConfigInterface(ConfigNoInterface, SimpleConfigInterface): def __init__(self): self.currentPercent = None super(ConfigInterface, self).__init__() def init(self): self.ID = 'PlayerHPAnnouncer' self.version = '1.0.1 (09.10.2021)' self.author = 'by Polyacov_Yury' self.modsGroup = 'PYmods' self.data = { '10percent': 'PlayerHPAnnouncer_10', '25percent': 'PlayerHPAnnouncer_25', '50percent': 'PlayerHPAnnouncer_50' } super(ConfigInterface, self).init() def loadLang(self): pass g_config = ConfigInterface() statistic_mod = Analytics(g_config.ID, g_config.version, 'UA-76792179-12') def new_startGUI(*_, **__): g_config.currentPercent = 100 new_startGUI = events.PlayerAvatar.startGUI.after(new_startGUI) def new_destroyGUI(*_, **__): g_config.currentPercent = None new_destroyGUI = events.PlayerAvatar.destroyGUI.before(new_destroyGUI) def new_updateHealth(base, self, healthStr, progress): base(self, healthStr, progress) if not BigWorld.player().isVehicleAlive: return None for percentage in (10, 25, 50): if not progress: break if progress <= percentage: pass percentage < g_config.currentPercent if 1: SoundGroups.g_instance.playSound2D(g_config.data['%spercent' % percentage]) break continue g_config.currentPercent = progress return None return None new_updateHealth = overrideMethod(DamagePanelMeta.DamagePanelMeta, 'as_updateHealthS')(new_updateHealth) PlayerHPAnnouncer.json
-
[1.20.1.0, v. 2.0.0] Отображение текущего оборудования в бою
Scharfhobel replied to Kurzdor's topic in Mods and Software
@Kurzdor Мод me.poliroid.modslistapi_1.4.9.wotmod ошибки дает. Со старым ошибок нет. -
У WG в связи с обновой отвалился банк. :(
-
[1.28.0 RU, 1.26 EU] ◄ HEKPOMAHT ►
Scharfhobel replied to HEKPOMAHT's topic in Ready-to-use XVM configurations
Есть готовое решение DamageIndicator средствами XVM -
[WOT STAT] Мод для анализа подкруток
Scharfhobel replied to SoprachevAK's topic in Mods and Software
Основная масса игроков сидит на мониторах с 60 и 144 герц. Это кадровая частота монитора? -
дополнения/фиксы net.openwg.fix
Scharfhobel replied to Scharfhobel's topic in XVM: General Discussion and Troubleshooting
Пользовался статистикой ЯсенКрасен, стоял фикс net.openwg.fix.battleresultscache_1.8.0.wotmod. С выходом патча 1.25.1.0 перестало отображать инф. на левой панели в результате боя. Подкидывание ост. фиксов проблему не решило. Если же перезагрузить клиент и открыть реплей, то там всё отображается. -
Отключить эту ересь можно в настройках, но только для своего жетона. Мод убирает показ анимированных личных жетонов и от союзников. Автор мода PolarFox polarfox.hide_BattleAnimatedDogtags.wotmod