Jump to content

My Damage Size


Recommended Posts

  • Administrator
Posted

If you mean OTM, then edit res_mods\configs\xvm\Aslain\markersAliveNormal.xc, find "damageText" and search font line with size parameter in the end of it       

 

  "font": { "align": "center", "bold": true, "italic": false, "name": "$FieldFont", "size": 18 },

  • Administrator
Posted

This is your damage:

          "damageTextPlayer": {
            "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
          },

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.