Jump to content

Platoon number appears without a background


Recommended Posts

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>"
            },
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.