Jump to content
Korean Random

Zavar

User
  • Content Count

    22
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Zavar

  1. I use this in my XVM config for the players panel // BotMarker "BotMarker": { "enabled": true, "bindToIcon": false, "x": -1, "y": 0, "textFormat": { "font": "xvm", "color": "#DCDCDC", "bold": "false", "size": 20, "align": "left" }, "format": "<font alpha='{{alive?#FF|#80}}'>{{name={{py:replace('{{name}}', ':', '')}}?|&#x72;}}</font>" },
  2. Thank you very much for adding this in ktulho!!!
  3. It's similar, but not what I was looking for. My understanding is that {{c:dmg-kind}} returns the actual color assigned in colors.xc for the dynamic color by damage kind, i.e. from the dmg_kind: shot, fire, ramming, etc. The {{dmg-kind-key}} returns that actual key name that is being applied for the damage kind instead of the color. I'm looking for the equivalent for the {{c:dmg}} which is based on the damage source i.e. alley, enemy, etc. and returns the color (i.e. ally_enemy_hit -> red). I want an equivalent function say {{dmg-source-key}} to return the key, not the color, so if an alley is shooting and hits an enemy it should return alley_enemy_hit.
  4. Hello all, I hope everyone is well. Is there a macro that returns the key name for the damage source? Not sure I'm explaining it properly, {{c:dmg}} returns the color value, is there a macro that instead returns the key name, similar to how {{sys-color-key}} returns the key name and {{c:system}} returns the color value? Thanks for any help, Zavar
  5. Which part are you looking to change? I've done a custom crosshair/aim circle that is loosely based on the vanilla client. crosshair_Controls.wotmod
  6. Hello there, I've been having some issues with the fragCorrelationBar not showing up properly in CW battles that have Fog of War enabled. See: https://koreanrandom.com/forum/topic/38779-маркеры-панели-счета-py_macro/?do=findComment&comment=491530 Does anyone know if there is a way to detect if Fog of War is enabled for a battle, or if there is a python script that would help determine this? I would like to disable the fragCorrelationBar in my config in battles that have fog of war enabled, such as below: "enabled": "{{fogofwar?false|true}}" I know that I could potentially go through this and exclude all the potential battles types currently using fog of war, but these can change if the game rules change. Thanks for any help!
  7. I've been using this configuration for awhile and it has been fantastic. Recently I noticed in Clan battles, when fog of war is enabled, that the vehicle icons don't show up as vehicles are spotted. Example screenshot attached. Has anyone else experienced this? Is this an XVM issue or is it related to the fragCorrelationBar.py? Thank you for any help!
  8. Thanks for the suggestion. I've looked at these and they change the consumables icons, but don't change the hot-key text or color above the icon. I'm specifically looking to change the text color.
  9. Hi Folks, I find the numbers above the in-battle consumables panel difficult to read at times. Does anyone know if there is away to change the color of the text, from say black to white? If so, help in how to do this would be greatly appreciated. Thank You
  10. I experience the same issue. You can bring the reticle back by pressing V twice (the 1st press will turn off all of the HUD, 2nd press will turn the HUD back on and the reticle should be there).
  11. Does anyone know if there is a way to show in the statistics form and/or players panels when players are using the vehicle modernization items (not specific one, just if using any) in Clan Wars? This shows on the vanilla client, but I can't seem to see if this is available with an XVM configuration. Thank You, Zavar
  12. Hello there, I've been trying to see if there is a py macro that can be used to show the damage done by each of my allies or enemys on the statistics form. I had thought that xvm.totalDamage would do it, however it seems that just returns that total damage that I've done. Is there a macro that would allow me to add this to the statistics form? Thank You, Zavar
  13. Hi night_dragon_on, I'm not having success is using the script. For example, trying to use it to change an image based on the in-game setting doesn't work, unless I'm somehow using it incorrectly. I was using: "format": "{{py:isColorBlind=True?<img src='cfg://Aslain/TotalHPBar/TotalHPBar_GvP.png'>|<img src='cfg://Aslain/TotalHPBar/TotalHPBar_GvR.png'>}}" Which seems to always use the second image, regardless of the in-game color blind setting. Any help would be appreciated. Thank You, Zavar
  14. Thank you so much, exactly what I was looking for!
  15. Hello everyone, Is there a way to determine the colorblind mode setting in the client? I have some XVM configs that I'd like to use specific colors, images, etc if the colorblind mode is enabled or disabled. Thank You for you help! Zavar
  16. I've edited nicknames on my blacklist to denote "special" player types. I've since cleaned up my blacklist, yet the edited names persist. Where is this information stored? How can I access it to remove the edits?
  17. Этот мод является фантастическим. Может ли кто-нибудь представить панель WGL в цветной слепой версии с цветом врага как 0x867DD5? Спасибо.
×
×
  • Create New...