Jump to content
Korean Random

konrad509

User
  • Content Count

    1,627
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by konrad509


  1. I'm not familiar with using this macro, but in my opinion this line is wrong

    {{.markers.enemy.dead.normal.enemy.damageTextPlayer.damageMessage.UT.utMsg.{{my-frags}}}}

     

    this is wrong. The path is described in terms of config sections, not filenames. E.g.

     

    You don't have markers section in this file, dead section in enemy section etc.

    If you wanted to use replacements for frags from utMsg section, then I think you should just write {{.UT.utMsg.{{my-frags}}}}

    But as I said, I've never used it and this is just how I would try doing it.

    • Upvote 2

  2. Oh, sorry, didn't notice.

     

    Replace

    "nickFormatLeft": "<font color='{{c:t-rating}}'>{{t-rating%2d~%|--%}}</font> <font color='{{c:rating}}'>{{nick}}</font>",
    "nickFormatRight": "<font color='{{c:rating}}'>{{nick}}</font> <font color='{{c:t-rating}}'>{{t-rating%2d~%|--%}}</font>",
    

    with

    "nickFormatLeft": "<font color='{{c:wn8}}'>{{wn8%4d|----}}</font> <font color='{{c:t-winrate}}'>{{t-winrate%2d~%|--%}}</font> <font color='{{c:winrate}}'>{{nick}}</font>",
    "nickFormatRight": "<font color='{{c:winrate}}'>{{nick}}</font> <font color='{{c:t-winrate}}'>{{t-winrate%2d~%|--%}}</font> <font color='{{c:wn8}}'>{{wn8%4d|----}}</font>",

    You really have an outdated config :)

    • Upvote 1

  3. For minimap problem - http://www.koreanrandom.com/forum/topic/24544-minimap-showing-demon2597-he-rotobcyrillic-and-similar-messages/?hl=demon2597

     

    Do certain configs point to the website and others do not?

    It's not about that. You can incorporate a rating like WGR, WN8, WN6, EFF or xTE into your config in two ways - by using a dynamic macro {{r}} and selecting the kind of rating you want to have displayed on the XVM site, or by using a fixed macro like {{wn6}}, {{wn8}} etc.

     

    Lastly any suggestions on how to incorporate the players WN8 score in the players panel

    Post your playersPanel.xc file here if you're not using the default config and tell where exactly you want to put the WN8 rating.

    • Upvote 1

  4. For a skull, you can use XVM font or Wingdings font.

    In this line

    "deadMarker": "<b><font color='#F50800'><font face='Arial'>X</font></font></b>",

    change Arial to xvm and X to any of these 2B;, S or v, (http://www.koreanrandom.com/forum/topic/22846-%D0%B2%D1%81%D1%82%D1%80%D0%BE%D0%B5%D0%BD%D0%BD%D1%8B%D0%B5-%D1%88%D1%80%D0%B8%D1%84%D1%82%D1%8B-embeded-fonts/#)

    or if you want the skull from Wingdings font, change Arial to Wingdings, and X to N.


  5. "how do i put battle chance to win" - you turn it on in settings on XVM site

    "how to edit tank markers" - start by looking through relevant files from the default config

    "How high will something go up if i increase the Y number by 10" - 10 pixels, but down not up

    "what color ff0002718 or something will produce" - google "color hex"

    "how transparent will something be by setting the amount to xx?" - 0 - transparent, 100 - opaque


  6. Look into the markersAliveNormal.xc file form the default config. There are descriptions of settings.

     

    EDIT:

    I had a little free time, so I made it for you. It's not exactly the same as in the picture, but I think it will do. Anyway, I can always make alterations.

    For shields, in particular the ones from the picture, you need external image files. I'm not sure about the default ones though, because I can't seem to find them anywhere in the game files.

    markersAliveNormal.zip

×
×
  • Create New...