8 Direction: https://www.dropbox.com/s/85rd5n4zoz8my7w/Yami_8DIR.js?dl=0
Skip Title: https://www.dropbox.com/s/mhekv5tszu2a5ga/Yami_SkipTitle.js?dl=0
Missing Plugins Download
● ARCHIVED · READ-ONLY
-
-
I know I'm going to sound like an idiot, but what program do I use to turn it into a plugin?
-
Hurray! Thank you for posting these. Makes testing so much more efficient now.
If you have a Drop Box account, you can actually click "download" in the top right corner and it'll download the plugin as the correct file type for RMMV. Just save it into your plugins folder.I know I'm going to sound like an idiot, but what program do I use to turn it into a plugin? -
And so prophecy becomes reality...If you have a Drop Box account, you can actually click "download" in the top right corner and it'll download the plugin as the correct file type for RMMV. Just save it into your plugins folder.
-
Hi,
My friend couldn't find the materia script that show cased in a video.
Did he missed it or was it removed ? -
YEP_X_ItemUpgradeSlots is the name of the script you are looking for. It is in the scripts download in the Yanfly folder.Hi,
My friend couldn't find the materia script that show cased in a video.
Did he missed it or was it removed ? -
Thanks Archeia, much appreciated.
-
I thought I remembered seeing an 8 direction plugin in one of the videos. Thanks! These are awesome!
-
Thank you for uploading those. I really wanted to use that 8 directions plugin :D
-
I've added all of my plugins to the JS Plugin Releases forum:
Actor Stepping Animation
Change Battle Mode
Change Tile Size
Lazy Tilesets
Looping Animations on Map
More Character Frames
More Escape Codes
Smart Pathfinding -
Anyone know where i can get the Battle Core, Equip core etc?
Edit: Nevermind, i just downloaded them from the video -
I think he meant, how does he make the scripts a "plugin" himself or something.Hurray! Thank you for posting these. Makes testing so much more efficient now.
If you have a Drop Box account, you can actually click "download" in the top right corner and it'll download the plugin as the correct file type for RMMV. Just save it into your plugins folder.
Which I assume, when writing the script in Notepad++ or something
You would rename it from "ScriptName.rb" to "ScriptName.js" and it would be the Plugin(?) -
Thanks, Archeia! :D
-
If the plugin was given in code form, you can paste the code into a .txt and then simply rename it as .jsI know I'm going to sound like an idiot, but what program do I use to turn it into a plugin?
-
Quick Newbie question.
Does the order I install the plug in from the game matter.
Example does YEP (Yanfly Core Engine) need to be installed first before others are installed and turned on?
Just trying to figure out if I have to set them up in a certain order. Thanks for the help! -
Thanks for uploading them!
-
Hello I watched the rpgmakerweb playlist and one of the videos has Molten giant plugin. I can't seem to find it. Is it called something else?
-
That one isn't a plugin. It's a tips and tricks video. It is to be used with Skill Core. The download for Skill Core can be found in the video description!Hello I watched the rpgmakerweb playlist and one of the videos has Molten giant plugin. I can't seem to find it. Is it called something else?
(。 ◕ ‿‿ ◕ 。) -
Yes, the Core should be above everything else. Other "core" plugins should be above their extensions, like ItemCore should be above any other Item plugins, etc.Quick Newbie question.
Does the order I install the plug in from the game matter.
Example does YEP (Yanfly Core Engine) need to be installed first before others are installed and turned on?
Just trying to figure out if I have to set them up in a certain order. Thanks for the help!
Spoiler
-
It has to be listed in the way Poin08 just showed. But u can install it in any order, you just have to place it in the manager that way.Quick Newbie question.
Does the order I install the plug in from the game matter.
Example does YEP (Yanfly Core Engine) need to be installed first before others are installed and turned on?
Just trying to figure out if I have to set them up in a certain order. Thanks for the help!
(u can change positions of the scripts by copy pasting them) That tells the Maker in which order he has to read the plugins!
It's not allways important which order, if it is important it ll probably be mentioned in the help.