RPG Maker VX Ace

RPG Maker VX Ace

View Stats:
Ace Feb 7, 2018 @ 9:10pm
Any way to increase game window size?
I've tried googling the problem but every source I've found so far thinks I'm talking about in-game menus. I mean the game its self. I don't need full screen but RPG Maker XP had a bigger game window for its bigger and more detailed sprites. I'd like to have that back, or be able to adjust the screen's size to whatever I want.

I'm a complete noob so please do not hesitate to explain it to me like I'm an idiot who needs very specific directions.
< >
Showing 1-3 of 3 comments
If you want that then use XP or MV. VX Ace has a hard limit of 640x480.
Hajami Feb 8, 2018 @ 3:29am 
VX-Ace standard Resolution is 544x416 Pixels (Minimum Mapsize 17x13)
Open your Scripteditor and insert the following Codeline as new Script under the Materials Section.
It will resize everything automaticly. But your minimum Mapsize must be 20x15 Tiles.
Like Kitty mentioned 640x480 is the maximum Resolution in VX-Ace but its the same Resolution XP had.

Graphics.resize_screen(640, 480)

Edit:
XP Chars for VX-Ace on Charsheets that contain 8 Chars to keep the overview more organized.
http://steamcommunity.com/sharedfiles/filedetails/?id=311998305
Last edited by Hajami; Feb 8, 2018 @ 3:36am
silumansoft Jul 22, 2019 @ 6:26am 
https://kokororeflections.com/resize-rpg-maker-windows/
some good resources for people that have small screen in the game
works in other apps too
http://www.brianapps.net/sizer4/
< >
Showing 1-3 of 3 comments
Per page: 1530 50