Jump to content

Running ammo cost in battle


Recommended Posts

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

Link to comment
  • Moderator
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)

Link to comment
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
    }
}

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.