Jump to content
Korean Random

scyorkie

User
  • Content Count

    381
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by scyorkie


  1. Twice in Patch 1.2 my camera zoom did not work properly. It is either at the minimum zoom (2x), or the maximum (25x) - there's no in-between (no 4x, 8x, 16x). A restart of the game solves the issue. Anyone else with the same problem?


  2. On 9/6/2018 at 12:41 AM, scyorkie said:

    I have an issue with statisticForm in build 8603. 

     

    My statisticForm used to look like this (notice how the clan names and player names are aligned):

    - allies:

    OKyLxdl.jpg

    - enemies:

    N7ZzEhV.jpg

     

    Using the same config, ally clan tags jump to the other side near the enemy tank icons (see my OTTER tag), and the enemy clan names are now all the way on the right edge of the screen (not shown in the screenshot below):

    48OvVRs.jpg

     

    The vehicle tiers have also shifted up.

     

    statisticForm.xc attached (with irrelevant parts commented out).

    statisticForm.xc

    Fixed in build 8612.


  3. 4 hours ago, SmashPuppet said:


    The log is incomplete. It only shows up to the point of the hangar being loaded. Nothing for a battle. Which is where the issue is happening no?
    You'll have to use a replay or fight a battle, close the game and then use that log. I was having network issues the other day and was not able to view the campaign missions while in battle ("N" key), but after it was resolved, the feature worked again. This was with 8603.

    I just tested again and confirmed that is is still working for me. Very strange.

     

    More logs attached. I've always had an issue with incomplete logs.

    xvm.log


  4. I have an issue with statisticForm in build 8603. 

     

    My statisticForm used to look like this (notice how the clan names and player names are aligned):

    - allies:

    OKyLxdl.jpg

    - enemies:

    N7ZzEhV.jpg

     

    Using the same config, ally clan tags jump to the other side near the enemy tank icons (see my OTTER tag), and the enemy clan names are now all the way on the right edge of the screen (not shown in the screenshot below):

    48OvVRs.jpg

     

    The vehicle tiers have also shifted up.

     

    statisticForm.xc attached (with irrelevant parts commented out).

    statisticForm.xc


  5. 6 hours ago, vlad_cs_sr said:

    maybe this way: {{v.name=Obj. 430 II?...}}

     

    Interesting. That actually works..

     

    However, my problem isn't completely solved. I actually list the vehicles in texts.sc, and use this to determine whether my highlight shows:

        "alpha": "{{.texts.carouselHighlightList.{{v.name}}?100|0}}"

     

    And in texts.xc I have:

        "carouselHighlightList": {
          "Obj. 430 II":   "",
          "IS":                "",
          "T-10":            ""
        },

     

    With the above, only the IS and T-10 are highlighted.

     

    And unfortunately I can't make vlad's method work with mine. The following will completely fail:

        "alpha": "{{.texts.carouselHighlightList.{{v.name?100|0}}}}"

     

    Any ideas?

×
×
  • Create New...