Will0hlep Posted July 18, 2018 Posted July 18, 2018 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. Quote
Moderator Quaksen Posted July 18, 2018 Moderator Posted July 18, 2018 \World of Tanks\mods\configs\spoter\marksOnGunExtended\ And besides that, there's an ingame menu - I believe it's when you click the cog in the top left, before you actually exit the game, it should be there. 1 Quote
Will0hlep Posted July 18, 2018 Author Posted July 18, 2018 (edited) 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 July 18, 2018 by Will0hlep more detail 1 Quote
98whiteMC Posted July 18, 2018 Posted July 18, 2018 Maybe this will help with Maximum 2 issue \World_of_Tanks\mods\configs\spoter\marksOnGunExtended\i18n\en.json (or whichever lang you use) Line 3 perhaps Quote
Ress Posted July 18, 2018 Posted July 18, 2018 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. 1 Quote
Will0hlep Posted July 18, 2018 Author Posted July 18, 2018 Nice to know the problem isn't just mine Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.