Difference between revisions of "Category:RPG Maker MV Plugins with Plugin Commands"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created blank page)
 
Line 1: Line 1:
 +
== [[Anti-Audio Delay (Irina)|Anti-Audio Delay]] ==
  
 +
<pre>
 +
FlushAudioCache BGM
 +
FlushAudioCache BGS
 +
FlushAudioCache ME
 +
FlushAudioCache SE
 +
FlushAudioCache ALL
 +
</pre>
 +
 +
These will clear the audio caches for the written type of audio. If you pick all, then all four types will be flushed out of memory. This will give your game a clear slate for the the audio cache, which means the game may lag a little bit upon reloading the new BGM files.
 +
 +
In my opinion, these plugin commands should never need to be used since the plugin will automatically clear them once the cache goes over the limit, but I'm just giving you control over the audio cache for your game just in case you want to do something with it.

Revision as of 14:55, 24 June 2019

Anti-Audio Delay

FlushAudioCache BGM
FlushAudioCache BGS
FlushAudioCache ME
FlushAudioCache SE
FlushAudioCache ALL

These will clear the audio caches for the written type of audio. If you pick all, then all four types will be flushed out of memory. This will give your game a clear slate for the the audio cache, which means the game may lag a little bit upon reloading the new BGM files.

In my opinion, these plugin commands should never need to be used since the plugin will automatically clear them once the cache goes over the limit, but I'm just giving you control over the audio cache for your game just in case you want to do something with it.

This category currently contains no pages or media.