zavar Posted May 29, 2015 Posted May 29, 2015 Is anyone getting over-lapped formatting with this version (see screenshot)? Quote
brenkehoe Posted May 29, 2015 Posted May 29, 2015 I get it where it doesn't switch from large after battle start. Quote
Grandorf Posted May 29, 2015 Posted May 29, 2015 #zavar Hi Open playersPanel.xc and scroll down to "medium". You will find these lines: "extraFieldsLeft": [ { "x": 71, "y": 5, "valign": "center", "w": 70, "h": 14, "bgColor": "0xffffff", "alpha": "{{alive?75|0}}" }, { "x": 72, "y": 6, "valign": "center", "w": "{{hp-ratio:68}}", "h": 12, "bgColor": "0x149612", "alpha": "{{alive?100|0}}" }, { "x": 93, "y": -1, "valign": "center", "format": "<font size='11'><b>{{hp%4.4s|-----}}</b></font>", "alpha": "{{alive?100|0}}", "shadow": {"alpha": 100, "angle": 90, "color": "0x000000", "distance": 0, "size": 2, "strength": 8} } Try changing the "x" values (bigger). Quote
Grandorf Posted May 29, 2015 Posted May 29, 2015 #brenkehoe Hi Open playersPanel.xc and scroll all the way down. Try change this: "startMode": "medium2", Also ingame press Ctrl and change panel. Icons above left panel. 1 Quote
zavar Posted May 30, 2015 Author Posted May 30, 2015 Thanks for both tips Grandorf. For the medium panel I'm using, I found the below to work best with my setup (note that you need to change both the "extraFieldsLeft" and "extraFieldsRight" to get the HP bars to position correctly for both your team and the enemy team. "extraFieldsLeft": [ { "x": 104, "y": 5, "valign": "center", "w": 70, "h": 14, "bgColor": "0xffffff", "alpha": "{{alive?75|0}}" }, { "x": 105, "y": 6, "valign": "center", "w": "{{hp-ratio:68}}", "h": 12, "bgColor": "0x149612", "alpha": "{{alive?100|0}}" }, { "x": 128, "y": -1, "valign": "center", "format": "<font size='11'><b>{{hp%4.4s|-----}}</b></font>", "alpha": "{{alive?100|0}}", "shadow": {"alpha": 100, "angle": 90, "color": "0x000000", "distance": 0, "size": 2, "strength": 8} } ], "extraFieldsRight": [ { "x": 104, "y": 5, "valign": "center", "w": 70, "h": 14, "bgColor": "0xffffff", "alpha": "{{alive?75|0}}" }, { "x": 105, "y": 6, "valign": "center", "w": "{{hp-ratio:68}}", "h": 12, "bgColor": "0xdc0f00", "alpha": "{{alive?100|0}}" }, { "x": 128, "y": -1, "valign": "center", "format": "<font size='11'><b>{{hp%4.4s|-----}}</b></font>", "alpha": "{{alive?100|0}}", "shadow": {"alpha": 100, "angle": 90, "color": "0x000000", "distance": 0, "size": 2, "strength": 8} }, 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.