Page 1 of 1

missing edge of screen

Posted: Fri Mar 19, 2021 9:10 am
by Pongo
I seem to be missing a few pixels on the far right of the screen on v197. You can see it in this screenshot - the box around the character portrait only has three green sides, for example. Is it the same for anyone else?

Re: missing edge of screen

Posted: Sat May 15, 2021 2:48 am
by slowdive
Maybe try changing the "MainUILayout.json" file in your module's "data" folder. Try decreasing the "shownLocX" value by a few pixels:

Code: Select all

"tag": "portraitPanel",
      "backgroundImageFilename": "ui_bg_portraits",
      "hiding": false,
      "showing": false,
      "shownLocX": 1800,
      "shownLocY": 0,
      "currentLocX": 1800,
      "currentLocY": 0,
      "hiddenLocX": 1920,
      "hiddenLocY": 0,
      "hidingXIncrement": 1,
      "hidingYIncrement": 0,
      "Width": 118,
      "Height": 1030,

Re: missing edge of screen

Posted: Thu May 20, 2021 1:22 pm
by Pongo
Thanks - will try this later!