CentauroII Posted March 14, 2015 Posted March 14, 2015 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. 1 Quote
Grandorf Posted March 14, 2015 Posted March 14, 2015 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 Quote
CentauroII Posted March 14, 2015 Author Posted March 14, 2015 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. Quote
Grandorf Posted March 15, 2015 Posted March 15, 2015 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. Quote
Maxxrange Posted December 11, 2015 Posted December 11, 2015 Is there a way to use the default WOT healthBar and still use everything else from XVM and Aslains? Quote
Administrator Aslain Posted December 11, 2015 Administrator Posted December 11, 2015 Yes, unckeck the OTM section in the installer. Quote
Maxxrange Posted December 12, 2015 Posted December 12, 2015 I want to use your OTM. I was wondering if I can replace your healthBar with WOTs default HealthBar and still use your OTM? Quote
Grandorf Posted December 13, 2015 Posted December 13, 2015 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. http://www.koreanrandom.com/forum/forum/50-%D0%B3%D0%BE%D1%82%D0%BE%D0%B2%D1%8B%D0%B5-%D0%BA%D0%BE%D0%BD%D1%84%D0%B8%D0%B3%D1%83%D1%80%D0%B0%D1%86%D0%B8%D0%B8-xvm-custom-configurations/ Quote
Maxxrange Posted December 17, 2015 Posted December 17, 2015 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? Quote
Grandorf Posted December 17, 2015 Posted December 17, 2015 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.