Code Monkey home page Code Monkey logo

spoter-mods's People

Contributors

ch4mpi avatar dkruben avatar komandos84 avatar pavel3333 avatar polyacovyury avatar spoter avatar straniks-scan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

spoter-mods's Issues

coding question: injectButton only works in keydown

Hi spoter,

just a short coding question:
I used your hook function from the mods_gui:

@inject.hook(PlayerAvatar, '_PlayerAvatar__startGUI')
@inject.log
def hookStartGUI(func, *args):

and it works fine so far with onKeyDown. but not with onKeyUp. pyton.log shows no entries related to this issue.

startBattle is called from the startgui hook:
@inject.hook(PlayerAvatar, '_PlayerAvatar__startGUI')

def startBattle(self):
    if not config.data['enabled']: return
    InputHandler.g_instance.onKeyDown += self.injectButton
    InputHandler.g_instance.onKeyUp += self.injectButton

@inject.log
def injectButton(self, event):
    if not config.data['enabled']: return
    if not g_appLoader.getDefBattleApp(): return
    player = BigWorld.player()
    if not player.arena: return
    if player.arena.bonusType != ARENA_BONUS_TYPE.REGULAR: return

    if g_gui.get_key(config.data['buttonDisable']):
        if event.isKeyDown():
            message = '%s deactivated' % (TAG)
            g_toggleMod = False
        else:
            message = '%s activated' % (TAG)
            g_toggleMod = True
        color = '#6595EE'
        inject.message(message, color)

Are there any issues known with the onKeyUp event? Its seems that the whole injectButton method is never called when i release a hotkey but works fine when i press the defined hotkey.

regards

background to small for "play more" text.

Sometime MoE has not enough data to display the needed values.

in calcBattlePercents you replace the missing values with set config.i18n['NaN'], which shows the "play more" info.

when this happens some of the predefined background sizes are too small. It works fine when the values are there, but not with the NaN replacement-text.

if you need more infos or a screenshot feel free to drop me a line.

insignia monitor - g_apploader

hy there,

still got this error when loading into game (using the 6days old "1.5.0 flash fix"):

2019-05-04 11:37:39.233: INFO: [SL_PRO] Skipped Script: mod_insigniamonitor.pyc
2019-05-04 11:37:39.233: INFO:
2019-05-04 11:37:39.233: ERROR: [EXCEPTION] (, 596):
Traceback (most recent call last):
File "", line 584, in _findValidMODs
File "scripts/common/Lib/importlib/init.py", line 37, in import_module
File "source\mod_insigniaMonitor.py", line 10, in
ImportError: cannot import name g_appLoader

No 'Mod settings' at hangar & simple mods_marksOnGunExtended

mods_marksOnGunExtended doesn't show a 'Mod settings' button at the hangar.
Also, during action, it shows only simple progress data, there is only one digit.
This problem issues alongside with Protanki modpack & with a clean WoT install.

Sorry, I do not currenlty have an in-game screenshot, but attach a hangar one:
shot_015

Please, fix it

marksOnGunExtendedStats displaying in garage on 1.5.0.0

Using xvm nightly 9013 for v 1.5.0.0 and 'marksOnGunExtended' does not update on game screen. However it seems to be updating and displaying correctly in garage only

I am not a developer of any sort and have put both the 'marks' files in the wot/mods folder so hope this is correct. Maybe a readme showing install method would be good - or an install.exe :)

Request for permission to use your mods_mod_gui for my own mod

Hello spoter,

i couldn't find a direct email to get in contact with you, so i will write it here.

I'm a WoT mod developer and want to ask you for permission to include your mod_mods_gui in my mod-package to allow the players to easily enter a settings dialog to control the mod options.

I saw so many mods with no GUI for it, where people need to enter the json-config-textfile and i want to avoid this.

In my eyes there should be one config standard for all mods, and i really like your solution for it.

Can i use it for my mod too and put the needed mod_mods_gui_2.16.wotmod and gambiter.guiflash_0.2.5.1.wotmod in my mod package? Of course you will get the credits for it!

Any feedback would be great.

thanks in advance

Marks on gun erroneous behaviour on 1.2.0.1

ERROR: [EXCEPTION] (scripts/common/Event.py, 46):
Traceback (most recent call last):
  File "scripts/common/Event.py", line 44, in __call__
  File "hru-hru", line 809, in èĒ"ퟬ��薨܍
  File "hru-hru", line 1089, in setupSize
  File "hru-hru", line 1032, in updateObject
KeyError: 'Panel'

Incorrect Calculations

For whatever reason using MoE in regards to my type 59 yields poor results, according to the mod my average is around 1300 combined average, whereas if you check several stat sites, my DPG is 1550+ alone, in addition my moe % is currently at 71% in game, which would never be possible with that combined damage. I believe that the mod is taking in to account too many games, as many of my games were very poor prior to the last 100.

MoE extended mod does not work in training rooms with 1.1.0

Hello,
In testing MoE, it does not work in the training room, it spams the python log:

2018-09-03 13: 44: 38.448: ERROR: Traceback (most recent last call last):
2018-09-03 13: 44: 38.448 : ERROR: File "scripts / client / game.py", line 564, in handleKeyEvent
2018-09-03 13: 44: 38.449: ERROR: File "scripts / client / gui / InputHandler.py", line 30, in handleKeyEvent
2018-09-03 13: 44: 38.449: ERROR: File "scripts / common / Event.py", line 44, in call
2018-09-03 13: 44: 38.449: ERROR: File "hru-hru", line 809, in ĒĒ "ퟬ 薨 ܍
2018-09-03 13: 44: 38.449: ERROR: File" hru-hru ", line 1089, in setupSize
2018-09-03 13: 44: 38.449: ERROR: File" hru-hru ", line 1032, in updateObject
2018-09-03 13: 44: 38.449:ERROR: KeyError: 'Panel'

2018-09-03 13: 44: 38.652: ERROR: [EXCEPTION] (scripts / common / Event.py, 46):
Traceback (most recent call last):
File "scripts / common / Event.py", line 44, in call
File "hru-hru", line 797, in ĒĒ "ퟬ 薨 ܍
File" hru-hru ", line 1089, in setupSize
File" hru-hru ", line 1032, in updateObject
KeyError: 'Panel'

can you please fix this?

modPackInformer

Hi,

I have a little problem when use modPackInformer. If I have updated modpack I can't open window with battle details from system canal. If I have no updated modpack (when opening window with information about actualization) I can open window with battle details. It's frustrating.

Do you have any idea what is going on?

MoE german language file

I made a german translation of the language file of MoE. if you're interested in it, i can send it to you.

gui.mods, mod_playerpanelsapi.pyc error

2019-05-05 01:34:26.844: WARNING: [WARNING] (scripts/client/gui/mods/__init__.py, 72): There is problem while import gui mod ('gui.mods', 'mod_playerpanelsapi.pyc')
2019-05-05 01:34:26.846: ERROR: [EXCEPTION] (scripts/client/gui/mods/__init__.py, 74):
Traceback (most recent call last):
  File "scripts/client/gui/mods/__init__.py", line 67, in _findValidMODs
  File "scripts/common/Lib/importlib/__init__.py", line 37, in import_module
  File "mod_playerpanelsapi", line 1, in <pjorion_obfuscated>
ImportError: cannot import name g_appLoader

Shouldnt g_appLoader now be IApploader?

outline font

Hi,

first: thank you, for your great mod!

one suggestion, or request:
would it be possible to use an outline font with black border instead of a dark background as option?

Thanks,

AttributeError: '_VisibilityExtra' object has no attribute 'getDamage'

2019-05-10 01:00:14.168: INFO: DEBUG[mods_gui]:
2019-05-10 01:00:14.169: INFO: gui.mods.mod_spotted_extended_light.onBattleEvents(gui.mods.mod_mods_gui, Avatar, [{eventType: 0, targetID: 15513265, details: 0L, count: 1}])
2019-05-10 01:00:14.169: INFO: [START:]----------------
2019-05-10 01:00:14.169: INFO: Traceback (most recent call last):
2019-05-10 01:00:14.169: INFO:   File "hru-hru", line 109, in log
2019-05-10 01:00:14.170: INFO:   File "source\mod_spotted_extended_light.py", line 241, in onBattleEvents
2019-05-10 01:00:14.170: INFO:   File "source\mod_spotted_extended_light.py", line 222, in post_message
2019-05-10 01:00:14.170: INFO: AttributeError: '_VisibilityExtra' object has no attribute 'getDamage'
2019-05-10 01:00:14.170: INFO: [END:]------------------
2019-05-10 01:00:37.383: INFO: DEBUG[mods_gui]:
2019-05-10 01:00:37.383: INFO: gui.mods.mod_spotted_extended_light.onBattleEvents(gui.mods.mod_mods_gui, Avatar, [{eventType: 0, targetID: 15513287, details: 0L, count: 1}])
2019-05-10 01:00:37.383: INFO: [START:]----------------
2019-05-10 01:00:37.383: INFO: Traceback (most recent call last):
2019-05-10 01:00:37.383: INFO:   File "hru-hru", line 109, in log
2019-05-10 01:00:37.383: INFO:   File "source\mod_spotted_extended_light.py", line 241, in onBattleEvents
2019-05-10 01:00:37.384: INFO:   File "source\mod_spotted_extended_light.py", line 222, in post_message
2019-05-10 01:00:37.384: INFO: AttributeError: '_VisibilityExtra' object has no attribute 'getDamage'
2019-05-10 01:00:37.384: INFO: [END:]------------------

Happens when I saw the battle from the other tank. No amount of assist was shown. spoter.spotted_extended_light_4.06.wotmod

IndexError: list index out of range

Hello.
I've seen in the logs the next thing

2018-06-25 01:14:21.186: INFO: DEBUG[mods_gui]:
2018-06-25 01:14:21.187: INFO: gui.mods.mod_marksongunextended.onBattleEvents(Avatar, Avatar, [{eventType: 1, targetID: 21817120, details: 1778391
3999L, count: 1}])
2018-06-25 01:14:21.187: INFO: [START:]----------------
2018-06-25 01:14:21.187: INFO: Traceback (most recent call last):
2018-06-25 01:14:21.188: INFO:   File "hru-hru", line 108, in log
2018-06-25 01:14:21.188: INFO:   File "hru-hru", line 1167, in onBattleEvents
2018-06-25 01:14:21.188: INFO:   File "hru-hru", line 550, in <A8>(؈
2018-06-25 01:14:21.188: INFO: <ED> <9A>ݷ<B6>{<AA>^D<C0>){<EA><B1>
2018-06-25 01:14:21.188: INFO:   File "hru-hru", line 796, in <D5>^L<FA><DB>^E<9E>)<FD><B2>
2018-06-25 01:14:21.188: INFO:   File "hru-hru", line 607, in getColor
2018-06-25 01:14:21.189: INFO: IndexError: list index out of range
2018-06-25 01:14:21.189: INFO: [END:]------------------
2018-06-25 01:14:21.576: INFO: DEBUG[mods_gui]:
2018-06-25 01:14:21.576: INFO: gui.mods.mod_marksongunextended.onBattleEvents(Avatar, Avatar, [{eventType: 1, targetID: 21817117, details: 1238165
0447L, count: 1}])
2018-06-25 01:14:21.576: INFO: [START:]----------------
2018-06-25 01:14:21.576: INFO: Traceback (most recent call last):
2018-06-25 01:14:21.577: INFO:   File "hru-hru", line 108, in log
2018-06-25 01:14:21.577: INFO:   File "hru-hru", line 1167, in onBattleEvents
2018-06-25 01:14:21.577: INFO:   File "hru-hru", line 550, in <A8>(؈
2018-06-25 01:14:21.577: INFO: <ED> <9A>ݷ<B6>{<AA>^D<C0>){<EA><B1>
2018-06-25 01:14:21.577: INFO:   File "hru-hru", line 796, in <D5>^L<FA><DB>^E<9E>)<FD><B2>
2018-06-25 01:14:21.577: INFO:   File "hru-hru", line 607, in getColor
2018-06-25 01:14:21.577: INFO: IndexError: list index out of range
2018-06-25 01:14:21.578: INFO: [END:]------------------
2018-06-25 01:14:41.393: INFO: DEBUG[mods_gui]:
2018-06-25 01:14:41.394: INFO: gui.mods.mod_marksongunextended.onBattleEvents(Avatar, Avatar, [{eventType: 0, targetID: 21817139, details: 0L, cou
nt: 1}])
2018-06-25 01:14:41.394: INFO: [START:]----------------
2018-06-25 01:14:41.394: INFO: Traceback (most recent call last):
2018-06-25 01:14:41.394: INFO:   File "hru-hru", line 108, in log
2018-06-25 01:14:41.394: INFO:   File "hru-hru", line 1167, in onBattleEvents
2018-06-25 01:14:41.395: INFO:   File "hru-hru", line 550, in <A8>(؈
2018-06-25 01:14:41.395: INFO: <ED> <9A>ݷ<B6>{<AA>^D<C0>){<EA><B1>
2018-06-25 01:14:41.395: INFO:   File "hru-hru", line 796, in <D5>^L<FA><DB>^E<9E>)<FD><B2>
2018-06-25 01:14:41.395: INFO:   File "hru-hru", line 607, in getColor
2018-06-25 01:14:41.395: INFO: IndexError: list index out of range
2018-06-25 01:14:41.395: INFO: [END:]------------------
2018-06-25 01:15:03.589: INFO: DEBUG[mods_gui]:
2018-06-25 01:15:03.590: INFO: gui.mods.mod_marksongunextended.onBattleEvents(Avatar, Avatar, [{eventType: 6, targetID: 21817140, details: 16842255L, count: 1}])
2018-06-25 01:15:03.590: INFO: [START:]----------------
2018-06-25 01:15:03.590: INFO: Traceback (most recent call last):
2018-06-25 01:15:03.591: INFO:   File "hru-hru", line 108, in log
2018-06-25 01:15:03.591: INFO:   File "hru-hru", line 1167, in onBattleEvents
2018-06-25 01:15:03.591: INFO:   File "hru-hru", line 550, in <A8>(؈
2018-06-25 01:15:03.591: INFO: <ED> <9A>ݷ<B6>{<AA>^D<C0>){<EA><B1>
2018-06-25 01:15:03.591: INFO:   File "hru-hru", line 796, in <D5>^L<FA><DB>^E<9E>)<FD><B2>
2018-06-25 01:15:03.592: INFO:   File "hru-hru", line 607, in getColor
2018-06-25 01:15:03.592: INFO: IndexError: list index out of range
2018-06-25 01:15:03.592: INFO: [END:]------------------
2018-06-25 01:15:12.986: INFO: DEBUG[mods_gui]:
2018-06-25 01:15:12.987: INFO: gui.mods.mod_marksongunextended.onBattleEvents(Avatar, Avatar, [{eventType: 6, targetID: 21817140, details: 16842255L, count: 1}])
2018-06-25 01:15:12.987: INFO: [START:]----------------
2018-06-25 01:15:12.987: INFO: Traceback (most recent call last):
2018-06-25 01:15:12.988: INFO:   File "hru-hru", line 108, in log
2018-06-25 01:15:12.988: INFO:   File "hru-hru", line 1167, in onBattleEvents
2018-06-25 01:15:12.988: INFO:   File "hru-hru", line 550, in <A8>(؈
2018-06-25 01:15:12.988: INFO: <ED> <9A>ݷ<B6>{<AA>^D<C0>){<EA><B1>
2018-06-25 01:15:12.988: INFO:   File "hru-hru", line 796, in <D5>^L<FA><DB>^E<9E>)<FD><B2>
2018-06-25 01:15:12.988: INFO:   File "hru-hru", line 607, in getColor
2018-06-25 01:15:12.989: INFO: IndexError: list index out of range
2018-06-25 01:15:12.989: INFO: [END:]------------------
2018-06-25 01:15:20.368: INFO: DEBUG[mods_gui]:
2018-06-25 01:15:20.368: INFO: gui.mods.mod_marksongunextended.onBattleEvents(Avatar, Avatar, [{eventType: 2, targetID: 21817140, details: 10804592143L, count: 1}])
2018-06-25 01:15:20.368: INFO: [START:]----------------
2018-06-25 01:15:20.369: INFO: Traceback (most recent call last):
2018-06-25 01:15:20.369: INFO:   File "hru-hru", line 108, in log
2018-06-25 01:15:20.370: INFO:   File "hru-hru", line 1167, in onBattleEvents
2018-06-25 01:15:20.370: INFO:   File "hru-hru", line 550, in <A8>(؈
2018-06-25 01:15:20.370: INFO: <ED> <9A>ݷ<B6>{<AA>^D<C0>){<EA><B1>
2018-06-25 01:15:20.370: INFO:   File "hru-hru", line 796, in <D5>^L<FA><DB>^E<9E>)<FD><B2>
2018-06-25 01:15:20.371: INFO:   File "hru-hru", line 607, in getColor
2018-06-25 01:15:20.371: INFO: IndexError: list index out of range
2018-06-25 01:15:20.371: INFO: [END:]------------------

Is it fixable or no? Thank you.

Как это собирать?

Вот, например repair_extended содержит auto_build и мануал. Мне остается только прописать python build_auto.py для сборки и компилирования в pyc? Затем поместить в корень с игрой?

mod_mods_gui no longer supports language files?

Hi Spoter,

you know, i love your mods and i using the mod_mods_gui also for my own gui settings. In the past the mods_gui accepted language files but it seems that in the current version it ignores it. regardless which game client language i choose in wot it always shows everything in english.

can you take a look on it please? it was working fine in 2.15

my current mod_mods_gui version: 2.17

any feedback would be great

mod_mods_gui suggestions and questions

Hi spoter,

Suggestion #1:
i have a little suggestion for your mods gui. How about a functions in the settings dialog near the "enable" button to reset all settings of a mod to default? The settings are already there in config.data you know. This would allow a user to set all back to default.

Suggestion #2:
how about an "About" Button for each mod that is registered in the mods gui? It can be used for autor informations, version number, changelog or something else like that.

What do you think?

Question #1:
Is it possible to define an text input field in the template? Would be great for user input.

Question #2:
Is it possible to control the sort order (without changing the name) of the registered mods in mods gui?

Question #3:
Is is possible to set a checkbox in relation to another setting? e.g. Checkbox1 is unchecked and that will disable CheckBox2 ?

regards

mods_gui: 2 different v2.20 versions are out!

Hi spoter,

currently are 2 different 2.20 version out from your mods_gui. (release date 16. april and 03. july)
can you please release a newer version to fix this issue? (like 2.21 or something)

mod_repair_extended & Large Repair Kits

i have an issue that the mod repair_extended (legal version) doesen*t uses Large repair Kits.
All small kits and large Medi Kits will be used and the option "use gold kits" is checked

Help Config//settings

Mod List Settings in Hangar?
old:. mod_mods_gui_2.10/gambiter.guiflash_0.2.4/poliroid.modslistapi_1.1.1
new:. mod_mods_gui_2.13/gambiter.guiflash_0.2.4.2
were is option to select mods in hangar or config? help

Marks on gun Extended throws exceptions in training rooms

Hello,
In testing MoE, it spams the python log in a training room:

2018-09-03 13: 44: 38.448: ERROR: Traceback (most recent last call last):
2018-09-03 13: 44: 38.448 : ERROR: File "scripts / client / game.py", line 564, in handleKeyEvent
2018-09-03 13: 44: 38.449: ERROR: File "scripts / client / gui / InputHandler.py", line 30, in handleKeyEvent
2018-09-03 13: 44: 38.449: ERROR: File "scripts / common / Event.py", line 44, in call
2018-09-03 13: 44: 38.449: ERROR: File "hru-hru", line 809, in ĒĒ "ퟬ 薨 ܍
2018-09-03 13: 44: 38.449: ERROR: File" hru-hru ", line 1089, in setupSize
2018-09-03 13: 44: 38.449: ERROR: File" hru-hru ", line 1032, in updateObject
2018-09-03 13: 44: 38.449:ERROR: KeyError: 'Panel'

2018-09-03 13: 44: 38.652: ERROR: [EXCEPTION] (scripts / common / Event.py, 46):
Traceback (most recent call last):
File "scripts / common / Event.py", line 44, in call
File "hru-hru", line 797, in ĒĒ "ퟬ 薨 ܍
File" hru-hru ", line 1089, in setupSize
File" hru-hru ", line 1032, in updateObject
KeyError: 'Panel'

can you please fix this?
Thanks!

MoE: no longer works with GUIFlash 0.3.1

since GUIFlash 0.3.1 g_guiFlash.animateComponent no longer exists.

It seems that its done in updateComponent now:
def updateComponent(self, alias, props, params=None):

Can you please take a look on it and confirm it?

attribute error with traceback

2019-05-04 00:47:46.152: INFO: DEBUG[mods_gui]:
2019-05-04 00:47:46.152: INFO: gui.mods.mod_spotted_extended_light.onBattleEvents(gui.mods.mod_mods_gui, Avatar, [{eventType: 0, targetID: 11518747, details: 0L, count: 1}])
2019-05-04 00:47:46.152: INFO: [START:]----------------
2019-05-04 00:47:46.152: INFO: Traceback (most recent call last):
2019-05-04 00:47:46.152: INFO:   File "hru-hru", line 109, in log
2019-05-04 00:47:46.153: INFO:   File "source\mod_spotted_extended_light.py", line 240, in onBattleEvents
2019-05-04 00:47:46.153: INFO:   File "source\mod_spotted_extended_light.py", line 221, in post_message
2019-05-04 00:47:46.153: INFO: AttributeError: '_VisibilityExtra' object has no attribute 'getDamage'
2019-05-04 00:47:46.153: INFO: [END:]------------------
2019-05-04 00:49:44.763: INFO: DEBUG[mods_gui]:
2019-05-04 00:49:44.763: INFO: gui.mods.mod_spotted_extended_light.onBattleEvents(gui.mods.mod_mods_gui, Avatar, [{eventType: 0, targetID: 11518752, details: 0L, count: 1}])
2019-05-04 00:49:44.763: INFO: [START:]----------------
2019-05-04 00:49:44.763: INFO: Traceback (most recent call last):
2019-05-04 00:49:44.763: INFO:   File "hru-hru", line 109, in log
2019-05-04 00:49:44.763: INFO:   File "source\mod_spotted_extended_light.py", line 240, in onBattleEvents
2019-05-04 00:49:44.763: INFO:   File "source\mod_spotted_extended_light.py", line 221, in post_message
2019-05-04 00:49:44.763: INFO: AttributeError: '_VisibilityExtra' object has no attribute 'getDamage'
2019-05-04 00:49:44.764: INFO: [END:]------------------

Can you check it? Found in python.log

Repair Extended (Legit Version)

Hi Spotter,
the legit version doesnt seem to work with premium consumables. Could you please confirm that, and if you can, fix it please? Thanks :)

mod_mods_gui: method # @inject.hook question / problem

Hi spoter,

i have a question to the inject.hook function. When i want to inject a hook in the shoot method of the game i use:
@inject.hook(PlayerAvatar, 'shoot') def shoot_hook(func, self, isRepeat=False):

where func is first paramater and contains the original shoot method, right?
Is that the correct way or did i something wrong? At least it works so far and the method is called.

Now the more advanced stuff. The methode shootCallback is an inline method inside the shoot_hook methode

def shootCallback(self): shoot_hook(func, self, isRepeat=True) return
the methode shootCallback is called via:
BigWorld.callback(0.2, functools.partial(shootCallback, self))
shootCallback is called but i get an error when the shoot_hook is called:
ERROR: ### TypeError: 'NoneType' object is not callable

It seems that i can't call the own hook by myself or maybe i am doing something wrong.

When i do the same stuff without @inject.hook(PlayerAvatar, 'shoot') and use the "normal way" with storing the original method in a variable and overwrite the old method with my own it works.

What did i wrong?
And feedback would be great.

Note: The Insert Code function here is broken :)

Config option

When set to “Config” in ingame settings, it looks like the previously selected option (regardless of code in config file) and the UI crashes when you press alt.

MoE extended mod does not work with 1.1.0

Hello,
In testing MoE, it does not work in battle, it spamms the python log:
2018-09-03 13:44:38.448: ERROR: Traceback (most recent call last):
2018-09-03 13:44:38.448: ERROR: File "scripts/client/game.py", line 564, in handleKeyEvent
2018-09-03 13:44:38.449: ERROR: File "scripts/client/gui/InputHandler.py", line 30, in handleKeyEvent
2018-09-03 13:44:38.449: ERROR: File "scripts/common/Event.py", line 44, in call
2018-09-03 13:44:38.449: ERROR: File "hru-hru", line 809, in èĒ"ퟬ��薨܍
2018-09-03 13:44:38.449: ERROR: File "hru-hru", line 1089, in setupSize
2018-09-03 13:44:38.449: ERROR: File "hru-hru", line 1032, in updateObject
2018-09-03 13:44:38.449: ERROR: KeyError: 'Panel'
2018-09-03 13:44:38.652: ERROR: [EXCEPTION] (scripts/common/Event.py, 46):
Traceback (most recent call last):
File "scripts/common/Event.py", line 44, in call
File "hru-hru", line 797, in èĒ"ퟬ��薨܍
File "hru-hru", line 1089, in setupSize
File "hru-hru", line 1032, in updateObject
KeyError: 'Panel'

Also, the archive comes with gambiter.guiflash_0.2.5.1, but gambiter.guiflash_0.2.5.2 is available

MoE extended mod does not work in training rooms with 1.1.0

Hello,
In testing MoE, it does not work in the training room, it spams the python log:

2018-09-03 13: 44: 38.448: ERROR: Traceback (most recent last call last):
2018-09-03 13: 44: 38.448 : ERROR: File "scripts / client / game.py", line 564, in handleKeyEvent
2018-09-03 13: 44: 38.449: ERROR: File "scripts / client / gui / InputHandler.py", line 30, in handleKeyEvent
2018-09-03 13: 44: 38.449: ERROR: File "scripts / common / Event.py", line 44, in call
2018-09-03 13: 44: 38.449: ERROR: File "hru-hru", line 809, in ĒĒ "ퟬ 薨 ܍
2018-09-03 13: 44: 38.449: ERROR: File" hru-hru ", line 1089, in setupSize
2018-09-03 13: 44: 38.449: ERROR: File" hru-hru ", line 1032, in updateObject
2018-09-03 13: 44: 38.449:ERROR: KeyError: 'Panel'

2018-09-03 13: 44: 38.652: ERROR: [EXCEPTION] (scripts / common / Event.py, 46):
Traceback (most recent call last):
File "scripts / common / Event.py", line 44, in call
File "hru-hru", line 797, in ĒĒ "ퟬ 薨 ܍
File" hru-hru ", line 1089, in setupSize
File" hru-hru ", line 1032, in updateObject
KeyError: 'Panel'

can you please fix this?
Thanks!

mod_mods_gui: list of all available methods for developer?

Hi spoter,

as you know i use your mods_gui for my mods too and i really like it. Unfortunately you didn't share the source of this masterpiece of code, so i want to ask if it's possible to send me a list of all available methods of it?

The only reference i have are your other public mods, but it would be nice to know how many other useful functions are there .

Do you can help in this case?

mods_mods gui question

Hi spoter! im currently making my first script mod and I want to use your mod for settings. How do I do that? Ive looked at your mods, and and written some code based on that, but it doesnt seem to work. Please let me know how, thanks :)

This is my repo for this mod: https://github.com/Arkhorse/wot-Camo-Mod

Currently just want to get the settings working first.

inject class

Can you post the code off the inject class or make a separate module of it.
Now it is contained in the mod_mods_gui and that has again other dependencies

MoE: ZeroDivisionError

2019-06-12 13:05:59.529: INFO: DEBUG[mods_gui]:
2019-06-12 13:05:59.529: INFO: gui.mods.mod_marksongunextended.getCurrentHangarData(gui.mods.mod_marksongunextended)
2019-06-12 13:05:59.529: INFO: [START:]----------------
2019-06-12 13:05:59.529: INFO: Traceback (most recent call last):
2019-06-12 13:05:59.529: INFO: File "hru-hru", line 126, in log
2019-06-12 13:05:59.529: INFO: File "source\mod_marksOnGunExtended.py", line 545, in getCurrentHangarData
2019-06-12 13:05:59.529: INFO: File "source\mod_marksOnGunExtended.py", line 630, in requestCurData
2019-06-12 13:05:59.529: INFO: ZeroDivisionError: float division by zero
2019-06-12 13:05:59.529: INFO: [END:]------------------

cycling thru the predefined configs never show up 'config' setting again.

marksOnGunExtended v6.03

cycling (with ALT-NUMPAD 9 by default) thru the UI (predefined configs) never show up the 'config' setting again.

Is it possible that the problem is here at line: 907 ?
config.data['UI'] = 1

should it be set back to 0 ? because after 'UIReplayColorDamage' it restarts the rotation with 'UI_menu_UIskill4ltu' and not with 'UI_menu_UIConfig'

regards

Marks on gun Extended throws exceptions in training rooms

Hello,
In testing MoE, it spams the python log in a training room:

2018-09-03 13: 44: 38.448: ERROR: Traceback (most recent last call last):
2018-09-03 13: 44: 38.448 : ERROR: File "scripts / client / game.py", line 564, in handleKeyEvent
2018-09-03 13: 44: 38.449: ERROR: File "scripts / client / gui / InputHandler.py", line 30, in handleKeyEvent
2018-09-03 13: 44: 38.449: ERROR: File "scripts / common / Event.py", line 44, in call
2018-09-03 13: 44: 38.449: ERROR: File "hru-hru", line 809, in ĒĒ "ퟬ 薨 ܍
2018-09-03 13: 44: 38.449: ERROR: File" hru-hru ", line 1089, in setupSize
2018-09-03 13: 44: 38.449: ERROR: File" hru-hru ", line 1032, in updateObject
2018-09-03 13: 44: 38.449:ERROR: KeyError: 'Panel'

2018-09-03 13: 44: 38.652: ERROR: [EXCEPTION] (scripts / common / Event.py, 46):
Traceback (most recent call last):
File "scripts / common / Event.py", line 44, in call
File "hru-hru", line 797, in ĒĒ "ퟬ 薨 ܍
File" hru-hru ", line 1089, in setupSize
File" hru-hru ", line 1032, in updateObject
KeyError: 'Panel'

Why will you not fix this? I have been asking for weeks??

require for a new mod.

Info Panel to target (Show installed modules to target + real visible distance and Maximum visible distance)
Modules and view range info panel for targeted vehicle.

mod_mods_gui

mod_mods_gui по-ходу не работает. Ставил на последнюю версию клиента, ииии кнопки настройки модов нету, может есть какой нибудь фикс ?

No updates?

1.4.0.0 is the latest release of WoT, but mOGE didn't update since 18 Dec of last year.
Mod works pretty though, but will there be new features?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.