Hello,
So I have a question about the Action Sequence plugins...
Is it possible to rotate the battle animations? Like if I wanted to use the default animation "Fire One 1" as a beam, how can I rotate it so that it's horizontal instead of vertical?
Thanks,
Rez
[YEP] Yanfly Engine Plugins
● ARCHIVED · READ-ONLY
-
-
Tips & Tricks - Adapting Armor - RPG Maker MV
The Adapting Armor is a neat piece of armor. When the user takes damage from an elemental attack, the user will gain a temporary buff that grants a small resistance to the elemental damage received. Watch the video to observe how to make the Adapting Armor in RPG Maker MV!
You can grab the copy/paste code here:
Yanfly.moe: http://yanfly.moe/2016/08/08/tips-tricks-adapting-armor-rpg-maker-mv/
Enjoy!
yes yes may the evil adaptoid army become real :D -
Not really a bug but more a question.
For Yanfly's Selection Control (which is awesome BTW), is there a way to switch between a single/multiple target via touch? I have used it and it works perfectly if you have a gamepad, or keyboard etc. But I haven't found a way to toggle between a single and multiple targeting skill if using mouse or touch (for mobile etc). Any ideas? Or is this feature not available? And if it isn't would it be possible to create a common event in battle that would allow a player to tap or click a button to toggle to multi? -
hmmm this might be for a tips & tricks but is it possible with your plug ins (using lunatic mode odviously) to have a skill that give differant states to differant actors? like for three special actors it gives bonus buffs and states but everyone else gets a basic heal and buff?
-
Hey fellow Yanfly-Plugin-Users,
this elemental Tips & Tricks had me have a closer look at the Element Core.
Just one quick question: The default setting for Multiple-Element Rulings in the Plugin Parameters is "2".
What does that mean?
I assume it refers to the plugin notes:
"<Multi-Element Rule: Lowest>"
"<Multi-Element Rule: Add>"
"<Multi-Element Rule: Multiply>"
"<Multi-Element Rule: Highest>"
"<Multi-Element Rule: Average>"
But does the count start with 0 or 1, so does "2" mean "Multiply" or "Add"?
And do these terms mean what I think they do? So let's say a skill does Fire and Ice damage. The enemy's Element Rate for Fire is 120%, and for Ice 60%.
Lowest: 60% of the damage go through. Emphasis on resistance.
Add: 60% + 120% = 180% damage… this can't be right, it doesn't make much sense that the enemy takes even more damage than from a regular Fire spell.
So I guess rates below 100% count as negative numbers: (60-100=) - 40% + 120% = 80% damage
Multiply: 60% = 0.6 and 120% = 1.2 therefore 0.6 x 1.2 = 0.72 = 72% damage
Highest: 120% damage. Emphasis on weakness.
Average: Here the plugin help states that the average of ALL Elemental Rates is used. Thus if we had 9 Elements (Physical, Fire, Ice, Thunder, Water, Earth, Wind, Light, Dark) the sum would be 100+120+60+100+100+100+100+100+100 = 880% and 880% / 9 = 97.7% … which meant that the weakness had almost no effect.
Any experience and insight to confirm or correct my assumptions would be welcome.
Thank you and have a great day BD
~QT -
Yanfly, there is a small error in the @desc text of one of your plugins. This is not a "bug" and the plugin works fine, the text is just misleading to the user.
Plugin Name: YEP_MapSelectSkill
Explanation: The @desc text for the "Default Y Position" @param offers the options "top center bottom". In reality, your plugin uses the word "middle" instead of center.
Not a big deal, but I figured you'd want to fix it before someone reports it as a bug when it's really just a mistake in the help text. -
Not really a bug but more a question.
For Yanfly's Selection Control (which is awesome BTW), is there a way to switch between a single/multiple target via touch? I have used it and it works perfectly if you have a gamepad, or keyboard etc. But I haven't found a way to toggle between a single and multiple targeting skill if using mouse or touch (for mobile etc). Any ideas? Or is this feature not available? And if it isn't would it be possible to create a common event in battle that would allow a player to tap or click a button to toggle to multi?
There isn't. This will have to be something I have to implement later separately.
---
Hey fellow Yanfly-Plugin-Users,
this elemental Tips & Tricks had me have a closer look at the Element Core.
Just one quick question: The default setting for Multiple-Element Rulings in the Plugin Parameters is "2".
What does that mean?
I assume it refers to the plugin notes:
"<Multi-Element Rule: Lowest>"
"<Multi-Element Rule: Add>"
"<Multi-Element Rule: Multiply>"
"<Multi-Element Rule: Highest>"
"<Multi-Element Rule: Average>"
But does the count start with 0 or 1, so does "2" mean "Multiply" or "Add"?
And do these terms mean what I think they do? So let's say a skill does Fire and Ice damage. The enemy's Element Rate for Fire is 120%, and for Ice 60%.
Lowest: 60% of the damage go through. Emphasis on resistance.
Add: 60% + 120% = 180% damage… this can't be right, it doesn't make much sense that the enemy takes even more damage than from a regular Fire spell.
So I guess rates below 100% count as negative numbers: (60-100=) - 40% + 120% = 80% damage
Multiply: 60% = 0.6 and 120% = 1.2 therefore 0.6 x 1.2 = 0.72 = 72% damage
Highest: 120% damage. Emphasis on weakness.
Average: Here the plugin help states that the average of ALL Elemental Rates is used. Thus if we had 9 Elements (Physical, Fire, Ice, Thunder, Water, Earth, Wind, Light, Dark) the sum would be 100+120+60+100+100+100+100+100+100 = 880% and 880% / 9 = 97.7% … which meant that the weakness had almost no effect.
Any experience and insight to confirm or correct my assumptions would be welcome.
Thank you and have a great day BD
~QT
The parameter settings state what the numbers represent:

And yes, your assumptions are correct. To clarify for add, it's added based on the difference away from 100%. So in your case, it's +20% and -40% for a total of -20% less damage.
Yanfly, there is a small error in the @desc text of one of your plugins. This is not a "bug" and the plugin works fine, the text is just misleading to the user.
Plugin Name: YEP_MapSelectSkill
Explanation: The @desc text for the "Default Y Position" @param offers the options "top center bottom". In reality, your plugin uses the word "middle" instead of center.
Not a big deal, but I figured you'd want to fix it before someone reports it as a bug when it's really just a mistake in the help text.
Thanks. -
The parameter settings state what the numbers represent:
Huh, thats weird, the bottom line doesn't show up in my editor, despite being the same plugin version. Maybe a resolution/Mac issue?
So now I feel a bit stupid… Sorry to have botherd anyone. :headshake:
/monthly_2016_08/1.png.422414b1677782b5be4ad2b73d2786d9.png
Thanks for clarifying the math behind it, though! -
Huh, thats weird, the bottom line doesn't show up in my editor, despite being the same plugin version. Maybe a resolution/Mac issue?
So now I feel a bit stupid… Sorry to have botherd anyone. :headshake:
/monthly_2016_08/1.png.422414b1677782b5be4ad2b73d2786d9.png
Thanks for clarifying the math behind it, though!
Huh, didn't realize that was a problem on Macs. I'll have to get this reported then. Thanks for alerting me! :) -
PLUGINS:
Battle Engine Core
Target Core
Selection Control
BUG EXPLANATION:
In Selection Control plugin, if the option to enable targeting for both enemies and actors is on, and Battle Engine Core disables visual targeting to popup the enemy and actor window, it will show as if visual enemy target and visual actor target were set to True, which is set to False. By disabling Selection Control, the options for Battle Engine Core works
ERROR REPORT:
None
STEP BY STEP GUIDE:
1- Open the project :p
2- Test the game and talk to the only NPC shown in the map, it should start a battle against 2 bats
3- Select Attack. You should see that everything is fine going by Battle Engine Core plugin parameters
it should look like this:
Spoiler
4- Close the game and enable Selection Control plugin
5- Test the game again, go to battle and select Attack. The targeting will become weird and it seems that actors cannot be selected with the mouse
It now looks like this:
Spoiler
PLUGIN SETUP I USED:
Battle Engine Core -
Everything is by default, except for:
- Visual Enemy Select > Set to False
- Visual Actor Select > Set to False
Target Core -
Used only because it is required for Selection Control
Selection Control -
Everything to default
SAMPLE PROJECT:
http://www.mediafire.com/download/8jbcch2yens8qhc/2016-08-09+Bug+Report+-+Selection+Control.rar -
Hello,
I'm not sure if this is a bug or a missing feature (in case this is not expected behavior then I will file the bug report in the intended format), it it's the intended behavior then I won't :)
When using the Action Sequence Packs and Front View Battle System,
Is the camera zoom action supposed to work?
Is the move action supposed to work for front view enemy sprites?
What about float?
Thanks in advance! -
PLUGINS:
Battle Engine Core
Target Core
Selection Control
BUG EXPLANATION:
In Selection Control plugin, if the option to enable targeting for both enemies and actors is on, and Battle Engine Core disables visual targeting to popup the enemy and actor window, it will show as if visual enemy target and visual actor target were set to True, which is set to False. By disabling Selection Control, the options for Battle Engine Core works
ERROR REPORT:
None
STEP BY STEP GUIDE:
1- Open the project :p
2- Test the game and talk to the only NPC shown in the map, it should start a battle against 2 bats
3- Select Attack. You should see that everything is fine going by Battle Engine Core plugin parameters
it should look like this:
Spoiler
4- Close the game and enable Selection Control plugin
5- Test the game again, go to battle and select Attack. The targeting will become weird and it seems that actors cannot be selected with the mouse
It now looks like this:
Spoiler
PLUGIN SETUP I USED:
Battle Engine Core -
Everything is by default, except for:
- Visual Enemy Select > Set to False
- Visual Actor Select > Set to False
Target Core -
Used only because it is required for Selection Control
Selection Control -
Everything to default
SAMPLE PROJECT:
http://www.mediafire.com/download/8jbcch2yens8qhc/2016-08-09+Bug+Report+-+Selection+Control.rar
This is a known issue. Selection Control disables access to the clicking mechanic because it causes conflicts. This will be addressed at a later time. -
Tips & Tricks - Poach (Final Fantasy Tactics) - RPG Maker MV
In Final Fantasy Tactics, Thieves can gain the ability: Secret Hunt, which effectively lets them Poach enemies. Poached enemies, when killed by a character with Secret Hunt, will give extra item(s) to the player. Here's how you can create this effect for RPG Maker MV!
You can grab the copy/paste code here:
Yanfly.moe: http://yanfly.moe/2016/08/10/tips-tricks-poach-final-fantasy-tactics-rpg-maker-mv/
Enjoy! -
Plugin: Item Synthesis & MainMenuManager
Issue: Synthesis not appearing in the Menu
Bug explanation:
The Synthesis option is simply not appearing (with relevant settings set to "true" and even after calling "ShowSynthesis")
How to replicate: Actually - and this is the funny part: I have no idea! After I started an empty game with the core plugins along with item synthesis and menu manager alone,
everything was working smoothly. Apparently though, other's were facing the same issue, so it might very well be some interference with some other plugins.
So just to be on the safe side, her is a....
Workaround to fix: Manually add an entry for the synthesis to the MenuManager by creating the following entry:
Menu x Name: Yanfly.Param.ISSynthCmd
Menu x Symbol: synthesis
Menu x Show: Imported.YEP_ItemSynthesis && $gameSystem._showSynthesis
Menu x Enabled: Imported.YEP_ItemSynthesis && $gameSystem._enableSynthesis -
I'm considering getting rid of the Class Change Core and Subclass plugins, because I've kinda realized I don't really NEED them for my project (character classes are actually part of characters's personality/lifestyle and gaining a new class is part of their growth and character development, and having them just be able to switch on the fly would kind of be Gameplay and Story Segregation IMO), but at the same time I like being able to write descriptions for what each class does (though I suppose I could just put that in an event somewhere in-game, worldbuilding and all) and I'd feel bad if I wasn't using pretty much ALL of your stuff just because I love your work and want to support you.
-
Since RPG Maker MV has updated to 1.3.0, will you need to update your plugins like for 1.1.0?
-
Since RPG Maker MV has updated to 1.3.0, will you need to update your plugins like for 1.1.0?
I second this query since if there are YEP plugins that might not work in 1.3.0, I would withhold updating before I break things up :x -
I'm considering getting rid of the Class Change Core and Subclass plugins, because I've kinda realized I don't really NEED them for my project (character classes are actually part of characters's personality/lifestyle and gaining a new class is part of their growth and character development, and having them just be able to switch on the fly would kind of be Gameplay and Story Segregation IMO), but at the same time I like being able to write descriptions for what each class does (though I suppose I could just put that in an event somewhere in-game, worldbuilding and all) and I'd feel bad if I wasn't using pretty much ALL of your stuff just because I love your work and want to support you.
Haha, if you don't need them, you don't have to use them. In fact, it'd be better if you don't put them in your game to reduce the clog it doesn't need. :)
---
Since RPG Maker MV has updated to 1.3.0, will you need to update your plugins like for 1.1.0?
I second this query since if there are YEP plugins that might not work in 1.3.0, I would withhold updating before I break things up :x
There's only one plugin as far as I know that needs updating from 1.2.0 to 1.3.0 and that's the Animate Tiles Option plugin. I'll have to get to work on that one once I go home. My plugins are typically made to adapt to changes within the base code or non-Yanfly plugins added to the game. While it isn't perfect, looks like this time, it paid off. :) -
Hi, i've got this error with the Stealth Plugin:
SyntaxError: Unexpected identifier
at Game_Interpreter.command355 (rpg_objects.js:10436)
at Game_Interpreter.executeCommand (rpg_objects.js:8894)
at Game_Interpreter.update (rpg_objects.js:8802)
at Game_Map.updateInterpreter (rpg_objects.js:6080)
at Game_Map.update (rpg_objects.js:5987)
at Scene_Map.updateMain (rpg_scenes.js:417)
at Scene_Map.updateMainMultiply (rpg_scenes.js:409)
at Scene_Map.update (rpg_scenes.js:398)
at Scene_Map.update (ItemPopup.js:189)
at Function.SceneManager.updateScene (rpg_managers.js:1673)rpg_managers.js:1618 SceneManager.catchExceptionrpg_managers.js:1579 SceneManager.update
I've set an item who call a global event that allow invisibility, but then the error occur :/ -
Hi, i've got this error with the Stealth Plugin:
I've set an item who call a global event that allow invisibility, but then the error occur :/
From the front page/top of this page.
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 MUSTbe followed. If a single step is ignored, the bug report is invalid and I will move on to the next bug report.
Follow these Instructions. All steps MUST be followed or I will require you to redo it.
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. That said, both ATB and CTB are no longer supported by Yanfly, so if you're using them, please remove them from the project used for the bug report.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. DO NOT USE SAVES. I need to know exactly how to recreate the problem from start to finish. Simply giving me a save file tells me nothing.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 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.