You can support the development of the XVM project!
XVM is being developed by a small team of enthusiasts.
We spend our time and resources making regular updates and keeping the mod free.
Your support will help us with these goals.

[Test] XVM 5.3.0-test1 for World of Tanks 0.9.0

New test version: XVM 5.3.0-test1 for World of Tanks 0.9.0.

Download

XVM-5.3.0-test1:
  [MAJOR UPDATES]
  * new macros formatting (see readme-en.txt)
      {{name[%[flag][width][.prec]type][~suf][|def]}}
      name  - macro name
      flag  - "-" for left align, else right align
              "0" for filling with leading zeros
      width - minimum width
      prec  - maximum width for lines or number of digits after comma for numbers
      type  - type (s - string, d - decimal, f - float, ...)
      suf   - suffix added at the end
      def   - default value, set when value is absent:
    Details: https://en.wikipedia.org/wiki/Printf
    For example:
      {{name%-16.16s}}      - cut names longer 10 chars, and fill names shorter 10 chars and align left
      {{kb%4.01f~k|----}}   - width 4 chars, exactly 1 char after comma, align right
                              if kb==null, display "----"
  * config version increased to 5.1.0

  [NEW FUNCTIONS]
  * new option battle/allowHpInPanelsAndMinimap - enable {{hp*}} macros in
    players panels and minimap. WARNING: performance expensive

  [OTHER]
  * removed macro {{vehicle-type}} as duplication of {{vehicle}}
  * removed macro {{vehicle-name}} as duplication of {{vehiclename}}
  * removed macro {{short-nick}} and option minimap/nickShrink as replaced by {{nick%.5s}}
  * source code now stored on https://dev.modxvm.com/