Jump to content
Korean Random

C..

User
  • Posts

    45
  • Joined

  • Last visited

Posts posted by C..

  1. Umm... yeah, "from game resources" actually fits the definition of "built-in". So rephrasing the original question: "Is there anywhere a list, preferably with pictures, that shows all the icons from gui.pkg?" Although, after digging into it, the fact that the 750MB archive contains 6700+ file isn't very documentation-friendly. :-s So, cokebottle, get your favourite archiving program (7zip, winrar, or whatever else you like to use), open up that huge file, and browse around through it. ;)

    • Upvote 1
  2. Hello. I've been adding too much text in my "format<side>Nick" and "format<side>Vehicle" fields, and now the username and the vehicle name overlap sometimes [ * ], making them unreadable in those cases. I've searched around in the source and have only found one location that i believe might help in this situation: BattleStatItemRenderer.as , line 96

    wrapper.playerName._width += 50;
    Can this 50 be changed to something that we can tweak in our statisticForm.xc? Thank you!

     

    [ * ] as can be seen in the first row in this image:

    post-34432-0-20685200-1465404956.png
  3. I'd rather the flags remain active... You can already determine whether a particular user has XVM active or not via the specific "x" icon: if it's missing, they don't have XVM active, even if they registered at one time and thus have a flag... See below:

    post-34432-0-20685200-1465404956.png

    (Also, if it's gray [like the top row in the image above], they have xvm without stats, and if it's orange [like the bottom row] they have statistics currently activated.)

     

    Edit: here's how i have configured my xvm to show the above details:

        "formatLeftNick": "({{flag%.3s|--}}) <img src='xvm://res/icons/flags/{{flag|default}}.png' width='16' height='13'> <img src='xvm://res/icons/xvm/xvm-user-{{xvm-user}}.png'> {{name%.15s~..}} <font alpha='#A0'>{{clan}}</font>",
        "formatRightNick": "<font alpha='#A0'>{{clan}}</font> {{name%.15s~..}} <img src='xvm://res/icons/xvm/xvm-user-{{xvm-user}}.png'> <img src='xvm://res/icons/flags/{{flag|default}}.png' width='16' height='13'> ({{flag%.3s|--}})",
    
    • Upvote 1
  4. Umm.. XVM is not an app, so there's no reason that the "program" that Windows identifies as "dangerous" should be related to XVM... Unless you mean the setup/installer, in which case i don't think this will be fixed: the executable changes way too often to bother with certifying it. In fact, i'm not even sure what do you mean by "windows say", until you post a screenshot (or at least the exact full text of the message).

    • Upvote 1
  5. English, please...

    Actually, that original post was in a somewhat-readable Engrish... Here's the fixed version, if you really can't be bothered to decypher it:

     

    Username: clown_first_class
    
    I have reset account but xvm is still giving old info. Can that be reset too?
    
    I updated through the site but still all old info is there.
    
    Reset date is 6 days ago.
    
    Played 400 battles by now.
    
    Nickname is clown_first_class.
    
    Thank you.
    
  6. I've wondered that myself... One partial answer i found out was to inspect WoT's .mo files in \res\text\lc_messages, which seem to contain a bunch of key-value pairs. (NumberOfEntries is found in the file at index 8, and the strings i wanted are the values for {{internalCode}} and {{internalCode}}_short. Didn't yet manage to actually compile the full list. :">) I'm not sure about veh-id though.

×
×
  • Create New...