TATOO_64 Posted September 3, 2016 Posted September 3, 2016 (edited) I apologize for my bad English. My compliments for the mod pack Aslain, I just installed the latest version. I noticed that the icons of the tanks in the two panels are directed to the right, and those of my team and even the enemy, how can I put them opposite each other ?? Another question how and where to change the settings to change position hitlog? Last question in the settings of Modpack I popped something that makes me look at my side of the info tank every time you point a tank, I would remove them from Modpack I tried but it does not work, how do I ??? Thank you in advance for the help Edited September 3, 2016 by TATOO_64 Quote
Maxxrange Posted September 3, 2016 Posted September 3, 2016 I also need to know how to move the hitlog. Before last update I would change the x,y position. I was hoping it was Ctrl and drag the box, that would have been sweet. Quote
TATOO_64 Posted September 3, 2016 Author Posted September 3, 2016 17 minutes ago, Maxxrange said: I also need to know how to move the hitlog. Before last update I would change the x,y position. I was hoping it was Ctrl and drag the box, that would have been sweet. In the old version, I found this: "hitlog": { "enabled": true, "updateEvent": "ON_DAMAGE_CAUSED", "x": 1290, <--------- "y": 450, <--------- "width": 500, "height": 1000, "textFormat": { "color": "0xF4EFE8", "size": 18 }, "format": "{{hitlog-header}}\n{{hitlog-body}}" }, I find this in the latest version: "hitlogHeader": { "enabled": true, "updateEvent": "ON_DAMAGE_CAUSED, ON_PANEL_MODE_CHANGED", "x": "{{pp.mode=0?5|{{py:math.sum({{pp.widthLeft}},50)}}}}", "y": "{{pp.mode=0?65|40}}", "width": 500, "height": 1000, "textFormat": { "color": "0xF4EFE8", "size": 15 }, "format": "{{hitlog-header}}" // Format of the full hitlog (header and body) // ?????? ??????? ???-???? (????? ? ????) // "format": "{{hitlog-header}}\n{{hitlog-body}}" }, "hitlogBody": { "enabled": true, "hotKeyCode": 56, "onHold": "true", "visibleOnHotKey": false, "updateEvent": "ON_DAMAGE_CAUSED, ON_PANEL_MODE_CHANGED", "x": "{{pp.mode=0?5|{{py:math.sum({{pp.widthLeft}},50)}}}}", "y": "{{pp.mode=0?85|60}}", "width": 500, "height": 1000, "textFormat": { "color": "0xF4EFE8", "size": 15 }, "format": "{{hitlog-body}}" }, As you change the location ?? Quote
Administrator Aslain Posted September 3, 2016 Administrator Posted September 3, 2016 In battleLabelsTemplates.xc "x": "{{pp.mode=0?5|{{py:math.sum({{pp.widthLeft}},50)}}}}", "y": "{{pp.mode=0?65|40}}", to "x": 1290, "y": 450, and "x": "{{pp.mode=0?5|{{py:math.sum({{pp.widthLeft}},50)}}}}", "y": "{{pp.mode=0?85|60}}", to "x": 1290, "y": 460, Quote
TATOO_64 Posted September 3, 2016 Author Posted September 3, 2016 31 minutes ago, Aslain said: In battleLabelsTemplates.xc "x": "{{pp.mode=0?5|{{py:math.sum({{pp.widthLeft}},50)}}}}", "y": "{{pp.mode=0?65|40}}", to "x": 1290, "y": 450, and "x": "{{pp.mode=0?5|{{py:math.sum({{pp.widthLeft}},50)}}}}", "y": "{{pp.mode=0?85|60}}", to "x": 1290, "y": 460, I'm just noob, the location is ok, but now written overlap Quote
TATOO_64 Posted September 3, 2016 Author Posted September 3, 2016 ok arranged are two different positions, a body and a header. the other two issues I can not fix them 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.