[YEP] Yanfly Engine Plugins

● ARCHIVED · READ-ONLY
Started by Yanfly 6167 posts Page 200 of 309 View original ↗



  1. Quite a few. That said, I'm starting to question the necessity of the plugin polls anymore. The entire purpose of them was to allow users to pick and choose which plugins they wanted to see made first when RPG Maker MV is still new and there weren't that many plugins. Now that I've made over 100, and several other plugin libraries have grown considerably, I may deem it's possibly unnecessary even.


    ---

    RhysO101 said:
    I've said this on your profile page, but are you considering making MV versions of Active Chain Skills and Input Combo Skills from Yanfly Engine Ace soon?



    Perhaps. Changing those into plugins will be considerably more work due to the nature of the Battle Engine Core's action sequences.
  2. YEP.103 - Animated Tile Option


    Features and How to Use










    Some players may experience lag when walking near animated tiles. This is due to the fact that animated tiles constantly draw, delete, and redraw the tiles every few frames. Unfortunately, due to Pixi2's drawing method, there exists some memory leaks when this kind of drawing occurs. On mobile devices or weak computers with little memory to spare, this can potentially cause some games to crash. The option to enable/disable animated tiles is now in the options menu for players to toggle.


    You can grab the plugin here:
    Yanfly.moe: http://yanfly.moe/2016/05/22/yep-103-animated-tile-option-rpg-maker-mv/
  3. Hey there yanfly, thank you for all these amazing plugins, i havent been on here in a while, and it seems like you just keep pumping out the plugins.


    all great.


    I went back on you website and was looking back at some of you tips and tricks videos and i found one that i could use some help with, since im not that great at this coding stuff.


    The second chance from kingdom hearts, it works just like it should, but i made an accessory have the passive state on in, which works, but its always on, even after the character dies, and comes back, is there a way to make the accessory "break" (lose the accessory) once the it is used?
  4. Yanfly said:
    Perhaps. Changing those into plugins will be considerably more work due to the nature of the Battle Engine Core's action sequences.

    There was too much fun to be had with those especially the combos one because I love button mashing, but I may be the only one who does.
  5. Aidensmercy said:
    Hey there yanfly, thank you for all these amazing plugins, i havent been on here in a while, and it seems like you just keep pumping out the plugins.


    all great.


    I went back on you website and was looking back at some of you tips and tricks videos and i found one that i could use some help with, since im not that great at this coding stuff.


    The second chance from kingdom hearts, it works just like it should, but i made an accessory have the passive state on in, which works, but its always on, even after the character dies, and comes back, is there a way to make the accessory "break" (lose the accessory) once the it is used?

    Check out Tips and Tricks 16 - Phoenix Ring, it should have the answer you're looking for.
  6. Audorn said:
    Check out Tips and Tricks 16 - Phoenix Ring, it should have the answer you're looking for.

    Thank you, that solved my problem.
  7. I have a question about  Battle System - CTB  plugin.


    Someone can tell me how I can execute some battle event at the end of any battler (actor / enemy) turn?


    For what I see, the turn meaning in the battle event is the end of ALL battler turn... one turn for all battler.


    Any help?
  8. Hi Yanfly, 


    I was wondering if the Row Formation can be referenced within the Action Sequence? 


    I have an Actor that wields a Gunblade; so I want to reference it within the Action Sequence that: if Row is 1, he defaults to move to target and perform swing attack, but if he is in Row 2 or 3, he will change the sequence into shooting mode (different motion). Both sequence should exists within one skill, btw, so it would be nice to reference it within the action sequence (instead of changing his skills everytime he switches row).


    Also, I'm wondering if you would consider adding some feature to the Attachable Augments plugin. I was wondering if you can make the Attachments to be broken/destroyed/removed from inventory if it was detached from an equipment? 


    Thank you in advance :D
  9. Hello Yanfly,


    I'm trying to use your ItemGenerator tool, but it's taking too long to load the resources. My questions are;  Is it my computer? I have a Windows 10, 64 bit, 4 GB RAM, VAIO. Maybe my computer is too slow to run the .exe. If not, what am I doing wrong? I already changed the compatibility to Windows 7, the program started but the resources are taking to long to load, about 15 min on Background Circles, is that normal? 


    Please instruct me 


    Thank you
  10. nerochepiace said:
    I have a question about  Battle System - CTB  plugin.


    Someone can tell me how I can execute some battle event at the end of any battler (actor / enemy) turn?


    For what I see, the turn meaning in the battle event is the end of ALL battler turn... one turn for all battler.


    Any help?

    I don't know much about CTB yet, but it looks to me like you would need to make a plugin based on the BattleSystemCTB to be able to affect that right now, maybe Yanfly will implement a way to easily drop a command in after each turn some time in the future?

    cekobico said:
    Hi Yanfly, 


    I was wondering if the Row Formation can be referenced within the Action Sequence? 


    I have an Actor that wields a Gunblade; so I want to reference it within the Action Sequence that: if Row is 1, he defaults to move to target and perform swing attack, but if he is in Row 2 or 3, he will change the sequence into shooting mode (different motion). Both sequence should exists within one skill, btw, so it would be nice to reference it within the action sequence (instead of changing his skills everytime he switches row).

    battler.row()


    This will return the row the battler is currently resided in.


    Also, this forum has a ton of Action Sequence examples you can reverse-engineer.  On page 1, Yanfly provides an example of an Action Sequence that changes the attack animation based on the user's attack type (melee or ranged).  It uses the same damage formula though.  If that one doesn't have enough information, there's gotta be something in the 24 pages, or one of the Tips and Tricks.  Hope this points you in the right direction.






    @Yanfly If you don't want my trying to field a few of these on here for fear of it inviting more questions, let me know and I'll stop.
  11. Luxanna said:
    @Yanfly


    This Plugin Command from your Enhanced TP plugin crashes the game:


    UnlockTpMode Party 1 Mode 5


    Does it work for you?



    Yanfly did you miss my post?
  12. Sorry for my "english" I am not native speaker


    Plugin Name: YEP_X_TickBasedRegen 


    Bug Explanation: In CTB system, this plugin collide with few more plugins modifying states.  For example with YEP_AutoPassiveStates or YEP_RowFormation states  (added as  plugin parameters for each row). 


    Bug happens IF you ADD Actor during battle (for example as Summon Skill or as add in troops table - Battle Event)


    Error Report: 


    (/E:/XEEN/BUGPROJECT/js/plugins/YEP_X_TickBasedRegen.js:139)
        at Game_Actor.Game_Battler.updateTick (/E:/XEEN/BUGPROJECT/js/plugins/YEP_BattleEngineCore.js:3625)
        at Game_Actor.Game_Battler.updateTick (/E:/XEEN/BUGPROJECT/js/plugins/YEP_X_BattleSysCTB.js:1671)
        at Game_Party.Game_Unit.updateTick (/E:/XEEN/BUGPROJECT/js/plugins/YEP_BattleEngineCore.js:3942)
        at Function.BattleManager.updateBattlerCTB (/E:/XEEN/BUGPROJECT/js/plugins/YEP_X_BattleSysCTB.js:976)
        at Function.BattleManager.updateCTBPhase (/E:/XEEN/BUGPROJECT/js/plugins/YEP_X_BattleSysCTB.js:896)
        at Function.BattleManager.update (/E:/XEEN/BUGPROJECT/js/plugins/YEP_X_BattleSysCTB.js:858)
        at Scene_Battle.updateBattleProcess (rpg_scenes.js:2051)
        at Scene_Battle.update (rpg_scenes.js:2043)
        at Scene_Battle.update (/E:/XEEN/BUGPROJECT/js/plugins/YEP_BattleEngineCore.js:3963)


    Exact Steps on How to Replicate Bug:  Plugins required: Yep_CoreEngine, Yep_BattleEngineCore, Yep_X_BattleSysCTB, Yep_BuffsStatesCore, YepY_Tick_Based_Regen, YepAutoPassiveStates.


    Create class and actor with AutoPassive State <Passive State: 11>


    Create State ID 11 -  it could do nothing or anything, does not matter. 


    Create skill or Battle event with Change Party Member - Add Actor (one with passive skill). You will receive ERROR "Cannot Read Property "11" of Undefined" - where 11 is ID number of passive state of summoned actor. 


    Sample Project (REQUIRED): BugProject uploaded (I hope just  JS and Data folder is enough without IMG/Audio)


    View attachment BUGPROJECT.zip
  13. Audorn said:
    battler.row()


    This will return the row the battler is currently resided in.


    Also, this forum has a ton of Action Sequence examples you can reverse-engineer.  On page 1, Yanfly provides an example of an Action Sequence that changes the attack animation based on the user's attack type (melee or ranged).  It uses the same damage formula though.  If that one doesn't have enough information, there's gotta be something in the 24 pages, or one of the Tips and Tricks.  Hope this points you in the right direction.

    I'll give this a shot, thanks~
  14. Not sure if this is the right place or not. But I am having issues with the Yanfly icon generator. It was working fine until today. It either just sits at a white screen with the app title in the top left and does nothing, or it will eventually start to load but loads insanely slow, at 58 minutes and just now loading resources\earth (RMMV). I have updated all the software I can think of. Uninstalled the Windows 10 update i did Friday. Deleted the app and re-downloaded it. Downloaded it from each of the links you provide. I tried to search for other options online but do not see anyone else with this issue =/
  15. skeezixs1 said:
    Not sure if this is the right place or not. But I am having issues with the Yanfly icon generator. It was working fine until today. It either just sits at a white screen with the app title in the top left and does nothing, or it will eventually start to load but loads insanely slow, at 58 minutes and just now loading resources\earth (RMMV). I have updated all the software I can think of. Uninstalled the Windows 10 update i did Friday. Deleted the app and re-downloaded it. Downloaded it from each of the links you provide. I tried to search for other options online but do not see anyone else with this issue =/

    The app is packaged as a single exe, but it is actually an archive file. Your antivirus program might be interfering with it, possibly after an automatic update. Add it to the exceptions list, or try putting it in a different folder or hard drive if possible.
  16. Plugin Name: YEP_X_ActSeqPack2.js


    Bug Explanation: I started a battle and I get this...  That's all the explanation I can give.  I know this didn't happen until I updated the plugins in the most recent update [5-23-2016]..  It happened in my project and I tried a new project with just the plugins listed below [Project file provided] and it happened there as well.  I got the plugins from your dropbox link just a couple of hours ago so I know their all up to date.


    Error Report:  5_23_2016_error.png


    Exact Steps on How to Replicate Bug:  Plugins required: Yep_CoreEngine, Yep_BattleEngineCore, Yep_X_BattleSysCTB, Yep_X_ActSeqPack1-3


    Just start a battle...  that's it


    Sample Project (REQUIRED):



    https://mega.nz/#!mJRzmSaD
  17. RhysO101 said:
    There was too much fun to be had with those especially the combos one because I love button mashing, but I may be the only one who does.

    I feel so guilty replying to myself, but well, not everything from Yanfly Engine Ace has been converted to MV yet, like Doppelganger and Enemy Death Transformation.
  18. Plugin Name:  YEP_TargetCore, YEP_BattleSelectCursor and YEP_BattleEngineCore


    Bug Explanation: Actions who target each battler don't select allies, only foes.


    Error Report: None.


    Exact Steps on How to Replicate Bug: Give a <Target: Everybody> notetag to any skill or item.


    Try to use it, you will see crystals only above the enemies, but none above your party.


    Sample Project : http://www.mediafire.com/download/h4ib54etd71pzuv/Debug.zip
  19. Alexandre said:
    Plugin Name:  YEP_TargetCore, YEP_BattleSelectCursor and YEP_BattleEngineCore


    Bug Explanation: Actions who target each battler don't select allies, only foes.


    Error Report: None.


    Exact Steps on How to Replicate Bug: Give a <Target: Everybody> notetag to any skill or item.


    Try to use it, you will see crystals only above the enemies, but none above your party.


    Sample Project : http://www.mediafire.com/download/h4ib54etd71pzuv/Debug.zip

    I've noticed this happens to me as well...  but it's only occasionally and I can usually get it to correct itself if I restart the game.  It also cause the selection to lock on one target and not let the cursor move at all sometimes...  I have no idea why or how it happens, it's been pretty random, I do know it annoying though.
  20. azulene said:
    Hello Yanfly,


    I'm trying to use your ItemGenerator tool, but it's taking too long to load the resources. My questions are;  Is it my computer? I have a Windows 10, 64 bit, 4 GB RAM, VAIO. Maybe my computer is too slow to run the .exe. If not, what am I doing wrong? I already changed the compatibility to Windows 7, the program started but the resources are taking to long to load, about 15 min on Background Circles, is that normal? 


    Please instruct me 


    Thank you



    I'm afraid I can't help you there. The resource loading process is a part of the software that's needed.


    ---

    Luxanna said:
    Yanfly did you miss my post?



    I did now. Please follow all of these instructions when doing a bug report:


    ALL bug reports MUST follow these guidelines and use this template: 


    Plugin Name: (What is the name of the plugin?)


    Bug Explanation: (What is the bug in your own words? Keep this detailed. "It isn't working right" is not a valid bug report.)


    Error Report: (If you received an error message, press F8 when the message is received to open up the debug console, then copy/paste the entire error log and paste it here).


    Exact Steps on How to Replicate Bug: (Write out IN DETAIL, a step-by-step guide on how to replicate the bug.)


    Sample Project (REQUIRED): A sample project MUST be attached to the bug report. All steps MUST be followed. If a single step is ignored, the bug report is invalid and I will move on to the next bug report.


    1. Download all the newest updates of the plugin.2. Create a new project. Do NOT just copy over your game project folders. This should be just a stock, empty, new RPG Maker MV project. If I do not see an empty project with Harold, Therese, Marsha, and Lucius, I will not look any further.3. If the project's file size is above 200 MB, remove unnecessary audio and image files until you reach that size. Usehttp://forums.rpgmakerweb.com/index.php?/topic/47985-mvstripper-remove-unused-assets-from-your-mv-project/ if you need some help doing so.4. Install -only- the affected plugins. If you're using non-YEP plugins, do NOT include them.5. Do -NOT- rename the plugins' filenames. They cease to work if you do so.6. Make sure they're in the EXACT order listed on http://yanfly.moe/yep/. The ordering of plugins is important.7. Recreate the error in the sample project. MAKE SURE you are using notetags in the right place and haven't misspelled anything.8. Archive the project with WinZip or WinRAR. Do not archive it multiple times. It does not compress it further.9. Do -NOT- deploy the project through File > Deployment. Upload the project online to a website like MediaFire.com or Mega.co.nz or Dropbox. Please do not use a website that involves timers like 4shared, RapidShare, etc. If I am time-gated from downloading the project, I will ask you to reupload it to somewhere else.10. Post the link here and I'll take a look at it.


    ---

    Kilitar said:
    Sorry for my "english" I am not native speaker


    Plugin Name: YEP_X_TickBasedRegen 


    Bug Explanation: In CTB system, this plugin collide with few more plugins modifying states.  For example with YEP_AutoPassiveStates or YEP_RowFormation states  (added as  plugin parameters for each row). 


    Bug happens IF you ADD Actor during battle (for example as Summon Skill or as add in troops table - Battle Event)


    Error Report: 


    (/E:/XEEN/BUGPROJECT/js/plugins/YEP_X_TickBasedRegen.js:139)
        at Game_Actor.Game_Battler.updateTick (/E:/XEEN/BUGPROJECT/js/plugins/YEP_BattleEngineCore.js:3625)
        at Game_Actor.Game_Battler.updateTick (/E:/XEEN/BUGPROJECT/js/plugins/YEP_X_BattleSysCTB.js:1671)
        at Game_Party.Game_Unit.updateTick (/E:/XEEN/BUGPROJECT/js/plugins/YEP_BattleEngineCore.js:3942)
        at Function.BattleManager.updateBattlerCTB (/E:/XEEN/BUGPROJECT/js/plugins/YEP_X_BattleSysCTB.js:976)
        at Function.BattleManager.updateCTBPhase (/E:/XEEN/BUGPROJECT/js/plugins/YEP_X_BattleSysCTB.js:896)
        at Function.BattleManager.update (/E:/XEEN/BUGPROJECT/js/plugins/YEP_X_BattleSysCTB.js:858)
        at Scene_Battle.updateBattleProcess (rpg_scenes.js:2051)
        at Scene_Battle.update (rpg_scenes.js:2043)
        at Scene_Battle.update (/E:/XEEN/BUGPROJECT/js/plugins/YEP_BattleEngineCore.js:3963)


    Exact Steps on How to Replicate Bug:  Plugins required: Yep_CoreEngine, Yep_BattleEngineCore, Yep_X_BattleSysCTB, Yep_BuffsStatesCore, YepY_Tick_Based_Regen, YepAutoPassiveStates.


    Create class and actor with AutoPassive State <Passive State: 11>


    Create State ID 11 -  it could do nothing or anything, does not matter. 


    Create skill or Battle event with Change Party Member - Add Actor (one with passive skill). You will receive ERROR "Cannot Read Property "11" of Undefined" - where 11 is ID number of passive state of summoned actor. 


    Sample Project (REQUIRED): BugProject uploaded (I hope just  JS and Data folder is enough without IMG/Audio)


    View attachment 38590



    Next time, do not simply just delete the non-JS and Data folders. It took a good 10 minutes for me to set all of this up because of the lack of preparation and me constantly adding sufficient resources to get everything working. That pretty much summed up the free time I had in my break and I won't be able to fix this until much later.


    ---

    firestalker said:
    Plugin Name: YEP_X_ActSeqPack2.js


    Bug Explanation: I started a battle and I get this...  That's all the explanation I can give.  I know this didn't happen until I updated the plugins in the most recent update [5-23-2016]..  It happened in my project and I tried a new project with just the plugins listed below [Project file provided] and it happened there as well.  I got the plugins from your dropbox link just a couple of hours ago so I know their all up to date.


    Error Report:  5_23_2016_error.png


    Exact Steps on How to Replicate Bug:  Plugins required: Yep_CoreEngine, Yep_BattleEngineCore, Yep_X_BattleSysCTB, Yep_X_ActSeqPack1-3


    Just start a battle...  that's it


    Sample Project (REQUIRED):



    https://mega.nz/#!mJRzmSaD



    Link is incomplete.


    ---

    Alexandre said:
    Plugin Name:  YEP_TargetCore, YEP_BattleSelectCursor and YEP_BattleEngineCore


    Bug Explanation: Actions who target each battler don't select allies, only foes.


    Error Report: None.


    Exact Steps on How to Replicate Bug: Give a <Target: Everybody> notetag to any skill or item.


    Try to use it, you will see crystals only above the enemies, but none above your party.


    Sample Project : http://www.mediafire.com/download/h4ib54etd71pzuv/Debug.zip



    Thanks for the catch. I'll get this fixed!