Ryu's Ryu_Core v0.3.01
Ryu_Core v0.3.01Ryuuji
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
Spoiler: versions logV0.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
Spoiler: Introduction to the plugin
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).
Spoiler: InfoYou 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!
本贴来自国际rpgmaker官方论坛作者:Artille处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/ryus-ryu_core-v0-3-01.170746/
页:
[1]