Ryu_Core v0.3.01 Ryuuji Introduction This plugin is my attempt at creating, possibly, a series of plugins.
Ryu_Core v0.3.01
Ryuuji
Introduction
This plugin is my attempt at creating, possibly, a series of plugins.
Ryu_Core will have some basic features such as
Aliasing, Notetage parsing and Meta Data Handling
Currently only aliasing is available.
Features
V0.1.01~V0.1.04
Establishing the core and utilities
V0.2.01~V0.2.04
Allowing autoupdate through github repository.
Setting up basic aliasing
Sharing promise to allow aliasing in other plugins
Bug fixes on aliasing parsing
V0.3.01
Stable version for aliasing all known objects and classes and their methods
Bug fixes on sharing promise which will now wait for aliasing ready.
Working on : V0.3.02
Add recursive method for nested methods
Introduction Video
How to Use
- Copy the "Ryu_Core.js" file into your project's /js/plugins/ folder
- Activate plugin using the 'Plugin Manager'
- Place above all other 'Ryu plugins' if applicable
- Read the 'HELP' documentation (also found in plugin manager).
You can easily apply aliasing to any object or class
Here is a list for examples :
$gameVariables.setValue(1, 1);
V.sv(1,1);
$gameTemp.lastActionData(1);
gTe.lAD(1);
SoundManager.playEnemyCollapse();
SM.pEC();
AudioManager.updateBgmParameters(param);
AM.uBP(param);
Plugin Commands / Script Calls
Everything you need to know is in the help section of the plugin.
The plugin parameter enables or disables auto-update (You might want to disable if you don't want to get newer versions)
The plugin parameter has a nested aliasing structure which should support all objects and classes.
In case you need it, there is a plugin command to edit or add during the game creation process.
Download plugin
Right click and save as (current version 0.3.01)
Download
Terms and Credits
Free to use
Feel free to credit Ryuuji, or not. ^^
Feedback
As stated above, I will add other features.
Let me know if you have any ideas or suggestion.
Bug detected? Let me know!​
Terms and Credits Free to use Feel free to credit Ryuuji, or not. ^^ Feedback