Category: RGSS3

2

Compressed Save Files

This script compresses all save files, resulting in smaller save files. For backwards compatibility, if a compressed file is not available, it will try to load the uncompressed file. Compression results may vary depending on the...

97

Item Affixes

This script introduces the concept of “item affixes”. Prefixes and suffixes may be assigned to your equips to provide additional parameter bonuses or features. For example, you might have a prefix called “Fiery ” that gives...

Placeholder Maps 2

Placeholder Maps

This script allows you to create “placeholder maps”, which are maps that are meant to be replaced with other maps when you load the map. It uses something called a “replace map formula”, which is just...

37

Enemy Events

This script allows you to create “enemy events”. Whenever an enemy appears in battle, the enemy’s event pages are added to the current troop’s event pages. The purpose of this script is to allow you to...

56

Conditional States

This script allows you to create “conditional states”. A conditional state is simply a placeholder for other states, depending on the conditions at the time the state is applied. For example, suppose you have a skill...