Jump to content

Recommended Posts

Hi

 

Could be tricky, I have never tried it.

 

Look for markersAliveNormal.xc (open with Notepad++)

 

Scroll down to this:

 

         "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
 
Try changing some of those "color"/"lcolor":null into something.
 
Maybe 0xFFFFFF. Kinda trial and error.
 
"alpha" on the other hand sets transparency (intensity).
Link to comment

Oh, forgot.

 

The color for "floating number" should be in markersAliveNormal.xc.

 

Scroll down to this: 

 

          "damageText": {
            "alpha": 100,
            "blowupMessage": "",
            "color": "0xFFFFFF",
            "damageMessage": "-{{dmg}}",
            "font": { "align": "center", "bold": true, "italic": false, "name": "$FieldFont", "size": 18 },
            "maxRange": 60,
            "shadow": { "alpha": 100, "angle": 0, "color": "{{c:dmg}}", "distance": 1, "size": 5, "strength": 400 },
            "speed": 3,
            "visible": true,
            "x": 0,
            "y": -65
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.