Missing Plugins Download

● ARCHIVED · READ-ONLY
Started by Archeia 20 posts View original ↗
  1. I know I'm going to sound like an idiot, but what program do I use to turn it into a plugin?
  2. Hurray! Thank you for posting these. Makes testing so much more efficient now.

    Uzuki said:
    I know I'm going to sound like an idiot, but what program do I use to turn it into a plugin?
    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.
  3. SOC said:
    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.
    And so prophecy becomes reality... 
  4. Hi,

    My friend couldn't find the materia script that show cased in a video.

    Did he missed it or was it removed ?
  5. Chaos17 said:
    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.
  6. Thanks Archeia, much appreciated.
  7. I thought I remembered seeing an 8 direction plugin in one of the videos. Thanks! These are awesome!
  8. Thank you for uploading those. I really wanted to use that 8 directions plugin :D
  9. Anyone know where i can get the Battle Core, Equip core etc?

    Edit: Nevermind, i just downloaded them from the video
  10. SOC said:
    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 think he meant, how does he make the scripts a "plugin" himself or something.

    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(?)
  11. Thanks, Archeia!  :D   
  12. Uzuki said:
    I know I'm going to sound like an idiot, but what program do I use to turn it into a plugin?
    If the plugin was given in code form, you can paste the code into a .txt and then simply rename it as .js
  13. 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!
  14. Thanks for uploading them!
  15. 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?
  16. Moikuato said:
    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!

    (。 ◕ ‿‿ ◕ 。)
  17. Strategy Dojo said:
    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!
    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.

    Spoiler
    ltgIV1f.jpg
  18. Strategy Dojo said:
    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!
    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.

    (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.