Jump to content
Korean Random

konrad509

User
  • Posts

    1,627
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by konrad509

  1. Just take the files playersPanel.xc, statisticForm.xc and battleLoading.xc from the original config http://forum.worldoftanks.eu/index.php?/topic/412440-0913-xvm-config-simple-but-effective-v27-2015-12-28/#topmost
  2. When do these numbers show up? I tested your config and it doesn't seem to happen for me. There seem to be some errors in log files. I'm not good at interpreting those, but I'm sure the config itself isn't the issue.
  3. battle.xc->battle->allowSpottedStatus установите на true
  4. не могу видеть лампочку, потому что у меня нет этого файла, но звёздочки я вижу без проблема
  5. я имел в виду, что это работает у меня с вашими файлами
  6. нет, все умерли :) это кажется работает у меня
  7. It's not built-in icon. It's the icon from game resources from res/packages/gui.pkg
  8. format": "<font face='xvm' size='23' color='{{alive?{{x-spotted?#FFBB00|{{x-sense-on?#D9D9D9|#BFBFBF}}}}|#FFFFFF}}' alpha='{{alive?#FF|#80}}'>{{alive?{{x-spotted?p|{{x-sense-on?p|{{x-enabled?z}}}}}}|<img src='xvm://res/icons/dead1.png' width='18' height='18'>}}</font>",
  9. http://www.koreanrandom.com/forum/topic/31434-%D1%80%D0%B5%D0%BA%D0%BE%D0%BC%D0%B5%D0%BD%D0%B4%D0%B0%D1%86%D0%B8%D0%B8-%D0%BF%D0%BE-%D0%BE%D1%84%D0%BE%D1%80%D0%BC%D0%BB%D0%B5%D0%BD%D0%B8%D1%8E-%D0%B2%D0%BE%D0%BF%D1%80%D0%BE%D1%81%D0%BE%D0%B2/
  10. Ah, there's also right brace missing at the end. It should look like this "extraFields": [ // Sign of mastery. // Знак мастерства. { "x": -1, "y": 10, "format": "<img src='img://gui/maps/icons/library/proficiency/class_icons_{{v.mastery}}.png' width='23' height='23'>" }, { "x": 30, "y": 0, "format": "<font size='12' color='#ffffff'>[{{v.battletiermin}}-{{v.battletiermax}}]</font>", "shadow": {"color": "0x000000", "alpha": 80, "angle": 45, "distance": 0, "size": 1, "strength": 10}} ],
  11. Place coma after the last brace here { "x": -1, "y": 10, "format": "<img src='img://gui/maps/icons/library/proficiency/class_icons_{{v.mastery}}.png' width='23' height='23'>" }
  12. carousel.xc->carousel->extraFields, add this at the end { "x": 30, "y": 0, "format": "<font size='12' color='#ffffff'>[{{v.battletiermin}}-{{v.battletiermax}}]</font>", "shadow": {"color": "0x000000", "alpha": 80, "angle": 45, "distance": 0, "size": 1, "strength": 10} } change position, colour etc. to your needs
  13. Right now they're placed in the same textfield where tank name is. Create a new textfield for icons, so you can move them independently of tank name.
  14. возможно вы имеете в виду стандартные маркеры из игры или из дефолтного конфига XVM?
  15. playersPanel.xc->playersPanel->[режим ушей]->extraFieldsLeft, комментируйте ${"xmqpServiceMarker"}
  16. ой, я был уверен, что я вам ответил... вам необходимо поместить ссылки на эти секции в ally/enemy->textFields
×
×
  • Create New...