Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: WayneGwynneWhite on Tue 08/05/2018 17:33:05

Title: Change window size during testing, not Resolution
Post by: WayneGwynneWhite on Tue 08/05/2018 17:33:05
Hi Guys. Could someone please tell me or point 'n click me in the right direction to a setting or script code needed to change the window size of the game during testing, but not the resolution. If the Question has been asked, please show me to the post. My game is 320x200. I basically would like to resize the window down a bit. Thanks.
Title: Re: Change window size during testing, not Resolution
Post by: Crimson Wizard on Tue 08/05/2018 17:49:45
Right now you cannot do this from game script, but you can choose different window size and scaling type in the setup program.

Build -> Build EXE, then Build -> Run game setup.

Or run winsetup.exe from compiled folder.
Title: Re: Change window size during testing, not Resolution
Post by: WayneGwynneWhite on Tue 08/05/2018 18:00:59
Thanks:wink: