Jump to content

Platoon number appears without a background


Recommended Posts

Posted (edited)

Hello,

for some reason platoon number appears without a background and it hard to see it (see attached picture).

Since nobody complains looks like it is only my problem, but maybe you can help me to solve it.

post-432-0-76082200-1448582088_thumb.jpg

post-432-0-64422400-1448637014_thumb.jpg

Edited by TheBlueScreenOfDeath
Posted

I did it and reinstalled the mod pack. Now there is no XVM... fonts at all and the result is shown in my original post.

The relevant part of the markersAliveNormal.xc file is:

"textFields": [
            {
              "name": "squad background",
              "visible": true,
              "x": -42,
              "y": -28,
              "alpha": 70,
              "color": "null",
              "font": {
                "name": "xvm",
                "size": 24,
                "align": "center",
                "bold": false,
                "italic": false
              },
              "shadow": {
                "alpha": 70,
                "color": "0x000000",
                "angle": 45,
                "strength": 150,
                "distance": 0,
                "size": 1
              },
              "format": "<font size='{{squad?0|24}}'><font size='0{{squad-num~sq}}'>G</font></font>"
            },
            {
              "name": "squad",
              "visible": true,
              "x": -42,
              "y": -28,
              "alpha": 70,
              "color": "0x000000",
              "font": {
                "name": "xvm",
                "size": 24,
                "align": "center",
                "bold": false,
                "italic": false
              },
              "shadow": {
                "alpha": 70,
                "color": "0x000000",
                "angle": 45,
                "strength": 0,
                "distance": 0,
                "size": 0
              },
              "format": "<font size='{{squad?0|24}}'><font size='0{{squad-num~sq}}'>F</font></font>"
            },
            {
              "name": "squad number",
              "visible": true,
              "x": -42,
              "y": -25,
              "alpha": 100,
              "color": "0x000000",
              "font": {
                "name": "$FieldFont",
                "size": 11,
                "align": "center",
                "bold": true,
                "italic": false
              },
              "shadow": {
                "alpha": 100,
                "color": "0x000000",
                "angle": 45,
                "strength": 0,
                "distance": 0,
                "size": 0
              },
              "format": "<font size='{{squad?0|11}}'><font size='0{{squad-num~sq}}'>{{squad-num}}</font></font>"
            },
  • Administrator
Posted

That code is fine....

 

Like I said, it's related to the font :) You have to remove it, and maybe restart your pc too, then check if you still have it deleted.

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.