Gem plugin series 1.0.0
Nio Kasgami
Introduction
Gems is a series of plugins that offers multiple plugins to some simples features to more advanced Graphical menus.
Features
Gemstone
The core engine of all the gem series which offers multiples Plugin dev tools and Utility class.
- Store params and automatically parse them.
- Class Patching (experimental)
- Convert integers to RGB strings
Emerald :
the plugin series mainly focussed on adding new features to the game
- Current features is SplashScreen
EM_SPlashScreen :
- Allow showing multiple Game logos before the titlescreen appears
- Allow to play ME when the logo appears
- Able to control the duration of the logos
- Able to display either colors or a sprite for the background.
Screenshots
EM_SPLASHSCREEN :
https://www.youtube.com/embed/Iclf7TQf2yk
How to Use
Please install the gemstone.js above all the gems plugins or error will happens
Gemstone.js :
Spoiler: Example
To register and fetch params under a namespace you can do :
Code: - (() => {
- const pluginName = "EM_SplashScreen";
- const rawParams = Gem.ParamManager.find();
- EM.param.splash = Gem.ParamManager.register(pluginName, rawParams);
- })();
复制代码
You can also use :- Gem.Utils.ConvertToRGB(0,0,0);
复制代码
to convert integer to rgb strings
there's will more code to add in the future
EM_SplashScreen :
SpoilerPlease make sure Gemstone.js is placed above this plugin
the plugin is pretty straight forward but in case
in useME : if you enable it all logos will play and ME let the value me in the logo list empty will not play anything
Logos durations is in Frames so 60 frames should roughly equal 1 second
You can either choose a Sprite or a color for the background please make sure to assign a sprite if you use sprite.
All the files are stocked in : titles1
Plugin Commands / Script Calls
None of the plugins gives plugin commands yet
Demo
No need of a demo for the moments (Maybe later)
LICENSES :
All gems plugins are under the Gem TOS :
You are allowed to :
- use the core engine as a core engine for your tools
- Allow to edit the code
- to patch the code
- Make commercial plugins using the gemstone core (as long it's not behind a paywall)
- To use the Gem plugin series in both commercial and non commercial game.
You are not allowed :
- to sell the Gem plugins or hide it behind a paywall
- obfuscate the gem codes (unless for game release)
- Take the Gem code apparts (i.e to create your own core with it ) as some code are proprietary code that the permission usage was given to gem creator (Nio Kasgami)
- merge the Gemstone core file into your own core (it must be a separated file from your code)
- Repost the original code somewhere else
- hate on cute kittens
When using the code a proper credit to : Nio kasgami , Wano, Trico, hudell and Wayne should be given. either in your game credit or plugins help files.
Download
Emerald Core Engine (Required)
Emerald SplashScreen
本贴来自国际rpgmaker官方论坛作者:nio kasgami处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:
https://forums.rpgmakerweb.com/threads/gem-plugin-series-new-gemstone-and-emerald-splashscreen.133335/