Zenok Blueraven 0 Posted January 21, 2013 is there a script to increase the resolution to let's say 1360x768 cuz i would like to make a widescreen game if possible Share this post Link to post Share on other sites
Galv 1,387 Posted January 21, 2013 640 x 480 is the maximum resolution the maker will let you use. You could change it to be widescreen scaled but 640 is your max width. A line of code in your scripts to change the screen size: Graphics.resize_screen(640, 480) Share this post Link to post Share on other sites
HellKiteChaoS 36 Posted January 21, 2013 (edited) This script is about the best you can do script wise I believe. Edit: Damn you Galv for beating me to this one, gurr! xD Edited January 21, 2013 by HellKiteChaoS Share this post Link to post Share on other sites
Quack 34 Posted January 23, 2013 There's also this though it's not really the same thing: http://www.rpgmakervxace.net/topic/3894-basic-window-resizer/ Share this post Link to post Share on other sites