Jump to content
Korean Random

[Ночные сборки / Nightly Builds]


Mixaill

Recommended Posts

Не подскажете, как сделать, чтобы на миникарте при нажатии по L_Alt отображались ИМЕНА в цвете уровня (по вн8)?

 

Сейчас не работает, при нажатии на L_Alt на миникарте не меняется ничего, продолжают отображаться названия типов танков (IS-7, E-100 и т.д.), а не имена игроков.

 

hotkeys.xc:

"minimapAltMode":      { "enabled": true, "keyCode": 56, "onHold": true },

...

KEY_LALT = 56

 

minimapAlt.xc:

{
  "minimap": { "$ref": { "file": "minimap.xc", "path": "minimap" },
    "enabled": true,
    "labels": ${"minimapLabelsAlt.xc":"labels"}
  }
}

 

minimapLabelsAlt.xc:

{
  "labels": {
    "enabled": true,
    "formats": [
      //${ "minimapLabelsTemplates.xc":"def.vtypeSpotted" },
      ${ "minimapLabelsTemplates.xc":"def.vehicleSpotted" },
      ${ "minimapLabelsTemplates.xc":"def.nickSpotted" },
      {
        "$ref": { "file": "minimapLabelsTemplates.xc", "path": "def.nickSpotted" },
        "flags": [ "ally", "teamKiller", "spotted", "alive" ],
        "format": "<font size='{{battletype?8|0}}' color='{{tk?{{.minimap.labelsData.colors.txt.{{sys-color-key}}}}|#BFBFBF}}'><i>{{name%.7s~..}}</i></font>"
      },
      ${ "minimapLabelsTemplates.xc":"def.vtypeLost" },
      ${ "minimapLabelsTemplates.xc":"def.vehicleLost" },
      ${ "minimapLabelsTemplates.xc":"def.nickLost" },
      ${ "minimapLabelsTemplates.xc":"def.vtypeDead" },
      ${ "minimapLabelsTemplates.xc":"def.vehicleDead" },
      ${ "minimapLabelsTemplates.xc":"def.nickDead" }
    ]
  }
}

Edited by ali4ek
  • Upvote 1
  • Downvote 4
Link to comment
Short link
Share on other sites

Не подскажете, как сделать, чтобы на миникарте при нажатии по L_Alt отображались ИМЕНА в цвете уровня (по вн8)?

Сейчас не работает, при нажатии на L_Alt на миникарте не меняется ничего, продолжают отображаться названия типов танков (IS-7, E-100 и т.д.), а не имена игроков.

 

hotkeys.xc:

"minimapAltMode":      { "enabled": true, "keyCode": 56, "onHold": true },

...

KEY_LALT = 56

 

minimapAlt.xc:

{

  "minimap": { "$ref": { "file": "minimap.xc", "path": "minimap" },

    "enabled": true,

    "labels": ${"minimapLabelsAlt.xc":"labels"}

  }

}

 

minimapLabelsAlt.xc:

{

  "labels": {

    "enabled": true,

    "formats": [

      //${ "minimapLabelsTemplates.xc":"def.vtypeSpotted" },

      ${ "minimapLabelsTemplates.xc":"def.vehicleSpotted" },

      ${ "minimapLabelsTemplates.xc":"def.nickSpotted" },

      {

        "$ref": { "file": "minimapLabelsTemplates.xc", "path": "def.nickSpotted" },

        "flags": [ "ally", "teamKiller", "spotted", "alive" ],

        "format": "<font size='{{battletype?8|0}}' color='{{tk?{{.minimap.labelsData.colors.txt.{{sys-color-key}}}}|#BFBFBF}}'><i>{{name%.7s~..}}</i></font>"

      },

      ${ "minimapLabelsTemplates.xc":"def.vtypeLost" },

      ${ "minimapLabelsTemplates.xc":"def.vehicleLost" },

      ${ "minimapLabelsTemplates.xc":"def.nickLost" },

      ${ "minimapLabelsTemplates.xc":"def.vtypeDead" },

      ${ "minimapLabelsTemplates.xc":"def.vehicleDead" },

      ${ "minimapLabelsTemplates.xc":"def.nickDead" }

    ]

  }

}

в профильную тему, пожалуйста

Edited by Kapany3uk
Link to comment
Short link
Share on other sites

бегло читал несколько страниц ранее и потерял смысловую нить надобности антонима TeamKiller , но если ещё актуально вожможно подойдёт TeamSavior или TeamKeeper ?? по смыслу вроде близко.

Link to comment
Short link
Share on other sites

Я до 6 ноября в отпуске (без компа), потом надо будет готовиться к патчу. Что там за проблемы?

понятно.

определение кланового боя для battletype и подсветка кастомной иконки мертвого тимкиллера (в экстра поле уха) как в стандарте (сейчас подсвечивает как живого)

Edited by demon2597
Link to comment
Short link
Share on other sites

Build: 4937 (branch default)

Download: .zip archive | .exe installer

Author: sirmax2

Description: WoT 0.9.12.CT


Build: 4940 (branch default)

Download: .zip archive | .exe installer

Author: sirmax2

Description: typo


Build: 4941 (branch default)

Download: .zip archive | .exe installer

Author: seriych

Description: Change square 1000x1000m to circle R=564m


Link to comment
Short link
Share on other sites

Всем привет установил Build 4943 python.logxvm.log.rarxvm.log в архиве потому что при создании его он пустой и имеет нулевой размер. Сначала я использовал свой конфиг но когда не пустило в игру я подумал что возможно у меня там косяк и поставил default и всё тоже самое в игру не пускает, заходил в игру без xvm всё нормально.

Link to comment
Short link
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...