Jump to content

Marks of Excellence


Recommended Posts

I would love to have the option to see the Marks of Excellence instead the current option

 

XVM Code for it under `markersAliveNormal.xc` should be:

{
  "name": "Marks Excellence",
  "visible": true,
  "x": -10,
  "y": -11,
  "alpha": 100,
  "color": null,
  "shadow": {
    "alpha": 100,
    "color": "0x000000",
    "angle": 0,
    "distance": 0,
    "size": 2,
    "strength": 400
  },
  "format": "{{marksOnGun}}"
}

and the marksOnGun can be set as

"marksOnGun": {
  "_0": "<img src='xvmres://xfticons/marks0.png' width='32' height='10'>",
  "_1": "<img src='xvmres://xfticons/marks1.png' width='32' height='10'>",
  "_2": "<img src='xvmres://xfticons/marks2.png' width='32' height='10'>",
  "_3": "<img src='xvmres://xfticons/marks3.png' width='32' height='10'>"
}

The code is using Xft icons, that I'm attaching to this post.

 

 

example showing the MoE with Xtf config:

 

balexandre_1421753417.png

 

balexandre_1421754163.png

 

Thank you!

 

 

post-4259-0-11736800-1421751581.png

post-4259-0-53961600-1421751581.png

post-4259-0-04448600-1421751582.png

post-4259-0-54052100-1421751582.png

  • Upvote 1
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.