Keho Blue V 1.10.0.0(updated 9th AUGUST 2020)

Published by soulza on

BLACKWOT Forums Stats & Other Mods for World of Tanks Soulzas Corner Keho Blue V 1.10.0.0(updated 9th AUGUST 2020)

Viewing 15 posts - 151 through 165 (of 467 total)
  • Author
    Posts
  • #113569
    Hawg
    Member

    Here is what I done in all this new hangar frontier 😀

    (Note :  Screen shot is a friend Alt acct  just 29 Battle so Wn8 & Eff will not show in my stats )

    new Hangar.png

     

                  Also I Added to Login Screen Players name ,It will pop up in the middle of screen

             Line code is >>   

    “”updateEvent”: ” ON_EVERY_SECOND”,
            “x”: 0,
            “y”:310,        
            “screenHAlign”: “center”,
            “shadow”: {“enabled”: true, “alpha”: 90, “blur”: 3, “strength”: 3 },
            “textFormat”: { “color”: “0xa8ffbb”, “size”: 15 },
            “format”: “<font size=’85’ color=’#a8ffbb’>  <font size=’85’>{{mystat.name}} </font>”
     
              login new.png

        I tried to add Personal Stats to Login Screen also, but they will only show for a split sec just right before you enter hangar

      

    #113570
    soulza
    Participant

    i am pushed for time due to work , but like what you have done ,i added or am in the process of adding coat of arms to the hanger screen , i have not decided on size and placement as of yet but here are the german and american ones i have done, i think with these i can afford to go bigger and maybe drop them in lower down between both stats.

    .shot_044.jpg

    shot_045.jpg

    #113571
    soulza
    Participant

    anyone getting random crashes ? mine happen when i try to leave the hanger around once every two hours or so ,I checked xvm log and all seems ok ,python log throwing errors as usual but nothing that stands out?

    #113572
    11 hours ago, soulza said:

    anyone getting random crashes ? mine happen when i try to leave the hanger around once every two hours or so ,I checked xvm log and all seems ok ,python log throwing errors as usual but nothing that stands out?

    occasionally i do exit match game freezes  no hanger blank screen light blue in color.

     

    also can you put your hanger up please? i like it. I am using one from Pharon.

    #113573
    soulza
    Participant

    this should be ok , download and unpack then just copy/replace existing  files.

    this includes the hanger, hanger layout for stats ,also bigger healthbars over tanks.

    <a class="ipsAttachLink" href="/applications/core/interface/file/attachment.php?id=10928″ data-fileid=”10928″ rel=””>KehoBlue-update.rar

    #113574
    T7010
    Member
    5 hours ago, soulza said:

    это должно быть нормально, загрузить и распаковать, а затем просто скопировать / заменить существующие файлы.

    это включает в себя вешалку, вешалку для статистики, а также больше баров над баками.

    <a class="ipsAttachLink" data-fileid="10928" href="/applications/core/interface/file/attachment.php?id=10928″ rel=””>KehoBlue-update.rar

    спасибо

     

    #113575
    Sailor
    Member
    On 6/5/2018 at 3:09 AM, soulza said:

    anyone getting random crashes ? mine happen when i try to leave the hanger around once every two hours or so ,I checked xvm log and all seems ok ,python log throwing errors as usual but nothing that stands out?

    I was getting them during FL and I wasn’t using any mods at the time. Also got them one game (3 times) during startup and was never able to get into the battle. When I was finally able to get in, I was dead, so it might not be a mod/xvm problem at all.

    #113576
    soulza
    Participant

    thanks for the answer ,i am seeing errors in python that are xvm related but they should not be there they are not showing in the xvm log which is strange , here is an example,

    these routines call the squad icons and fragg symbols to the players panels they do show but these errors are appearing ,  this could cause a constant memory leak that would eventually crash to desktop.

    2018-06-04 14:38:07.896: INFO: 2018-06-04 14:38:07: [ERROR] [IOErrorEvent type=”ioError” bubbles=false text=”Error reading img://../configs/xvm/soulzaskehoblue/keho/squads_a/.png”]
    2018-06-04 14:38:07.896: INFO: 2018-06-04 14:38:07: [ERROR] [IOErrorEvent type=”ioError” bubbles=false text=”Error reading img://../configs/xvm/soulzaskehoblue/keho/squads_s/.png”]
    2018-06-04 14:38:07.897: INFO: 2018-06-04 14:38:07: [ERROR] [IOErrorEvent type=”ioError” bubbles=false text=”Error reading img://../configs/xvm/soulzaskehoblue/img/ppanel/fraggsa/.png”]
    2018-06-04 14:38:07.900: INFO: 2018-06-04 14:38:07: [ERROR] [IOErrorEvent type=”ioError” bubbles=false text=”Error reading img://../configs/xvm/soulzaskehoblue/keho/squads_e/.png”]
    2018-06-04 14:38:07.901: INFO: 2018-06-04 14:38:07: [ERROR] [IOErrorEvent type=”ioError” bubbles=false text=”Error reading img://../configs/xvm/soulzaskehoblue/img/ppanel/fraggse/.png”]
    2018-06-04 14:38:09.096: INFO: 2018-06-04 14:38:09: [ERROR] [IOErrorEvent type=”ioError” bubbles=false text=”Error reading ../../../mods/shared_resources/xvm/res/SixthSense.png”]

    #113577
    Hawg
    Member

    I had that problem like that before I replace all the mods folder except icons in res_mods ,that fixed it for me.

    Maybe after next Wensday  it will be 1.0.2.0 it will fix it,

    #113578
    11 hours ago, soulza said:

    thanks for the answer ,i am seeing errors in python that are xvm related but they should not be there they are not showing in the xvm log which is strange , here is an example,

    these routines call the squad icons and fragg symbols to the players panels they do show but these errors are appearing ,  this could cause a constant memory leak that would eventually crash to desktop.

    2018-06-04 14:38:07.896: INFO: 2018-06-04 14:38:07: [ERROR] [IOErrorEvent type=”ioError” bubbles=false text=”Error reading img://../configs/xvm/soulzaskehoblue/keho/squads_a/.png”]
    2018-06-04 14:38:07.896: INFO: 2018-06-04 14:38:07: [ERROR] [IOErrorEvent type=”ioError” bubbles=false text=”Error reading img://../configs/xvm/soulzaskehoblue/keho/squads_s/.png”]
    2018-06-04 14:38:07.897: INFO: 2018-06-04 14:38:07: [ERROR] [IOErrorEvent type=”ioError” bubbles=false text=”Error reading img://../configs/xvm/soulzaskehoblue/img/ppanel/fraggsa/.png”]
    2018-06-04 14:38:07.900: INFO: 2018-06-04 14:38:07: [ERROR] [IOErrorEvent type=”ioError” bubbles=false text=”Error reading img://../configs/xvm/soulzaskehoblue/keho/squads_e/.png”]
    2018-06-04 14:38:07.901: INFO: 2018-06-04 14:38:07: [ERROR] [IOErrorEvent type=”ioError” bubbles=false text=”Error reading img://../configs/xvm/soulzaskehoblue/img/ppanel/fraggse/.png”]
    2018-06-04 14:38:09.096: INFO: 2018-06-04 14:38:09: [ERROR] [IOErrorEvent type=”ioError” bubbles=false text=”Error reading ../../../mods/shared_resources/xvm/res/SixthSense.png”]

    getting this also

     

     

    2018-05-16 16:19:38.260: INFO: 2018-05-16 16:19:38: [ERROR] [IOErrorEvent type=”ioError” bubbles=false text=”Error reading img://../configs/xvm/soulzaskehoblue/keho/squads_a/.png”]
    2018-05-16 16:19:38.261: INFO: 2018-05-16 16:19:38: [ERROR] [IOErrorEvent type=”ioError” bubbles=false text=”Error reading img://../configs/xvm/soulzaskehoblue/keho/squads_s/.png”]
    2018-05-16 16:19:38.262: INFO: 2018-05-16 16:19:38: [ERROR] [IOErrorEvent type=”ioError” bubbles=false text=”Error reading img://../configs/xvm/soulzaskehoblue/img/ppanel/fraggsa/.png”]
    2018-05-16 16:19:38.268: INFO: 2018-05-16 16:19:38: [ERROR] [IOErrorEvent type=”ioError” bubbles=false text=”Error reading img://../configs/xvm/soulzaskehoblue/img/ppanel/fraggse/.png”]
    2018-05-16 16:19:38.269: INFO: 2018-05-16 16:19:38: [ERROR] [IOErrorEvent type=”ioError” bubbles=false text=”Error reading img://../configs/xvm/soulzaskehoblue/keho/squads_e/.png”]
    2018-05-16 16:19:38.651: INFO: 2018-05-16 16:19:38: [ERROR] [IOErrorEvent type=”ioError” bubbles=false text=”Error reading ../../../mods/shared_resources/xvm/res/SixthSense.png”]
    2018-05-16 16:19:44.458: INFO: [marksOnGunExtended] Start sweden:S11_Strv_103B: CurrMark: 19.26%, Battles: 173, EMAStart: 840, CurrentLimits: (20.18% – 19.26%)(856 – 840)
    2018-05-16 16:20:25.418: INFO: 2018-05-16 16:20:25: [ERROR] [IOErrorEvent type=”ioError” bubbles=false text=”Error reading img://../configs/xvm/soulzaskehoblue/keho/squads_a/.png”]
    2018-05-16 16:20:25.418: INFO: 2018-05-16 16:20:25: [ERROR] [IOErrorEvent type=”ioError” bubbles=false text=”Error reading img://../configs/xvm/soulzaskehoblue/keho/squads_s/.png”]
    2018-05-16 16:20:25.419: INFO: 2018-05-16 16:20:25: [ERROR] [IOErrorEvent type=”ioError” bubbles=false text=”Error reading img://../configs/xvm/soulzaskehoblue/img/ppanel/fraggsa/.png”]
    2018-05-16 16:20:25.420: INFO: 2018-05-16 16:20:25: [ERROR] [IOErrorEvent type=”ioError” bubbles=false text=”Error reading img://../configs/xvm/soulzaskehoblue/img/ppanel/fraggse/.png”]
    2018-05-16 16:20:25.420: INFO: 2018-05-16 16:20:25: [ERROR] [IOErrorEvent type=”ioError” bubbles=false text=”Error reading img://../configs/xvm/soulzaskehoblue/keho/squads_e/.png”]

    #113579
    BobC
    Member
    On 6/7/2018 at 3:02 PM, Hawg said:

    I had that problem like that before I replace all the mods folder except icons in res_mods ,that fixed it for me.

    Maybe after next Wensday  it will be 1.0.2.0 it will fix it,

    As usual I thought I had broken the files and therefore deleted them all and reinstalled. It worked.

    Replacing all the folders worked untill I seen a few minor errors but that was my own typo when ammeding files.

     

    #113580
    BobC
    Member
    On 6/6/2018 at 1:49 PM, soulza said:

    this should be ok , download and unpack then just copy/replace existing  files.

    this includes the hanger, hanger layout for stats ,also bigger healthbars over tanks.

    <a class="ipsAttachLink" data-fileid="10928" href="/applications/core/interface/file/attachment.php?id=10928″ rel=””>KehoBlue-update.rar

    If I am not mistaken then the BIGGER health bars were ginormous on my screen O.o

    Currently reinstalling the pack. (from back up xD)

    #113581
    Sailor
    Member

    Soulza,

    Got a friend that really likes your hanger mod with the stats etc. Is it possible you could post just that or what files are used and I can do it myself?

    TYVM.

    #113582
    BOOGEYMAN
    Participant

    does anybody know if we change directory to current up date , will it work or just wait for pack update ?

     

    #113583
    Sailor
    Member
    6 hours ago, Boogeyman said:

    does anybody know if we change directory to current up date , will it work or just wait for pack update ?

     

    It should.

Viewing 15 posts - 151 through 165 (of 467 total)
  • You must be logged in to reply to this topic.