TheBlueScreenOfDeath Posted November 26, 2015 Posted November 26, 2015 (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. Edited November 27, 2015 by TheBlueScreenOfDeath Quote
Administrator Aslain Posted November 27, 2015 Administrator Posted November 27, 2015 You have font conflict, delete all XVM fonts from system. Quote
TheBlueScreenOfDeath Posted November 27, 2015 Author Posted November 27, 2015 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>" }, Quote
Administrator Aslain Posted November 27, 2015 Administrator Posted November 27, 2015 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. Quote
TheBlueScreenOfDeath Posted November 27, 2015 Author Posted November 27, 2015 After restart everything is fine. Thank you. Sent you a little present ;) Quote
Administrator Aslain Posted November 28, 2015 Administrator Posted November 28, 2015 Thank you :) Have fun Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.