Category: RGSS3

8

Clock Graphic

This script replaces the default timer sprite with a custom clock picture of your choice. It might look better. (clock graphic source)

33

Overlay Map Zoom

This script is an add-on for the Overlay Maps script. It allows you to set up individual map zoom levels for each overlay map, allowing you to provide depth perception.

Event Command Tree 3

Event Command Tree

This script converts a list of event commands into a tree representation. The basic usage is to allow developers to debug event-related scripts that modify event trees. Rather than having to write code to...

Custom Icon Sheets 124

Custom Icon Sheets

This script allows you to designate which icon sheet you want to draw your icon from. This allows you to organize your icons so that you don’t need to load one large iconset just to draw...

138

Custom Page Conditions

This script allows you to add custom page conditions to your events using comments and conditional branches. You can add an unlimited number of custom page conditions as long as your event page has room for...

Update: Properly looped overlay maps 0

Update: Properly looped overlay maps

I have implemented a major update to Overlay Maps. Previously, if your overlay map was smaller than the current map, it will automatically loop itself throughout the map as far as it could. With...