Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Sweat on Sun 14/06/2015 18:36:32

Title: [solved] Display game in 200%/2x view?
Post by: Sweat on Sun 14/06/2015 18:36:32
Hello people, first-time poster here.
I've searched for 30-60 minutes for how I can display my game at 2x resolution? eg. If I select 320x240, the game window would be the size of a 640x480 game.

I don't really understand how to use the graphics filters, or how to access them. Can I display the game at 200% using code, or will I have to scale up my sprites (which I'd rather not do)?

Thanks in advance for any help.
Title: Re: Display game in 200%/2x view?
Post by: Khris on Sun 14/06/2015 18:56:06
After building your game (F7), open the game's Compiled folder. Run winsetup.exe, check "Run in a window", select the 2x nearest-neighbor filter, then click Save & Run.
Title: Re: Display game in 200%/2x view?
Post by: Crimson Wizard on Sun 14/06/2015 20:29:52
or Build -> Run game setup.

Scaling filters are player's settings, not game property, because they do not change game itself, but how user sees it.
Title: Re: Display game in 200%/2x view?
Post by: Sweat on Sun 14/06/2015 20:47:18
Thankyou! I didn't realise it was so simple. :-X