viperver1 Posted February 22, 2015 Posted February 22, 2015 I absolutely love this feature and I always use it but it gets under the damage required for High Caliber and it's really annoying.So is there a way to shift it to the right side of the screen towards the battle timer? Thanks to anyone who can answer this. Quote
Grandorf Posted February 22, 2015 Posted February 22, 2015 As far as I can see the main file is ZMHL_MOJ.json (opens with Notepad++). You can choose any of the other .json files as long as you enter your choice into Config_File_Chooser.xml. The position seems to be in the .json files under: "WindowKeyList":[ {"xAlign": "Normal", "x": 220, "offsetX": 25, "yAlign": "Normal", "y": -1, "offsetY": 7, "width": 420, "height": 274, "backgroundLevel": -1, "backgroundFile": "MHL.dds", "ConfigName": "HitLogPanel", "time": 0, "Key": "KEY_LALT"}, {"xAlign": "Normal", "x": 220, "offsetX": 25, "yAlign": "Normal", "y": -1, "offsetY": 7, "width": 420, "height": 274, "backgroundLevel": -1, "backgroundFile": "MHL.dds", "ConfigName": "DamageLogPanel", "time": 0, "Key": "NONE"}, {"xAlign": "Normal", "x": -470, "offsetX": 25, "yAlign": "Normal", "y": -22, "offsetY": 7, "width": 260, "height": 253, "backgroundLevel": -1, "backgroundFile": "MHL.dds", "ConfigName": "InfoPanel", "time": 0, "Key": "NONE"}, {"xAlign": "Normal", "x": -470, "offsetX": 25, "yAlign": "Normal", "y": -22, "offsetY": 7, "width": 260, "height": 253, "backgroundLevel": -1, "backgroundFile": "MHL.dds", "ConfigName": "HPLeftPanel", "time": 0, "Key": "KEY_LALT"} Just play around with "x": and "y": position numbers. Quote
viperver1 Posted February 25, 2015 Author Posted February 25, 2015 Thank you Grandorf. :)I readjusted the values and now it's in the correct place I wanted. Had to go -2 in the x value in order to have it next to the timer and now it doesn't overlap anything. :) 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.