fodev.net

FOnline Development => Questions and Answers => Topic started by: Alexandrite on July 30, 2016, 06:30:28 pm

Title: FOnlineServer.exe cuts off on screen
Post by: Alexandrite on July 30, 2016, 06:30:28 pm
Hello.

When I run FOnlineServer.exe, the bottom of its window gets cut off at the bottom of the screen. I tried using the TAB key but my enter key doesn't seem to press it.

Is there a way to shorten the size of the window?

(https://i.imgur.com/a6jSkTd.png)
Title: Re: FOnlineServer.exe cuts off on screen
Post by: sasha on July 30, 2016, 07:23:58 pm
i still use 800x600 res, so that happens to me all the time. just press Spacebar and the server will run.

for saving & closing the server just press Tab one more time after the "Profiler"  button has been selected ( 9 times in total ) and then press Spacebar.

to close the window press Escape.
Title: Re: FOnlineServer.exe cuts off on screen
Post by: Wipe on July 31, 2016, 05:07:40 am
Is there a way to shorten the size of the window?
Add to FOnlineServer.cfg
Code: [Select]
GUISize = -20 or any other negative value until you're happy with results.
Title: Re: FOnlineServer.exe cuts off on screen
Post by: Alexandrite on August 01, 2016, 02:31:33 am
Add to FOnlineServer.cfg
Code: [Select]
GUISize = -20 or any other negative value until you're happy with results.

Thank you.