Jump to content
Korean Random
TFSPIKE

Squad Icon issues?

Recommended Posts

yes.

 

optionally:

clean the folder "configs" and copy the config that I edited in post #16.

Share this post


Link to post

Short link
Share on other sites

Yeah im not sure what to do at this point. Im not sure why its showing as a black background. It also doesn't show me my own platoon icon like its showing on yours for some reason.

Edited by TFSPIKE

Share this post


Link to post

Short link
Share on other sites

Yup that worked. It was the fonts i was using from aslain that was the issue. Thanks so much Jem1510. I really appreciate your time.

Share this post


Link to post

Short link
Share on other sites
i was using from aslain

most likely it was the old version, and you can just change the character codes.

 

'example'

{
  "name": "squad background",
...
//"format": "<font size='{{squad-num?24|0}}'>G</font>"
  "format": "<font size='{{squad-num?24|0}}'>F</font>"
},
{
  "name": "squad",
...
//"format": "<font size='{{squad-num?24|0}}'>F</font>"
  "format": "<font size='{{squad-num?24|0}}'>G</font>"
}, 

Edited by jem1510

Share this post


Link to post

Short link
Share on other sites

I do not understand. Show on the screenshot.


That's it?

post-29258-0-08646200-1425176784_thumb.png

Edited by jem1510

Share this post


Link to post

Short link
Share on other sites

In field "squad background" there is "color": null

Designation color of NULL is:

for ally --> #96FF00

for enemy --> #F50800

for squad --> #FFB964

 

'a simpler version of platoon icon in marker'

{
  "name": "squad background",
...
  "format": "{{squad-num?G}}"
},
{
  "name": "squad",
...
  "format": "{{squad-num?F}}"
},
{
  "name": "squad number",
...
  "format": "{{squad-num}}"
},

Share this post


Link to post

Short link
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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.


  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...