Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Longmeg on Fri 29/07/2022 20:01:44

Title: Help with Window and Menu Scaling
Post by: Longmeg on Fri 29/07/2022 20:01:44
I'm working on my first major project but having issues with getting the menus scaled up to the size I need and game window to scale to full screen. I've read over various forums and looked up various tutorials as well as looking into my settings within the program but I can't seem to figure it out. Is there anyone who can give me a hand? Working with the default resolution (320 x 200) to start with.
Title: Re: Help with Window and Menu Scaling
Post by: Crimson Wizard on Fri 29/07/2022 20:39:31
The game's window is scaled by changing the game setup. There's Default Setup pane in the editor that lets you edit default values, and also you may build game and run winsetup.exe (Build -> Run setup) to configure your personal settings for a test.

Please elaborate on menus scaling, - how do you make your menus, and what the problem actually is?
Title: Re: Help with Window and Menu Scaling
Post by: Longmeg on Sat 30/07/2022 16:26:52
I was having trouble with the GUI menus fitting on the screen while testing the game. I have managed to fix the issue and used the options you have mentioned in the Default Setup pane. Thanks for your help.