Jump to content
Korean Random

HeinrichVonDoucheberg

User
  • Posts

    14
  • Joined

  • Last visited

Posts posted by HeinrichVonDoucheberg

  1. post-38032-0-92670300-1499439274_thumb.jpg

     

    As shown in the screenshot, right side of the battle loading screen is misaligned. Tank names are slightly moved to the left and wn8 numbers are moved to the right a bit more. I don't see anything in the BattleLoadingTips.xc that should be causing this, so I assume that particular setting is in some other file. Anyone know where to look and what to change? Thanks.

     

    battleLoadingTips.xc

  2. This option seems to cause the problem

    battle.xc->battle->highlightVehicleIcon

    While being set to false, the vehicle icon doesn't turn blue for teamkillers.

     

     

    Thanks man, I'll change it today and let you know if it works as soon as I notice someone turned blue.

     

    Edit: Description for that setting says "disable highlighting of own vehicle icon and squad".

     

    Edit 2: HUGE THANKS man! You were right, that was the option. I tried it on the replay I posted here, and it finally works, tank icon turned blue. When I was originally configuring XVM I thought it was option to highlight you and your friends when in platoon, I was wrong. THANKS AGAIN.

  3. plz, explain one more what you want?

     

    When someone turn blue in my team (teamkiller) tank icon in players panel doesn't turn blue. Tank markers will turn blue (player and tank names above the tank), and if I switch to large panel player name and tank name will be blue there (since they're not wn8 colored in large panel) but not the tank icon. And in medium2 panel, which I use, tank names are wn8 colored, and tank icon doesn't change status to show teamkiller.

     

    Without XVM, both tank name and tank icon will turn blue. And when I used OMC modpack, tank icon was turning blue.

     

    Here is the latest XVM version if someone can take a look at:

    https://www.dropbox.com/s/t8rjipfo8ke14kf/xvm-6.4.5_HVD.rar?dl=0

  4. You can't change the color, but you can use your own background.

     

    Without XVM when someone turns blue his name, tank name and tank icon would turn blue. When I used OMC modpack since I always use medium 2 player panel and tank names there are colored, when someone turned blue only tank icon would turn blue (default WoT icons, not custom). Now with this XVM if I switch to large panel I can see player name and tank name (they are not colored in large panel) turn blue, but not the tank icon (I'm also using default tank icons). And since I'm using medium 2 panel where names are colored I can't see it unless I can find a way to have it on icons.

  5. Hi guys, does anyone know what do I need to change in config files in order for tank icon in players panel to turn blue for team killers? I'm using the default XVM that I customized to be minimalistic. Players panel is set on Medium 2, just colored names and default tank icons. But it doesn't mark the team killers.

    Here are the parts from colors.xc that mentions TK if anyone can help:

    "def": {
        "al": "0x96FF00", // ally       / союзник
        "sq": "0xFFB964", // squadman   / взводный
        "tk": "0x00EAFF", // teamKiller / тимкиллер
        "en": "0xF50800", // enemy      / противник
        "pl": "0xFFDD33", // player     / игрок







    "colors": {
        // System colors.
        // Системные цвета.
        "system": {
          // Format: object_state
          // Object:      ally, squadman, teamKiller, enemy
          // State:       alive, dead, blowedup
          // ----
          // Формат: объект_состояние
          // Объект:      ally - союзник, squadman - взводный, teamKiller - тимкиллер, enemy - противник
          // Состояние:   alive - живой, dead - мертвый, blowedup - взорвана боеукладка
          "ally_alive":          ${"def.al"},
          "ally_dead":           "0x009900",
          "ally_blowedup":       "0x007700",
          "squadman_alive":      ${"def.sq"},
          "squadman_dead":       "0xCA7000",
          "squadman_blowedup":   "0xA45A00",
          "teamKiller_alive":    ${"def.tk"},
          "teamKiller_dead":     "0x097783",
          "teamKiller_blowedup": "0x096A75",
          "enemy_alive":         ${"def.en"},
          "enemy_dead":          "0x840500",
          "enemy_blowedup":      "0x5A0401",
          "ally_base":           ${"def.al"},
          "enemy_base":          ${"def.en"}

×
×
  • Create New...