A downloadable asset pack

Get this asset pack and 7 more for $30.00 USD
View bundle
Buy Now$10.00 USD or more


Expand your RPG Maker MV game’s capabilities with the Runtime Remote Plugin Loader. This innovative plugin allows you to dynamically load other plugins via HTTP/HTTPS during gameplay, eliminating the need to have them pre-installed in your game’s plugin list or directory. Perfect for developers looking to add new features or updates on-the-fly without repackaging the entire game.


  • Dynamic Plugin Loading: Load additional plugins remotely during gameplay using simple plugin commands.
  • Flexible Parameter Management: Save and load plugin parameters, ensuring seamless integration and functionality of remotely loaded plugins.


  • Saving Plugin Parameters: Use the command SaveParamList to display choices of plugins for which you can save parameter files.

    • Example: SaveParamFile YEP_CoreEngine to save the parameters for the YEP_CoreEngine plugin.
    • You can also use variables: SaveParamFile \v1 where 1 is the variable number.
  • Loading a Plugin: Use the command LoadPlugin <plugin_url> <plugin_param> to load a plugin from a remote URL.

    • Example: LoadPlugin https://example.com/YEP_CoreEngine.js https://example.com/YEP_CoreEngine.params.js to load the YEP_CoreEngine plugin.
    • You can also use variables: LoadPlugin \v1 \v2 where 1 and 2 are the variable numbers.
  • You are allowed to use this plugin in both commercial and free projects. 
  • Redistribution of the plugin itself is not permitted.

Purchase

Get this asset pack and 7 more for $30.00 USD
View bundle
Buy Now$10.00 USD or more

In order to download this asset pack you must purchase it at or above the minimum price of $10 USD. You will get access to the following files:

PluginDownloader.js 3.1 kB