Topiary_Terror Posted April 15, 2021 Posted April 15, 2021 Running ammo cost in battle I looked around the mod list but I was unable to see this option. I would like this to know when I should stop spamming gold if not really needed. If you need help (gamer not a programmer) I am available. 1 Quote
Moderator Quaksen Posted April 15, 2021 Moderator Posted April 15, 2021 3 options there display credits used on consumables/ammo during battle. Quote
BadCorps Posted April 15, 2021 Posted April 15, 2021 40 minutes ago, Quaksen said: 3 options there display credits used on consumables/ammo during battle. But there's no option for just credits. Which might be what they are looking for. Quote
Moderator Quaksen Posted April 15, 2021 Moderator Posted April 15, 2021 7 minutes ago, BadCorps said: But there's no option for just credits. Which might be what they are looking for. Nothing prevents them from going to : \mods\configs\protanki\efficiency.json and editing out the non-credits stuff. Quote
BadCorps Posted April 15, 2021 Posted April 15, 2021 2 hours ago, Quaksen said: Nothing prevents them from going to : \mods\configs\protanki\efficiency.json and editing out the non-credits stuff. I'm interested, how would I go about doing that without breaking the mod? Quote
Moderator Quaksen Posted April 15, 2021 Moderator Posted April 15, 2021 12 minutes ago, BadCorps said: I'm interested, how would I go about doing that without breaking the mod? Depends on the option you select. Mine would be changed from: "pattern": [ "<font size=\"14\" face=\"$FieldFont\" color=\"#EEEEEE\">", "WN8: <font color=\"{{c:wn8}}\">{{wn8}}</font><tab> Damage : <font color=\"{{c:damage}}\">{{damage}} </font>(X <font color=\"{{c:damageCoff}}\">{{damageCoff}}</font>) <br>", "EFF: <font color=\"{{c:eff}}\"> {{eff}}</font><tab> Credits: {{money}}<br>", "</font>" ] To: "pattern": [ "<font size=\"14\" face=\"$FieldFont\" color=\"#EEEEEE\">", "Credits: {{money}}</font>" ] And that should leave just credits on display. (Using Notepad++, freeware) Quote
BadCorps Posted April 15, 2021 Posted April 15, 2021 44 minutes ago, Quaksen said: Depends on the option you select. { "background": { "alpha": 0, "color": "000000", "enable": false }, "displayOffset": [ -605, 27 ], "displayPattern": 1, "displayType": 0, "displayWidth": 300, "enable": true, "pattern": [ "<font size=\"14\" face=\"$FieldFont\" color=\"#EEEEEE\">", "WN8: <font color=\"{{c:wn8}}\">{{wn8}}</font><tab> Damage : <font color=\"{{c:damage}}\">{{damage}} </font>(X <font color=\"{{c:damageCoff}}\">{{damageCoff}}</font>) <br>", "EFF: <font color=\"{{c:eff}}\"> {{eff}}</font><tab> Credits: {{money}}<br>", "</font>" ], "shadow": { "alpha": 90, "angle": 0, "blur": 2, "color": "000000", "distance": 0, "strength": 5 } } Quote
Moderator Quaksen Posted April 15, 2021 Moderator Posted April 15, 2021 Look at the pattern then - and change that. Quote
Sailorboy Posted April 16, 2021 Posted April 16, 2021 Interesting. May have to try that sometime. 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.