Scaling Screen Resolutions

maxman

Well-known member
As the title says, I'm just wondering if scaling screen resolutions is a possibility for the engine, by dragging and pulling the side of the window box of it. I know in Video Options you change its scale by 80 pixels wide by 60 pixels high from video 0 in video.txt. How about using video 320x240 when it comes to screen resizing/scaling, like, pull 1 pixel or so to make it a little wider? Maybe the engine is sensitive on certain screen sizes declared from video.txt or something in the code.
 
No, you can't do that. Resolutions and screen size are two different things. Resolution is controlled by the creator, and by design you can't change it, since it would adversely affect the game design. You can change screen size, but for portability you have to do it from the menu. There's no mouse drag option support.

DC
 
Back
Top Bottom