Jump to content
Korean Random

scyorkie

User
  • Content Count

    381
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by scyorkie


  1. Hi, I would like to suggest a new macro for the hangar/carousel, to identify elite tanks which do not have 'accelerate crew training' turned on.

     

    The intent is to identify these tanks with icons/text in the carousel, without having to click through all of them one by one.

     

    I've been switching 'accelerate crew training' on and off a bit lately, so I thought it would be useful to have such a macro.


  2. On my friend's account, he noticed that the colors used by XVM for his winrate is different in different parts of the UI:

    - the garage widget and in-battle playersPanel/statisticForm/battleLoading all display his 60.19% as purple, which is correct according to the scale specified in his colors.xc (screenshot)

    - in the service record > vehicles section, his 60.19% is displayed as blue (screenshot)

     

    Any idea why the above happens?

    His colors.xc is attached.


  3. Based on the 2 files you've copy-pasted above:

     

    1. Sections that appear only in the WotLabs file:

    - "def" > "colorRatingNew": this introduces a new color scheme and is only referenced by the "WN8" and "winrate" sections later on in the file

    - "colors" > "wn6": this was removed some weeks back from the official XVM build, and replaced by "wtr"

    - "colors" > "e": this was removed some weeks back from the official XVM build

     

    2. Sections that are missing from the WotLabs file:

    - "colors" > "spotted"

    - "colors" > "totalHP"

    - "colors" > "wtr"

    - "colors" > "wn8effd"

    - "colors" > "dmgRating"

    - "colors" > "hitsRatio"

     

    3. Sections that are different:

    - "colors" > "system": the WotLabs file is missing "ally_base" and "enemy_base"

    - "colors" > "dmg_kind": the WotLabs file is missing "shot", "death_zone", and "drowning"

     

    I think it's the third category above that's crashing your XVM (but again I can't be completely sure without seeing your xvm.log).


  4. Actually, thinking about it further, having extraneous sections in WotLab's colors.xc wouldn't crash your XVM config.

    The question is what it is missing in colors.xc, that the other parts of your config requires.

    There is an expanded "dmg_kind" section, as well as new sections for "spotted", "totalHP", "wtr", "wn8effd", "damageRating", and "hitsRatio", which are not in the WotLabs file.

    If you put all those in and it still doesn't work, then you need to post your xvm.log for us to help figure out the issue more specifically.

    • Upvote 1

  5. Edit the contents of your elements.xc to simply contain this:

     

    {
        "elements": [

            {
                "fragCorrelationBar": {"y": 100 }
            }

        ]
    }

     

    By default, nothing in elements.xc is being used, so it's safe to delete all of the original content.

    Change the "y" value as necessary. You may also want to change the y positioning of anything appearing immediately below those icons.

    Screenshot example here.

    • Upvote 2

  6. I can log onto ASIA server only if I remove XVM (using build 8003).

     

    The attached python log shows 3 login attempts:

    1. with all my usual mods including XVM - crashes after entering password

    2. safe mode - gets me to the garage

    3. with all my usual mods EXCEPT XVM  - gets me to the garage

     

    The attached xvm.log is only for the first attempt.

    python.log

    xvm.log

×
×
  • Create New...