EIS Plugins
IntroductionI decided it would be easier to manage all of my plugins, by keeping them all in one place.
This makes it easier to handle bug fixes, update plugins, or make the necessary changes.
As a result, I'll be linking all my plugins that are available on my website.
Amaryllis - Core Plugin
Spoiler: DescriptionA core plugin that functions as an API to improve development speed.
[*]Helper Functions
[*]Stream Class
[*]Load Data via Promises
[*]Event Emitter Utility
[*]Compatible with other Plugins
[*]Documented Code
[*]Namespaces for code organization
[*]Parser for MV 1.5 Plugin Parameters
[*]Get plugin parameters via regular expression through plugin description. (Never care about your plugin file name again).
Ada - Debugging Plugin
Spoiler: Description & ScreenshotsThis plugin is designed to help debug your RPGMakerMV game while working with UI or Events. It provides debug information on positions of the windows, mouse, and more.
Features
[*]Display Coordinates
[*]Map
[*]Screen
[*]Window
[*]Display Size
[*]Screen Size
[*]Map Size
[*]Window Size
[*]Clicking on an event returns event information in the console
[*]Displays event ID on mouse over
[*]Display region ID on mouse over
[*]Opens up dev tools automatically
http://endlessillusoft.com/wp-content/uploads/2017/10/AdaScreen1.png
http://endlessillusoft.com/wp-content/uploads/2017/10/AdaScreen2.png
http://endlessillusoft.com/wp-content/uploads/2017/10/AdaScreen3.png
EIS Monster Box
Spoiler: Description and screenshotsThis plugin allows you to spawn random battles in-game using basic script calls or notetags on items in your database. Think of a box filled with different monsters that you can kill for rare items, or bring back random bosses. There’s a lot of things you can do with this plugin.
https://i1.wp.com/endlessillusoft.com/wp-content/uploads/2017/02/MonsterBox3.png?resize=700%2C570
EIS Grid Inventory
Spoiler: Description and screenshotsEver wanted a grid inventory scene in RPGMaker MV? This plugin provides just that. Add a grid inventory scene to your game and use it with intuitive touch controls.
https://i2.wp.com/endlessillusoft.com/wp-content/uploads/2017/02/EISGridInv3.png?fit=817%2C660
EIS Pre-run Common Events
Spoiler: Description and screenshotsA simple plugin that allows you to setup common events to run on game start up. This means that you can run a certain set of script calls or any other preparations you have for your game.
https://www.youtube.com/embed/vam1inm7CAk
EIS Unique Items
Spoiler: Description and screenshotsThis plugin designates any item in your database as unique by applying a note tag to it.
https://i1.wp.com/endlessillusoft.com/wp-content/uploads/2016/11/EISUniqueScreen4.png?resize=700%2C565
EIS Lore Bites
Spoiler: Description and screenshotsThis plugin adds a new context window to ASK System words using the Rem system. You can attach any text file in your Rem folder and have it displayed in the window when clicking on a word.
https://i0.wp.com/endlessillusoft.com/wp-content/uploads/2016/11/EISLoreBitesScreen2.png?fit=824%2C664
EIS Achievements
Spoiler: Description and screenshotsA plugin designed to add achievements to your RPGMaker MV game; giving the player incentive and rewards for completing objectives in-game.
https://i1.wp.com/endlessillusoft.com/wp-content/uploads/2016/11/EISAchievementsScreen2.png?fit=818%2C664
EISNotify
Spoiler: Description and screenshotsThis plugin allows the developer to have a notification system in-game. This system will show any notifications available in order. Afterward, they can be seen in-game. Furthermore, it allows the game developer to create notifications on the fly with script calls.
https://i0.wp.com/endlessillusoft.com/wp-content/uploads/2016/11/EISNotifyScreen2.png?fit=816%2C662
EIS Rem System
Spoiler: Description and screenshotsDo you wish you could have NPCs be more dynamic when they say something? Or maybe, you would like to have easy ways to import text into your game. I definitely know it can be annoying to play with switches in RPGMaker MV just to have your NPCs be more dynamic. Well, I have a solution.
The Rem system allows you to import text from text files directly into message windows in your game! This can make your NPC more dynamic, and interesting without all the extra work of using switches and variables to do so. Furthermore, this is just a base, there’s more to come using this system.
https://i0.wp.com/endlessillusoft.com/wp-content/uploads/2016/09/RemRandomize1.gif?fit=320%2C180
EIS Librarium
Spoiler: Description and screenshotsIf you ever wanted a plugin that allows you to have books in your RPGMaker MV games, this is the one. Not only that, it’s here to replace the old book plugin. Out with the old in with the new. It lets you create a deeper lore and more interesting game as a result.
EIS Librarium Writer
https://i2.wp.com/endlessillusoft.com/wp-content/uploads/2016/10/EISLibrariumScreen3.png?resize=700%2C569
https://i1.wp.com/endlessillusoft.com/wp-content/uploads/2016/10/EISLibrariumV2.png?resize=700%2C571
EIS Item Packs
Spoiler: Description and screenshotsThis plugin simply allows you to create item packs in game for batch rewards, etc. You can create weapon, armor, or item packs. This can be extremely useful if you don’t want to give the user items one at a time.
Setup window
http://img.prntscr.com/img?url=http://i.imgur.com/uRia8Xs.png
EIS Social System
Spoiler: Description and screenshotsThis plugin allows you to create a social system in your game; essentially, a list of contacts that you have on any map in your game.
https://i0.wp.com/endlessillusoft.com/wp-content/uploads/2016/11/EISSocialSystemScreen1-1.png?resize=700%2C564
https://i0.wp.com/endlessillusoft.com/wp-content/uploads/2016/09/EISSocialSystemScreen2.png?resize=700%2C563
EIS Slow Text
Spoiler: Description and screenshotsThis plugin allows you to adjust the default text speed in message windows. It waits between each character draw.
EIS Random Items
Spoiler: Description and screenshotsA short script that lets you give items to the player randomly from a list (array) you declare.
This can be good if you want to replicate something like gathering points from Monster Hunter. Or, put a little bit of RNG in the items you wish to give to your player.
EIS Ask System
Spoiler: Description and screenshotsA plugin that allows the developer to create in-text information.
This plugin creates the ASK system like in the game Wild Arms 3.
It allows you to select text within a message window, and ask about that word or phrase.
https://www.youtube.com/embed/NCuPQFFfc2Q
EIS Menu Common Events
Spoiler: EIS Menu Common EventsA plugin that allows you to run common events in the item menu, etc and show a message to the screen!
https://i2.wp.com/endlessillusoft.com/wp-content/uploads/2017/05/EISMenuCommonEvent2.png?w=818
Yuna System Clock
Spoiler: Description And ScreenshotsA plugin that displays a system clock for the player to observe their system time in game with either Military or Standard time.
In-Game Examples
https://i2.wp.com/endlessillusoft.com/wp-content/uploads/2017/06/YunaSysWindow.png?resize=640%2C528
https://i2.wp.com/endlessillusoft.com/wp-content/uploads/2017/06/YunaSysWindow2.png?resize=640%2C493
EIS Common Event Map Menu
Spoiler: Map Common Event MenuA quick and simple plugin for allowing the user to create menus on the map
scene with common events!
https://i2.wp.com/endlessillusoft.com/wp-content/uploads/2017/07/CommonMenu2.png?fit=700%2C570
RPGMakerMV Intellisense VSCode
Spoiler: Description And ImagesAdd intellisense to your VSCode experience in RPGMakerMV to improve plugin development.
https://i2.wp.com/endlessillusoft.com/wp-content/uploads/2017/07/RMMVIntellisenseOut1.png?fit=700%2C344
https://i0.wp.com/endlessillusoft.com/wp-content/uploads/2017/07/RMMVIntellisenseOut4.png?resize=640%2C303
https://i1.wp.com/endlessillusoft.com/wp-content/uploads/2017/07/RMMVIntellisenseOut3.png?resize=640%2C303
EISPersistentSwitches
Spoiler: Description & ScreenshotsWant to save data that persists across multiple save files in your RPGMakerMV game? Persistent Switches helps you do that!
https://i2.wp.com/endlessillusoft.com/wp-content/uploads/2017/07/PersistentSwitch2.png?resize=640%2C463
https://i2.wp.com/endlessillusoft.com/wp-content/uploads/2017/07/PersistentSwitch3.png?resize=640%2C489
EIS Dynamic Title Music
Spoiler: DescriptionThis plugin allows you to create dynamic title music that changes as the game progresses using external data.
EIS Live2D
Spoiler: Description and screenshotsThis plugin allows the developer to use Live2D models in their RPGMakerMV game. It also allows developers to create add ons or their own classes using this plugin as a base.
Disclaimer: this plugin is still a work in progress and more features will be added with suggestions.
Any suggestions, post them here.
https://i2.wp.com/endlessillusoft.com/wp-content/uploads/2017/08/Live2DOut4.png?resize=640%2C376
MoonFlower
Spoiler: Description & ScreenshotsThis plugin adds localization to your RPGMakerMV game. You can switch your language on the fly, and localize just about everything in your game! The localized text
also supports MV Text Codes.
https://i1.wp.com/endlessillusoft.com/wp-content/uploads/2017/09/MoonFlower2.png?resize=640%2C521
https://i1.wp.com/endlessillusoft.com/wp-content/uploads/2017/10/MoonFlower5.png?resize=640%2C468
https://i0.wp.com/endlessillusoft.com/wp-content/uploads/2017/09/MoonFlower1.png?resize=640%2C521
Rose Visual Novel Tools
Spoiler: Description & ScreenshotsThis plugin adds visual novel features to your RPGMakerMV game; there's a huge list of features so check it out. ~
https://i1.wp.com/endlessillusoft.com/wp-content/uploads/2018/01/FinalCut.gif?zoom=1.25&resize=640%2C484
本贴来自国际rpgmaker官方论坛作者:Kino处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/eis-plugins.76700/
页:
[1]