- May 31, 2017
- 639
- 225
How do this work?Screen size issue is with the full screen script. If you have RPG Maker VX Ace you can screw around with the script " Fullscreen"
It's the one in Spanish or Portuguese or whatever. Change the line:
# Tamanho da tela
@@screenSize = [
GetSystemMetrics.call([0]),
GetSystemMetrics.call([1])
]
To something like: @@screenSize = [1280,960]
Or some other multiple of 640x480.
Or you can try this script file attached.
I have no idea if this is a long term fix for the game or if it screws with the aspect ratio.
To start the game you can right click the file and force capatability to 640x480 then use the F1 key in the game to force open in full screen. Use alt enter to swap between full screen and not. Laptop users I guess can just go buy a real computer and join the Desktop Elite Master Race.