Jump to content

wazer

Regular Member
  • Posts

    28
  • Joined

  • Last visited

Posts posted by wazer

  1. On 11/1/2020 at 10:59 PM, Quaksen said:

    Pretty sure it's intended by them. Since they replaced the display. The damage display is not where your arrow is normally. And the damage is on the left side.

     

    Their forum is at: https://koreanrandom.com/forum/forum/57-xvm-english-support-and-discussions/

    @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

  2. 1 hour ago, Quaksen said:

    Can I ask why you'd like the option added?

    I mean.. you have the damage/assisted numbers displayed on the left:

    image.png.54c3a149c5d1e5517720dfda3eebeffc.png

    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..

     

    FpzCWj1.png

  3. 13 hours ago, Quaksen said:

    Pretty sure it's intended by them. Since they replaced the display. The damage display is not where your arrow is normally. And the damage is on the left side.

     

    Their forum is at: https://koreanrandom.com/forum/forum/57-xvm-english-support-and-discussions/

    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 :)

     

    wnlr3nO.png

  4. 2 minutes ago, Aslain said:

    Alternative In-game battle messages is something else, it's not related to the pprevious battle results.

     

    The addon show previous battle results in-game, is the same like this

     

    But YK is not enabled...

    z4w11b9.png

     

     

    I would not use the addon show previous battle results, if YK one worked as it should.

  5. 1 minute ago, Aslain said:

    If I allow it to be installed, users will complain why they see two different battle results..... that's why it's disabled.

    No, look at what YK says them self.

     

     

    7kNvKD6.png

    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.

  6. 2 minutes ago, Aslain said:

    It's built into YK thats why you dont have to select it separately.

    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

  7. 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.

     

    Xhk93jv.png

     

    A8SiqZU.png

  8. 4 hours ago, Aslain said:

    I need to see all logs, especialy python.log.

     

    LOADINF is not generating new .inf, after using LoadInf: Launch the installer again, manualy, and reinstall mods for the second time, at this point new .inf will be created.

    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

  9. On 9/22/2020 at 8:56 PM, Aslain said:

    I'm installing XVM minimap and I do not crash in SH, attach your logs, maybe something is there.

    We are 3 in the clan who crashed, after removing XVM minimap we did not crash anymore, I don't have logs since aslain installer removed them.

     

     

    I got inf installer settings tho.

     

    Btw. can you change so that an _Aslains_Installer_Options.inf is still written even if you are running /LOADINF=Aslains_Installer_Options.inf paramter?

     

    It's pain in the azz not to get latest savings because you are running paramter when reinstalling.

     

     

    Currently when using /LOADINF=Aslains_Installer_Options.inf a new file is not generated at all, maybe call it Aslains_Installer_Options_New.inf

    _Aslains_Installer_OptionsOLD.inf

  10. On 2/9/2017 at 9:26 PM, BeGiN said:

    Cool, thanks for the report! :smile:

    Can you update the 2.5 load installer to detect exe detection? it only checks old name installation Aslains_XVM_Mod_Installer_*.exe

     

    Now its Aslains_WoT_Modpack_Installer_v*

     

    Maybe just detect if first name is Aslains_* then grab exe file from that.

     

     

    Or at least give out source code so I or somebody else can update it.

  11. 29 minutes ago, Aslain said:

    You forgot to post logs, so I have to make assumptions, you are probably using Autoaim indication+ mod, maybe try to press C twice and fast.

     

    Yes autoaim indication+.

     

    However isnt that silly? why press it twice, seems like a really dumb way to announce to your teammates that you are reloading, I tried it and it usually failed pressing double twice.

     

    Because either way it will work asa you say  or not, and if it does not work you cannot announce anything for 5 seconds.

     

    I would rather suggest

     

    Autoloaders

    Press c once, DONT reload and announce shells left.

    Press c twice, reload and announce reload, but dont announce shells left if reloading. This can be fixed by checking if reloading or announce shells and then set a wait timer for 500-750ms to check before announcing.

     

    Normal:

    Press C Announce & reload

  12. So whenever I'm playing any autoloader or my batchat and I still have some rounds left lets say 2 or 3, and the hit C it will announce how many shells instead of saying reloading.

     

    Sometimes the reload appears too, but mostly it just says shells left and then it gives a warning about chat spam, this worked perfect in 9.16 but eversince 9.17 it has become bugged more or less.

  13. Just now, Quaksen said:

    YasenKrasen includes it's own display of battle results in battle... you don't need PMOD's version to inform you too, that's why it's auto-deselected.

     I know that but NOT when selecting what I just said.

     

    Sessions statictics and battle results messages [EN, PL]  is sometimes broken when getting out from game and not converting battle results window.

  14. On 23/12/2016 at 4:28 PM, Aslain said:

     

    No sorry It worked fine here when tested. However what is not working fine is the Tank lights (Turn of the sun + Night sky) mod

     

    In rare scenarios you will get white screen depending on what way you look around, you will get a totally white screen.

     

    I searched a bit on google and found other webpage where others complain about it, screenshot.

     

    ea7842aae7d849418538512b98f2371b.png

     

    Fix is to toggle the sun with the hotkey which is normally ctrl+f12 for now

     

     

    Also can you please not remove saved selection of Display Results from previous battle (EN,PL,RU) [PMOD]

     

    When only selecting YasenKrasen sessions stats v1 [EN, PL] - This works fine and is better detailed information than Sessions statictics and battle results messages [EN, PL]

  15. On 21/12/2016 at 5:32 PM, Aslain said:

    I cannot reproduce this issue with my setup and changing scale to 0.8, I need your logs for more deep analyzis.

     

    Hitmarker I disabled it, it's a bit buggy. Waiting for update.

     

    What about this one? I tested works?

    https://github.com/Aimdrol/MLG-Hitmarker

     

    Found it in

    http://forum.worldoftanks.eu/index.php?/topic/476721-0917-gtos-mlg-mod-continued-by-aimdrol-marks-of-mailand-pl/

×
×
  • Create New...

Important Information

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