Jump to content

Marks of Excellence Extended


Recommended Posts

I've installed the "Marks of Excellence Extended" mod and would like to make changes to it's code but can't find it's file. there is a file in "\mods\configs\marksOnGunExtended_stats" but it appears to be data storage for the mod instead of the actual code.

Link to comment

I want to alter this code to read:

 

{
    "UI": 4,
    "background": true,
    "backgroundData": {
        "alpha": 1.0
    },
    "backgroundImage": "../maps/icons/quests/inBattleHint.png",
    "battleMessage": "<font size=\"20\">{c_battleMarkOfGun}:{c_damageCurrent}{status}</font>\n<font size=\"15\">{c_nextMarkOfGun}:{c_damageNextPercent}</font>\n<font size=\"15\">{currentMarkOfGun}:{damageCurrentPercent}</font>\n{c_damageToMark65}{c_damageToMark85}\n{c_damageToMark95}{c_damageToMark100}\n",
    "battleMessageAlt": "<font size=\"20\">{c_battleMarkOfGun}:{c_damageCurrent}{status}</font>\n<font size=\"15\">{c_nextMarkOfGun}:{c_damageNextPercent}</font>\n<font size=\"15\">{currentMarkOfGun}:{damageCurrentPercent}</font>\n{c_damageToMark65}{c_damageToMark85}\n{c_damageToMark95}{c_damageToMark100}\n",
    "battleMessage{battleMarkOfGun}": "%.2f%%",
    "battleMessage{c_battleMarkOfGun}": "%s",
    "battleMessage{c_currentMarkOfGun}": "%s",
    "battleMessage{c_damageCurrentPercent}": "%s",
    "battleMessage{c_damageCurrent}": "%s",
    "battleMessage{c_damageNextPercent}": "%s",
    "battleMessage{c_damageToMark100}": "%s",
    "battleMessage{c_damageToMark65}": "%s",
    "battleMessage{c_damageToMark85}": "%s",
    "battleMessage{c_damageToMark95}": "%s",
    "battleMessage{c_damageToMarkInfoLevel}": "%s",
    "battleMessage{c_damageToMarkInfo}": "%s",
    "battleMessage{c_nextMarkOfGun}": "%s",
    "battleMessage{c_status}Down": "V",
    "battleMessage{c_status}Unknown": "~",
    "battleMessage{c_status}Up": "Δ",
    "battleMessage{currentMarkOfGun}": "%.2f%%",
    "battleMessage{damageCurrentPercent}": "[<b>%.0f</b>]",
    "battleMessage{damageCurrent}": "[<b>%.0f</b>]",
    "battleMessage{damageNextPercent}": "[<b>%.0f</b>]",
    "battleMessage{damageToMark100}": "<b>100%%:%.0f</b>",
    "battleMessage{damageToMark65}": "<b>65%%:%.0f</b>, ",
    "battleMessage{damageToMark85}": "<b>85%%:%.0f</b>",
    "battleMessage{damageToMark95}": "<b>95%%:%.0f</b>, ",
    "battleMessage{damageToMarkInfoLevel}": "%s%%",
    "battleMessage{damageToMarkInfo}": "%s",
    "battleMessage{nextMarkOfGun}": "%.1f%%",
    "battleMessage{status}Down": "<img src=\"img://gui/maps/icons/messenger/status/24x24/chat_icon_user_is_busy.png\" vspace=\"-5\"/>",
    "battleMessage{status}Unknown": "<img src=\"img://gui/maps/icons/messenger/status/24x24/chat_icon_user_is_busy_violet.png\" vspace=\"-5\"/>",
    "battleMessage{status}Up": "<img src=\"img://gui/maps/icons/messenger/status/24x24/chat_icon_user_is_online.png\" vspace=\"-5\"/>",
    "buttonShow": [
        73,
        [ 56, 184 ]
    ],
    "downColor": 21,
    "enabled": true,
    "font": "$IMELanguageBar",
    "panel": {
        "width": 150,
        "drag": true,
        "alignX": "left",
        "alignY": "bottom",
        "y": -228,
        "x": 230,
        "heightAlt": 100,
        "border": true,
        "widthAlt": 150,
        "height": 100
    },
    "shadow": false,
    "shadowText": {
        "distance": 0,
        "blurX": 1,
        "strength": 1,
        "angle": 0,
        "blurY": 1,
        "color": 0,
        "alpha": 1,
        "quality": 1
    },
    "showInBattle": true,
    "showInReplay": true,
    "showInStatistic": true,
    "showInTechTree": true,
    "showInTechTreeMarkOfGunPercent": true,
    "showInTechTreeMarkOfGunPercentFirst": false,
    "showInTechTreeMarkOfGunTankNameColored": false,
    "showInTechTreeMastery": false,
    "techTreeMarkOfGunPercentSize": 12,
    "techTreeMarkOfGunTankNameColoredOnlyMarkOfGun": true,
    "techTreeMasterySize": 16,
    "unknownColor": 16,
    "upColor": 18,
    "version": 501
}

 

The aim of this is to get the alt mode of this mod to be on at all times. can anyone see any problems with this code or know anything else that need changing?

 

i have set the in game setting to "config" and used the above code, current results are that it looks like the last setting you were on until you press alt. at this point, the UI crashes. Help please

Edited by Will0hlep
more detail
  • Like 1
Link to comment
4 hours ago, Will0hlep said:

 i have set the in game setting to "config" and used the above code, current results are that it looks like the last setting you were on until you press alt. at this point, the UI crashes. Help please

Well spoter claims you can still use custom config but i must disagree, there is issue with new alt message since version 5.
If you select use config and put same message and alt message you will still have issues when you press alt in game.A) MoE will disappear B) entire UI will crash.

You can edit background,font,shadow...but as soon as you touch battle message you will have issues. Also pissed me of.

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