Difference between revisions of "Optimize Script Calls (YEP)"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "{{MvPlugin |preview = <youtube>https://www.youtube.com/watch?v=ujej_4gpj9Y</youtube> |link1 = <html><iframe src="https://itch.io/embed/457901" height="167" width="552" framebo...")
 
Line 10: Line 10:
 
== Introduction ==
 
== Introduction ==
  
 +
<pre>
 
Script Calls, whether they're for setting variables, conditional branches,
 
Script Calls, whether they're for setting variables, conditional branches,
 
or actual script calls themselves, can run into performance issues when a
 
or actual script calls themselves, can run into performance issues when a
Line 21: Line 22:
 
the battle. This also doesn't apply to Move Route script calls to maintain
 
the battle. This also doesn't apply to Move Route script calls to maintain
 
compatibility with Move Route Core.
 
compatibility with Move Route Core.
 +
</pre>
  
 
== Changelog ==
 
== Changelog ==

Revision as of 13:19, 5 September 2019

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