AssM0nk3y Posted September 30, 2021 Posted September 30, 2021 Anyone know what .xc file these are in? I looked in playerpanel but didnt see then there. Quote
Administrator Aslain Posted September 30, 2021 Administrator Posted September 30, 2021 Are you saying there is an issue with that option shown in the screenshot? Are you using the latest modpack? Attach logs. .xc files for it are in PP folder. Quote
AssM0nk3y Posted September 30, 2021 Author Posted September 30, 2021 No they are working fine. I was wanting to mess around with them and see what all i could do. I couldnt find them in the playerpanel.xc. What .xc in the PP folder are the thin HP bars in? Quote
Administrator Aslain Posted September 30, 2021 Administrator Posted September 30, 2021 Its one of the defines above //4 Quote
AssM0nk3y Posted September 30, 2021 Author Posted September 30, 2021 (edited) Thank you. This is what i was trying to achieve. Before both sides and toon mates were all green bars. I changed Spoiler "extraFieldsLeft": [ ${"../playersPanel.xc": "def.clanIcon"}, ${"../playersPanel.xc": "def.xvmUserMarker"}, ${"../playersPanel.xc": "def.xmqpServiceMarker"}, //${"../playersPanel.xc": "def.hpBarBg"}, //${"../playersPanel.xc": "def.hpBar"}, //${"../playersPanel.xc": "def.hp"}, {"x": 0, "y": 19 , "bgColor": "0xFFFFFF", "height": 5 , "width": "253", "alpha": "{{alive? 20|0}}"}, {"x": 0, "y": 19 , "bgColor": ${"../playersPanel.xc": "def.c1"}, "height": 5 , "width": "{{hp-ratio:253}}", "alpha": "{{alive? 30|0}}"}, //4{"x": 60, "y": 6, "align": "center", "valign": "top", "src": "xvm://res/icons/flags/{{flag|default}}.png", "alpha": "{{alive?100|30}}", "shadow": {} }, {} ], "extraFieldsRight": [ ${"../playersPanel.xc": "def.clanIcon"}, ${"../playersPanel.xc": "def.xvmUserMarker"}, ${"../playersPanel.xc": "def.enemySpottedMarker"}, //${"../playersPanel.xc": "def.hpBarBg"}, //${"../playersPanel.xc": "def.hpBar"}, //${"../playersPanel.xc": "def.hp"}, {"x": 0, "y": 19 , "bgColor": "0xFFFFFF", "height": 5 , "width": "253", "alpha": "{{alive? 20|0}}"}, {"x": 0, "y": 19 , "bgColor": ${"../playersPanel.xc": "def.c2"}, "height": 5 , "width": "{{hp-ratio:253}}", "alpha": "{{alive? 50|0}}"}, //4{"x": 60, "y": 6, "align": "center", "valign": "top", "src": "xvm://res/icons/flags/{{flag|default}}.png", "alpha": "{{alive?100|30}}", "shadow": {} }, {} to Spoiler "extraFieldsLeft": [ ${"../playersPanel.xc": "def.clanIcon"}, ${"../playersPanel.xc": "def.xvmUserMarker"}, ${"../playersPanel.xc": "def.xmqpServiceMarker"}, //${"../playersPanel.xc": "def.hpBarBg"}, //${"../playersPanel.xc": "def.hpBar"}, //${"../playersPanel.xc": "def.hp"}, {"x": 0, "y": 19 , "bgColor": "0xFFFFFF", "height": 5 , "width": "60", "alpha": "{{alive? 20|0}}"}, {"x": 0, "y": 19 , "bgColor": "{{player?#FFDD33|{{c:system}}}}", "height": 5 , "width": "{{hp-ratio:60}}", "alpha": "{{alive? 30|0}}"}, //4{"x": 60, "y": 6, "align": "center", "valign": "top", "src": "xvm://res/icons/flags/{{flag|default}}.png", "alpha": "{{alive?100|30}}", "shadow": {} }, {} ], "extraFieldsRight": [ //${"../playersPanel.xc": "def.hpBarBg"}, //${"../playersPanel.xc": "def.hpBar"}, //${"../playersPanel.xc": "def.hp"}, ${"../playersPanel.xc": "def.clanIcon"}, ${"../playersPanel.xc": "def.xvmUserMarker"}, ${"../playersPanel.xc": "def.enemySpottedMarker"}, {"x": 0, "y": 19 , "bgColor": "0xFFFFFF", "height": 5 , "width": "65", "alpha": "{{alive? 20|0}}"}, {"x": 0, "y": 19 , "bgColor": "{{player?#FFDD33|{{c:system}}}}", "height": 5 , "width": "{{hp-ratio:65}}", "alpha": "{{alive? 50|0}}"}, //4{"x": 60, "y": 6, "align": "center", "valign": "top", "src": "xvm://res/icons/flags/{{flag|default}}.png", "alpha": "{{alive?100|30}}", "shadow": {} }, {} In all of the .xc files in the PP folder. Edited September 30, 2021 by AssM0nk3y 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.