姫HimeWorks Blog

Note Manager 10

Note Manager

This script provides various note-tagging functionality. It implements the “Note Files” specification. It supports the following features Automatically loading external notes stored in text files Note Sections Explicitly loading external note files from your...

Core: Learning 0

Core: Learning

This script overwrites the default learning logic by separating the “can learn” conditions into a separate method. This allows you to add more conditions without having to overwrite any of the methods that are...

Feature Manager 25

Feature Manager

This is a plugin-based scripting system that allows you to quickly define features and add them to RPG::BaseItem objects. Then you define the behavior of the feature and then tag your database objects. Script...

Core: Damage Processing 0

Core: Damage Processing

This script re-writes the damage processing method in Game_Battler, increasing flexibility and consequently compatibility between scripts. All it does is re-arrange each line of the original method into several methods, each performing certain types...

My thoughts on core scripts 0

My thoughts on core scripts

Well, I don’t really like them. On one hand, as a developer it makes my code easier to manage, but on the other if I were a user I’d have to end up downloading...