Jump to content
Korean Random
Refar

Missing icon on burining enemies with custom markers

Recommended Posts

After a recent switch to custom over target markers my game does not display the fire icon in the marker, when an enemy is burning. I can still see the damage numbers per tick, only the icon is missing. It's not a big deal, but i would still like it fixed.

Comparing my config with some modpacks, that i know are working, did not yield any hints.

Any help would be appreciated.

 

markersAliveNormal.xc

Share this post


Link to post

Short link
Share on other sites

If you want you can do next steps to display an icon.
1) Find which color is used while fire.
In colors.xc find a string which contain word fire. For example "fire": "0xFF6655";
2) In "res_mods->mods->shared_resources->xvm->res" folder make new and name it for example "firemark"(without quotes).
3) Place an icon to this directory. It should be named as in fire color definition: #FF6655.png
4) And, finally in markersAliveNormal.xc you should replace

"damageMessage": "{{dmg}}",

to this one:

"damageMessage": "{{dmg}}\n<img src='xvm://res/firemark/{{c:dmg-kind}}.png' width='36' height='51'>",

After this manipulations icon should be displayed.

My icon in attachment.

post-29650-0-94616800-1424189006_thumb.png

  • Upvote 1

Share this post


Link to post

Short link
Share on other sites

Thank you, tried that, now just need to set something on fire to test it...

Should have kept an replay at hand.

Share this post


Link to post

Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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.


  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...