Jump to content

wazer

Regular Member
  • Posts

    28
  • Joined

  • Last visited

Reputation

1 Neutral

Profile Information

  • Server
    EU
  1. use code here 2020GOHOME
  2. @Aslain I just created code to check for value showtotals and false change it to true, i guess this code is no longer needed since aslain just implemented it :) Feel free to use it for many other things code is based on autoit and works great without any performance issues. it automatic figure out world of tank path and then starts doing its thing. Opt("TrayIconHide", 1) $find_wot_path = RegRead("HKEY_CLASSES_ROOT\.wotreplay\DefaultIcon", "") If @error Then MsgBox(16, "XVM Change battleresults showTotals to true", "Did you remember to launch the game atleast once after installing/upgrading your WoT game?") exit endif $wot_string_part = StringReplace($find_wot_path, "\worldoftanks.exe", "") $wot_string_part2 = StringReplace($wot_string_part, "win64", "res_mods\configs\xvm\Aslain") $wot_string_part3 = StringReplace($wot_string_part2 , ",1", "") $wot_string_part4 = StringReplace($wot_string_part3, """", "") $wot_string_part5 = ($wot_string_part4 & "\battleResults.xc") If FileExists($wot_string_part5) Then $battleresult_file = $wot_string_part5 $battleresult_file_read = FileRead($battleresult_file,FileGetSize($battleresult_file)) $pattern = '([\t ]*)"showTotals":([\t ]*)false'; "showTotals": & false is the value searching for $magic_regex = StringRegExpReplace($battleresult_file_read, $pattern, '\1"showTotals":\2true');"showTotals": & true is the value its replacing ConsoleWrite( @CRLF & $magic_regex & @CRLF & @CRLF) FileDelete($battleresult_file) FileWrite($battleresult_file,$magic_regex) endif I just tested latest installer, was it not fixed or mine just bugging? I dont see it was changed in the xc file
  3. Because its easy to see who and what you did damage did while scouting down list, you don't have to look left and right all the time, its more organized Waaaaay better..
  4. Just got an answer, can this be implemented into aslain as an option? https://koreanrandom.com/forum/topic/59920-xvm-addon-bug-been-there-for-years-missing-damage-in-the-overview-result/?tab=comments#comment-491856 I tested and works as inteded now :)
  5. Yes just tested for now its XVM, you got a contact with developers? I just did a plain install only with XVM and its XVM causing the issue.
  6. The addon show previous battle results in-game, is the same like this But YK is not enabled... I would not use the addon show previous battle results, if YK one worked as it should.
  7. No, look at what YK says them self. Alternative In-game battle messages (Skulls) English (You need to install one of the main versions Core or Vanilla before You install Skulls) It's not enabled, just set to deactivate if other addons conflict, YK does not conflict.
  8. It's not showing ingame so no, its not built in please go test. If you die, and exit, go to another match right away, and while you play,, you will get a popup window ingame from previous match, thats what it does, YK does not do that
  9. Since it works and I have tested it personally by adding back manually the string to enable show result from previous battle, I have yet to see YasenKrasen in-game info from previous match done, I have never seen it. So please do not de-activate this when selecting YasenKarsen.
  10. I'm not sure if people just don't care to bother report issues or don't use the adon, and or they just leech, anyways I tested it again and to my surprise its still broken, press N when enabled and try select one of the 2 missions you have enabled to see status, it will not allow it, it stays on main bugging out.
  11. This is how it is supposed to look like. This is how it is when using aslains pack, I have yet to locate which addon breaks numbers not showing up, it is however now the battleresults addon where you can pick other images to show above result that conflicts.
  12. Only asking for maybe adding a checkbox before installing when detecting LOADINF paramter being used to add optional/additional inf file with another naming to avoid overwriting, would be really neat. Next time if i decide to install xvm minimap again i will try to save python
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.