Author: Hime

6

My Solution to RMDC #1

A week ago I had published an RMdev challenge. You can read the problem here. A number of solutions have been presented. Some of them are purely evented, and others use a mix of events...

59

Covering Allies and Cover Conditions

This article discusses the cover mechanic in RPG Maker. Covering is the act of one battler taking a hit for another battler. For example, if you had a healer that was critically wounded, and any attack...

2

Placeholder Graphics

This script allows you to use placeholder graphics for your events. The appropriate graphics will be chosen automatically by the engine during the game. This script is focused on actors and allows you to...

18

Pre-Skill Effects

By default, effects assigned to skills or items are executed after skill or item is executed. This script allows you to specify that certain effects should be executed before the skill or item is...

23

Character Sprite Zooming

This script allows you to control the zoom-level for character sprites, which includes the player, followers, events, and the default vehicles. All it does is change the look of the sprite. Functions are available for...