Jump to content

Removing the Health Indicator (bar) - OTM (Over Target Markers)


Recommended Posts

Hi there,

This is my first post.  In WOT, when you click Settings, Marker, the user has the choice to remove the Health Indicator (bar), how can I do that in Aslain's XVM mode interface (Over the Target Markers OTM) and if not what file do I need to modify *.xc in order to turn it off. 

 

I've always had the Heath Indicator (bar) turned-off to keep the view clean and free of too many colors and distractions.  Thanks for your help in advance.

  • Downvote 1
Link to comment

Hi

 

Its in "markersAliveNormal.xc"

 

Change in both allys and enemies:

 

 "healthBar": {
            "alpha": 100,
            "border": { "alpha": 45, "color": "0x000000", "size": 1 },
            "color": null,
            "damage": { "alpha": 100, "color": null, "fade": 1 },
            "fill": { "alpha": 50 },
            "height": 4,
            "lcolor": null,
            "visible": true,  <-------  to false
            "width": 70,
            "x": -36,
            "y": -34
Link to comment

Thanks Grandorf, that worked great!  I have another question, do you know the name/keyword for the "rating marker" ?  I'd like to move it to the top of the OTM and remove names of tanks and players names. Also do we lose the changes when we run the install (in clean) ?  Thanks again.

Link to comment

Hi

 

Aslain has the option to put rating stars/squares ontop of OTM, its in his installer. 

Everything is then possible to move around. As you see in the above example:

 "x": -36,
 "y": -34
they are the position of the item/name et.c. in the OTM, just play around. 
Yes you have to copy youre changed .xc into a safe place.
Its best to make a foldertree of every res_mod change you do and then put 
it zipped into Aslain_Custom_mods folder and they will be implemented 
every time.
Link to comment
  • 8 months later...

Hi

 

The healthbar can be changed to youre likings.

 

Go to this folder:

 

C:\Games\World_of_Tanks\res_mods\configs\xvm\Aslain

 

Open markersAliveNormal.xc with Notepad++

 

Scroll down to this section:

 

          "healthBar": {
            "alpha": 100,
            "border": { "alpha": 45, "color": "0x000000", "size": 1 },
            "color": null,
            "damage": { "alpha": 100, "color": null, "fade": 1 },
            "fill": { "alpha": 50 },
            "height": 4,
            "lcolor": null,
            "visible": true,
            "width": 70,
            "x": -36,
            "y": -34
 
This part determines how that healthbar looks.
 
Over at Korean Randoms you can find interesting OTMs and then 
copy over that section into youre markersAliveNormal.xc.
 
Some adjustements might be needed.
 
Link to comment

Thank you, I am familiar with markersAliveNormal. However I can never find anything on the Korean site.

Does anyone know the settings to make it look like the default Wot healthBar?

 

Hi

 

Try replace youre config of "healthbar" in markersAliveNormal.xc

with these settings:

 

    "healthBar": {
      "visible": true,                  //   false - не отображать
      "x": -41,                         //   положение по оси X
      "y": -33,                         //   положение по оси Y
      "alpha": 100,                     //   прозрачность (допускается использование динамической прозрачности, см. macros.txt)
      "color": null,                    //   цвет основной (допускается использование динамического цвета, см. macros.txt)
      "lcolor": null,                   //   цвет дополнительный (для градиента)
      "width": 80,                      //   ширина полосы здоровья
      "height": 12,                     //   высота полосы здоровья
      // Параметры подложки и рамки.
      "border": {
        "alpha": 30,                    //     прозрачность
        "color": "0x000000",            //     цвет
        "size": 1                       //     размер рамки
      },
      // Параметры оставшегося здоровья.
      "fill": {
        "alpha": 30                     //     прозрачность
      },
      // Параметры анимации отнимаемого здоровья.
      "damage": {
        "alpha": 100,                   //     прозрачность
        "color": "{{c:dmg}}",           //     цвет
        "fade": 1                       //     время затухания в секундах
      }
    },
 
 
Lets start with this, might have to change position.
 
Please take screenshots, so much easier to know what people mean.
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.