Jump to content
Korean Random

nilsenth

User
  • Content Count

    32
  • Joined

  • Last visited

Posts posted by nilsenth


  1. Open damageLog.xc and scroll down to "disabledSummaryStats": false, change from true to false.

     

    To move the XVM log open battleLabelsTemplates.xc and scroll down to

     

    "damageLog": {
          "enabled": true,
          "updateEvent": "PY(ON_HIT)",
          "x": 310,
          "y": 0,

     

    play with the X and Y values until you are satisfied. Look at the picture to see how i have mine.

     

    Best regards

    nilsenth

    post-38105-0-02598300-1478081842_thumb.png


  2. You will find it in battleLabelsTemplates.xc

     

    "avgDamage": {
    "enabled": true,
    "updateEvent": "ON_DAMAGE_CAUSED",
    "x": -170,
    "y": 30,
    "screenHAlign": "center",
    "align": "right",
    "shadow": { "distance": 1, "angle": 90, "alpha": 80, "blur": 5, "strength": 1.5 },
    "textFormat": { "size": 15, "align": "center" },
    "format": "{{py:xvm.total_hp.avgDamage('{{l10n:avgDamage}}: ',{{hitlog.dmg-total}})}}"
    },
    "mainGun": {
    "enabled": true,
    "updateEvent": "ON_DAMAGE_CAUSED, ON_DAMAGE_CAUSED_ALLY",
    "x": 170,
    "y": 30,
    "screenHAlign": "center",
    "shadow": { "distance": 1, "angle": 90, "alpha": 80, "blur": 5, "strength": 1.5 },
    "textFormat": { "size": 15, "align": "center" },
    "format": "{{py:xvm.total_hp.mainGun('{{l10n:mainGun}}: ',{{hitlog.dmg-total}})}}"
×
×
  • Create New...