Jump to content
Korean Random

Jerryfer

User
  • Content Count

    61
  • Joined

  • Last visited

Everything posted by Jerryfer

  1. @ktulho Suprise, suprise - that latest binary fixes my problem with WG client as well! Thanks!
  2. @ktulho Error happens with any icon style, including built-in ones. @ktulho Another test - I've installed CIS (RU) client instance - version 1.18.0.3 seems to be current there. No problem creating icons. All other regions (EU, Asia, NA) use 1.19.0.1 and cause the error.
  3. @ktulho My Microsoft libs collection is large. As said, it all worked few days ago with 1.19.0.0. Is there any other way I can debug this? Eg. enable verbose logging? After deinstalling Polish 4.8 version, the error message is now in English:
  4. Hi Roman, I have VC++ 2013 installed. TIM worked just few days ago with 1.19.0.0, then stopped after 1.19.0.1 patch (same icons, same folders). So it seems to be related only to new game files. I have path: (standard) set. And my save folder is C:\WoT_mods\vehicle_icons\TIM\mr\dist\_plain\ - I have never changed this. When using specific Save As options, TIM fails on "Save BattleAtlas" and "Save VehicleMarkerAtlas" only - rest work fine. I have reproduced same error on clean TIM install. Emptying WoT caches also do not help.
  5. After 1.19.0.1 update, there's an error when saving "Save as" -> "Bulk save to folder": In English this would be: "Value cannot be zero. Parameter name: stream".
  6. Bingo, it's coded in this file. Many new options appeared, but most damage is caused by <predelay> item. Thanks!
  7. Hi, since 1.13 crew sounds are delayed after the shooting event (like hit, ricochet or frag). Anyone knows a trick to restore previous (instant) behaviour?
  8. Hi, v.xpToEliteLeft nicely shows xp to elite a tank. But if we decide to skip a module, it's not equal to "xp left to next tank". Could a new macro be introduced like "v.xpToNextTank" ? This would indicate least amount of xp to grind to next tank in tree (lesser value if there are more then one tank). Thanks, Jerryfer
  9. Hi, Is it possible to use CCatlas from command line, for batch-processing?
  10. Well, I have markers disable now, but still experience crashes when leaving battle.
  11. Hi, Default game behaviour, copied by XVM is that OTM for overturned vehicle gets keeps "above" vehicle's vertical pane. This places OTM in weird and unexpected postition if you don't know vehicle is overturned or which side it lays on. Can this "feature" be made configurable (disable option) in future XVM?
  12. I've switched to WTR as main rating and I have noticed that many (about 30%) of players are missing this rating in XVM. It is not correlated with number of battles or players skill (compared to wn8 or winratio). Is it just caching issue which will resolve itself with time?
  13. Hi, One comment regarding .wotmod file naming. Please reconsider if it is necessary to add mod version to the .wotmod filename. Having it included it is very easy to have two versions of same mod installed. Same name would cause regular overwrite when upgrading. .wotmods are already commonly distributed inside compressed .zip, this mod version number can go in the "outside" zip file. Regards,
  14. Yes, it is possible, but only in very weird and complex setups. If conflict cannot be resolved (looping dependency), show error message and abort mod loading. Like it is now. 99% cases would be load after XVM or load before XVM.
  15. Privet, A suggestion for future improvements: To solve conflicts with known mods, meta.xml could contain fields like "load-after" and "load-before" with a mod_id load_order.xml is nice, but cannot be distributed with a single mod. It is useful only for big modpacks. Example: <loadAfter> <mod_id>com.modxvm.xfw</mod_id> </loadAfter> <loadBefore> <mod_id>some.other.mod1</mod_id> <mod_id>some.other.mod2</mod_id> </loadBefore> Cheers,
  16. Nah, meta.xml does not provide prority levels. load_order.xml can help, but distributing this with a single mod is not a good idea.
  17. I will check if some meta.xml hacking can help in case both MVI and XVM are installed.
  18. .wotmod structure is invalid (extra files/ subfolder), but after fixing it seems that shop-problem is gone. Thanks! And BTW, training battle fix (mvi_hangar) is now conflicting with XVM (they both use lobby.swf).
  19. Hi night_dragon_on, It seems mvi_hangar (clear) causes a bug with in-game shop in EU: I have not checked the non-clear version, but it probably will be same thing. Regards,
  20. It had to happen: frustrated morons clicking the map over and over, now XMQP-enabled. When I put them on a blacklist, chat messages and map quadrant-clicks are gone, however XMQP features (precise dots and arrows) are still visible. Could this be connected to ignoring chat?
  21. As far as I know, APHE and HESH types exist in client, but are not used in any tank. All known HESH (FV183 for example) are tagged as HE.
  22. Hi, I use {{v.xpToEliteLeft%'d~xp|}} macro in carousel to show XP to grind. It works for all tanks, except the one I grind only on SH battles. The tank has no stats for random games, so winrate, avgDmg and stuff are properly hidden. xpToElite however should be shown. Probably an easy code fix, Thanks! Jerr
  23. Hi, 9.16 vanilla damage counters are quite nice, almost making custom damage panels obsolete (at least for me). The only important thing I miss is a big red announcement of lost HP. I think it could be made a part of XVM. Probably with XVM event handling available already it's possible right now, but it's outside my py skills. Any volunteers? ;) Jerryfer
×
×
  • Create New...