VXA – SOULPOUR’S LIMITED SCREEN

RPG Maker VX Ace

Creates a limited screen / adjusts a limited screen in game.



VXA – Soulpour’s Limited Screen
Author: Soulpour777
Version 1.0
A VX script ported to Ace.
Description: Cuts the screen into a smaller size depending on the indicated value.

Instructions of Using:
$scr_left = n
^ set up a value for how many cuts on the screen will be for the left side.
$scr_right
^ set up a value for how many cuts on the screen will be for the right side.
$scr_top
^ set up a value for how many cuts on the screen will be for the top side.
$scr_bottom
^ set up a value for how many cuts on the screen will be for the left side.

You can modify them via script call as well, although since it receives method from the Spriteset_Map, you need to refresh the map before it updates.