Optimize Script Calls (YEP)

From Yanfly.moe Wiki
Jump to navigation Jump to search

Welcome to the wiki! This is where you can find resources from Yanfly.moe, Ækashics.moe,
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.



Download

System

This is a plugin created for RPG Maker MV.

For help on how to install plugins, click here.

For help on how to update plugins, click here.

Got errors with your RPG Maker MV plugin? Click here.


Masterarbeit Writer

Yanfly Engine Plugins

This plugin is a part of the Yanfly Engine Plugins library.


Introduction

Script Calls, whether they're for setting variables, conditional branches,
or actual script calls themselves, can run into performance issues when a
lot of them are ran in succession. This plugin will optimize script call
usage found inside common events and make them dedicated functions instead
for better performance.

This is only done for Common Events, as with Map Events and Troop Events,
the event list would be generated on the spot and not something that will
continue to be stored in cache the moment the player leaves the map or ends
the battle. This also doesn't apply to Move Route script calls to maintain
compatibility with Move Route Core.

Changelog

  • Version 1.00
    • Plugin released!

Help File