SIMPLE 640X480 RESOLUTION FORCING

RPG Maker VX Ace

Uses a simple aliased method to force 640x480 display resolution.

  • Mattdk
  • 03/13/2013 09:54 PM
  • 6787 views
This simple script forces 640x480 display resolution via Scene_Title's start method.

If you want to use this in a Pre-Title Scene, simply copy the resize_screen command to the start method of your pre-title scene.

You are legally allowed to use/modify this script in any free or commercial game. You are NOT REQUIRED to provide credit if you use this script in your game.

Posts

Pages: 1
I didn't know this were possible.

Is it possible to change the resolution of the other Ruby-script based RPG Maker games, like XP or VX?
I'm not sure if the Graphics class in those versions of RPG Maker have the methods for resizing resolution.

If they do, then yes.
Pages: 1