Jump to content

Running ammo cost in battle


Recommended Posts

Posted

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.

  • Upvote 1
Posted
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.

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

Posted
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?

 

  • Moderator
Posted
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)

Posted
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
    }
}

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.