Category: RGSS3

5

Battle Sprite auto-position

RPG Maker’s troop editor allows you to visually position troop members. However, the editor assumes you are using a screen resolution of 544×416. This means that if you were using a different resolution, the positions would...

Tutorial: Easy Tile Swapping 8

Tutorial: Easy Tile Swapping

This tutorial goes over the Tile Swap script. It explains how the script is used and provides a full working example that demonstrates each step involved in successfully swapping tiles.

Tile Swap

Tile Swap

This script provides functionality for swapping tiles. In a single script call, you can change entire groups of tiles from one tile to another. The changes may be reverted as well using simple script...

Data Backup 9

Data Backup

This script was written after seeing several people lose weeks or months of work due to unexpected computer failures (power-outage, hardware failure, etc). For some reason, when RM crashes, there is a chance that...

Map Creator 61

Map Creator

This script provides various map creation and editing functionality. It addresses limitations in the editor such as a minimum width of 17, minimum height of 13, and maximum width and height of 500. This...