Their are 3 Functions in the title screen : New Game, Quit and Continue.
I would like that their would be an option for the player to chose his/her Screen resolution to prevent black borders,
any help on that?
For example, You chose "Change resolution" Option in the title screen
then a Window pops up (in the game) that shows so many resolution.
And depending on the choice, the resolution changes.
Resolution option in title screen
● ARCHIVED · READ-ONLY
-
-
Generally speaking, there's little value in this, since the default fullscreen mode will always bump the system into 640x480 mode, and depending on your graphics card setup, monitor style, and possibly other settings, will either stretch that 640x480 to your screen (which may be 4:3, in which case it will look fine, or might be 16:10 or 16:9, which will result in some distortion)
I don't see why anyone would select a lower resolution, and it's (more or less) impossible to go to a higher resolution than that.
You may want to use a script that will produce better results than the default "full screen" functionality:
http://www.hbgames.org/forums/viewtopic.php?f=11&t=76084
(I didn't write this script, though I do use a somewhat modified version of it myself)
It won't change the resolution of your game so far as ace is concerned, but it will stretch it proportionally to fit the current screen resolution, as much as possible. -
Thanks timk for posting that link. It is an improvement over the default system, and of course thanks goes to "Zeus81" for making the script.