Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Tamanegi on Wed 24/11/2010 00:59:32

Title: SOLVED: Higher resolution while playing?
Post by: Tamanegi on Wed 24/11/2010 00:59:32
I just dug out my old project from when 2.72 was the current AGS version and started doing stuff. All of a sudden, my test build started freezing as long as the game window was above a certain position on my screen. Strange, but that made me update my AGS.

Now, my game is written in 320x240, but I always ran it in 640x480 because I didn't want it to be so tiny. That option seems to be gone, at least I can't find it any more in the setup screen.

So this might be a very dumb question, but, can I still play 320x240-games in 640x480? And how? Searching the term "resolution" brings tons of inrelated forum posts...
Title: Re: Higher resolution while playing?
Post by: Ryan Timothy B on Wed 24/11/2010 01:02:08
If you're playing from the editor:
Go to Build -> Build EXE
Then Build -> Run Game Setup

Then you adjust the Graphics filter to 2x (or higher if you want).

Same with the setup files, change to 2x if you're not playing from the editor.
Title: Re: Higher resolution while playing?
Post by: Tamanegi on Wed 24/11/2010 01:07:32
That was so easy I'm almost ashamed of having asked...  :o

I didn't notice that because I think it was present in the old setup too, while also having a radio button for resolution selection.

Thanks!