Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: Main launch box  (Read 386 times)

facc00

  • Commander
  • ***
  • Posts: 110
    • View Profile
Main launch box
« on: December 15, 2021, 10:53:17 PM »

I know its a stupid request, but can you please make the main box movable.  (It sits over the mods and hulu window and it needs to move a tid bit to the side.
Logged

facc00

  • Commander
  • ***
  • Posts: 110
    • View Profile
Re: Main launch box
« Reply #1 on: December 16, 2021, 12:07:54 PM »

This box by the way.

[attachment deleted by admin]
Logged

Alex

  • Administrator
  • Admiral
  • *****
  • Posts: 24146
    • View Profile
Re: Main launch box
« Reply #2 on: December 16, 2021, 12:13:03 PM »

Just real quick: if you open up data/config/settings.json, there's these two lines here:

   #"windowLocationX":0,
   #"windowLocationY":0,

You can uncomment them (by removing the # at the beginning) and it will override the location of the launcher on the screen, and also the starting location of the game window. 0,0 is the top left corner in this case.

(If you run the game at your full-screen resolution without checking fullscreen, though, any value other than 0,0 will mess it up by moving the undecorated window the game runs in, which you won't be able to move because it's undecorated.)
Logged

facc00

  • Commander
  • ***
  • Posts: 110
    • View Profile
Re: Main launch box
« Reply #3 on: December 16, 2021, 04:57:03 PM »

Thanks for the quick reply.  Is there anyway an implementation can be done with a future uupdate?
Logged