Settings

To enable a custom resolution you should add the following custom settings:

  • LedMode (Bool) = 1.
    Run in Windowed mode, always on top.
  • ScreenWidth (Int)
    Window width (in pixels).
  • ScreenHeight (Int)
    Window height (in pixels).

You may also have to specify the position of the window:

  • ScreenX (Int)
    X position of window (in pixels, 0 = leftmost edge of screen)
  • ScreenY (Int)
    Y position of window (in pixels, 0 = topmost edge of screen)