Status
Not open for further replies.

Yanfly

Veteran
Joined
Mar 15, 2012
Messages
1,743
Reaction score
2,638
Button Common Events


Features and How to Use










This plugin enables you to bind common events to the individual buttons on your keyboard. Instead of having the standard Z for OK and X for cancel, you can make other keys work differently. With the exception of important keys that shouldn't be altered, nearly full access is given across the span of the keyboard.


Plugin and Instructions: http://yanfly.moe/2016/01/23/yep-061-button-common-events/ 
 

BloodletterQ

Chaotic Neutral Assassin
Veteran
Joined
Aug 15, 2012
Messages
1,535
Reaction score
1,178
First Language
English
Primarily Uses
N/A
Been waiting for this one. Do you know if I can get a picture to show up in the background when I have the menu on? It's intended to be a background.
 

Portkey89

Veteran
Veteran
Joined
Apr 4, 2012
Messages
78
Reaction score
16
First Language
English
Primarily Uses
EDIT: Deleting all the nonsense I was capable of solving on my own.


All that remains is:


1) THANK YOU!  I've been voting for this plugin for as long as I can remember, and I'm floored.  Dreams really do come true!


2)When scanning through the code, I saw:


backSlash: Number(Yanfly.Parameters['Key \\']),


I figured that should only be one \.  But I might be mistaken - just thought I'd mention it.



Thank you as always.  YOU'RE A GOD!!!!
 
Last edited by a moderator:

Alexandre

Veteran
Veteran
Joined
Jul 8, 2015
Messages
108
Reaction score
53
First Language
French
Primarily Uses
Why limit such a good plugin only to Scene Map? It wouldn't be nice to allow it during Scene Battle?


Anyway, glad to see this wonderful plugin released, I was hoping it will be chosen since the first time I voted for it.


Goog job, as always.
 

Tuomo L

Oldbie
Veteran
Joined
Aug 6, 2012
Messages
2,327
Reaction score
1,286
First Language
Finnish
Primarily Uses
RMMV
Having Keyboard config and button common events, the common events are shown as "ok" as well. Is there a way to map these common events too, just the way as you can regular buttons this way?
 
Last edited by a moderator:

@ND

Warper
Member
Joined
Jun 28, 2012
Messages
4
Reaction score
3
First Language
English
Primarily Uses
Not sure if it's been reported yet, but there is a serious crash that occurs with the victory aftermath level up plugin. If I have "EXP for Reserve Members" checked in the system I get the following error when it goes to show the reserve members level up.

View attachment levelupctd.jpg
 
Last edited by a moderator:

Yanfly

Veteran
Joined
Mar 15, 2012
Messages
1,743
Reaction score
2,638
Why limit such a good plugin only to Scene Map? It wouldn't be nice to allow it during Scene Battle?


Anyway, glad to see this wonderful plugin released, I was hoping it will be chosen since the first time I voted for it.


Goog job, as always.


I didn't include Battle functionality because Common Events in battle is a whole other animal to get right. It's mostly the same reason you won't see parallel common events working in battle either. That said, I do intend to make a plugin in the future that allows for extended keyboard functionality for the future.

Having Keyboard config and button common events, the common events are shown as "ok" as well. Is there a way to map these common events too, just the way as you can regular buttons this way?


I thought I mentioned this in the video, the plugin page, and the help file... Well then, I'll mention it here, too:


 * ============================================================================
 * Compatibility Issues
 * ============================================================================
 *
 * This plugin will most likely have compatibility issues with anything that
 * alters keystrokes or makes use of them through a different manner.
 *
 * This will include the KeyboardConfig.js that was provided for the RPG Maker
 * MV plugin pack made by Yanfly Engine Plugins. A future revision of the
 * KeyboardConfig.js will be made to accomodate the changes made by this plugin
 * to give better control and access.

Not sure if it's been reported yet, but there is a serious crash that occurs with the victory aftermath level up plugin. If I have "EXP for Reserve Members" checked in the system I get the following error when it goes to show the reserve members level up.


View attachment 29591


Please update your Victory Aftermath...
 

Tuomo L

Oldbie
Veteran
Joined
Aug 6, 2012
Messages
2,327
Reaction score
1,286
First Language
Finnish
Primarily Uses
RMMV
I didn't include Battle functionality because Common Events in battle is a whole other animal to get right. It's mostly the same reason you won't see parallel common events working in battle either. That said, I do intend to make a plugin in the future that allows for extended keyboard functionality for the future.


I thought I mentioned this in the video, the plugin page, and the help file... Well then, I'll mention it here, too:


 * ============================================================================
 * Compatibility Issues
 * ============================================================================
 *
 * This plugin will most likely have compatibility issues with anything that
 * alters keystrokes or makes use of them through a different manner.
 *
 * This will include the KeyboardConfig.js that was provided for the RPG Maker
 * MV plugin pack made by Yanfly Engine Plugins. A future revision of the
 * KeyboardConfig.js will be made to accomodate the changes made by this plugin
 * to give better control and access.


Please update your Victory Aftermath...


D'oh, I somehow missed it from all of those. Sorry.
 

killerfer

Veteran
Veteran
Joined
Nov 4, 2015
Messages
198
Reaction score
50
First Language
Portuguese
With the current plugins, is it possible to calculate a skill damage using the states of a character that doesn't participate in the action? For example: actor A attacks the enemy, but the skill deals damage based on actor C atk stat instead of actor A.
 

Darkstar

Veteran
Veteran
Joined
Mar 22, 2012
Messages
13
Reaction score
3
First Language
English
Primarily Uses
I posted this on your blog, but I figured there hopefully isn't any harm on posting it here either. It seems there may be an issue with the battle engine core and the animated enemies plugin.


TypeError: Cannot read property 'height' of undefined
at Game_Enemy.Game_Battler.spriteHeight (file:///C:/Users/chelf/Documents/Games/Test%20Project/js/plugins/YEP_BattleEngineCore.js:3319:35)
at Game_Enemy.Game_Battler.spriteHeight (file:///C:/Users/chelf/Documents/Games/Test%20Project/js/plugins/YEP_X_AnimatedSVEnemies.js:1024:56)
at Sprite_Enemy.updateSVStateSprite (file:///C:/Users/chelf/Documents/Games/Test%20Project/js/plugins/YEP_X_AnimatedSVEnemies.js:1413:30)
at Sprite_Enemy.updateStateSprite (file:///C:/Users/chelf/Documents/Games/Test%20Project/js/plugins/YEP_X_AnimatedSVEnemies.js:1405:12)
at Sprite_Enemy.update (file:///C:/Users/chelf/Documents/Games/Test%20Project/js/rpg_sprites.js:951:14)
at Sprite_Enemy.update (file:///C:/Users/chelf/Documents/Games/Test%20Project/js/plugins/YEP_BattleEngineCore.js:2622:36)
at Sprite_Enemy.update (file:///C:/Users/chelf/Documents/Games/Test%20Project/js/plugins/YEP_X_AnimatedSVEnemies.js:1396:36)
at file:///C:/Users/chelf/Documents/Games/Test%20Project/js/rpg_core.js:3290:19
at Array.forEach (native)
at Sprite.update (file:///C:/Users/chelf/Documents/Games/Test%20Project/js/rpg_core.js:3288:19)


The game crashes when I try to enter a battle with those plugins enabled. I have tried with a clean project, and get the same result. If you need it, I can upload a test project for you.
 

Moe_Lester13

Veteran
Veteran
Joined
Nov 22, 2015
Messages
72
Reaction score
11
First Language
English
Not sure if it's been pointed out yet (as there's a lot of pages to go through) but with the Item Core, the layout adds a 0 for MP related recovery, but not HP.


Is this intentional? Just looks a little jarring.

Error.png
 

Yanfly

Veteran
Joined
Mar 15, 2012
Messages
1,743
Reaction score
2,638
I posted this on your blog, but I figured there hopefully isn't any harm on posting it here either. It seems there may be an issue with the battle engine core and the animated enemies plugin.



TypeError: Cannot read property 'height' of undefined
at Game_Enemy.Game_Battler.spriteHeight (file:///C:/Users/chelf/Documents/Games/Test%20Project/js/plugins/YEP_BattleEngineCore.js:3319:35)
at Game_Enemy.Game_Battler.spriteHeight (file:///C:/Users/chelf/Documents/Games/Test%20Project/js/plugins/YEP_X_AnimatedSVEnemies.js:1024:56)
at Sprite_Enemy.updateSVStateSprite (file:///C:/Users/chelf/Documents/Games/Test%20Project/js/plugins/YEP_X_AnimatedSVEnemies.js:1413:30)
at Sprite_Enemy.updateStateSprite (file:///C:/Users/chelf/Documents/Games/Test%20Project/js/plugins/YEP_X_AnimatedSVEnemies.js:1405:12)
at Sprite_Enemy.update (file:///C:/Users/chelf/Documents/Games/Test%20Project/js/rpg_sprites.js:951:14)
at Sprite_Enemy.update (file:///C:/Users/chelf/Documents/Games/Test%20Project/js/plugins/YEP_BattleEngineCore.js:2622:36)
at Sprite_Enemy.update (file:///C:/Users/chelf/Documents/Games/Test%20Project/js/plugins/YEP_X_AnimatedSVEnemies.js:1396:36)
at file:///C:/Users/chelf/Documents/Games/Test%20Project/js/rpg_core.js:3290:19
at Array.forEach (native)
at Sprite.update (file:///C:/Users/chelf/Documents/Games/Test%20Project/js/rpg_core.js:3288:19)


The game crashes when I try to enter a battle with those plugins enabled. I have tried with a clean project, and get the same result. If you need it, I can upload a test project for you.


Yes, go upload it.

Not sure if it's been pointed out yet (as there's a lot of pages to go through) but with the Item Core, the layout adds a 0 for MP related recovery, but not HP.


Is this intentional? Just looks a little jarring.



Ah, yes, that's unintentional. I'll get it fixed by tonight.
 

Tuomo L

Oldbie
Veteran
Joined
Aug 6, 2012
Messages
2,327
Reaction score
1,286
First Language
Finnish
Primarily Uses
RMMV
The previous update made it so that I can now no longer use the button common event.  I have set J as calling common event 1 that opens up a journal, but now the journal no longer opens with the J button. The J button also doesn't appear in the keyboard config like it did in the earlier version.
 

Yanfly

Veteran
Joined
Mar 15, 2012
Messages
1,743
Reaction score
2,638
I posted this on your blog, but I figured there hopefully isn't any harm on posting it here either. It seems there may be an issue with the battle engine core and the animated enemies plugin.



TypeError: Cannot read property 'height' of undefined
at Game_Enemy.Game_Battler.spriteHeight (file:///C:/Users/chelf/Documents/Games/Test%20Project/js/plugins/YEP_BattleEngineCore.js:3319:35)
at Game_Enemy.Game_Battler.spriteHeight (file:///C:/Users/chelf/Documents/Games/Test%20Project/js/plugins/YEP_X_AnimatedSVEnemies.js:1024:56)
at Sprite_Enemy.updateSVStateSprite (file:///C:/Users/chelf/Documents/Games/Test%20Project/js/plugins/YEP_X_AnimatedSVEnemies.js:1413:30)
at Sprite_Enemy.updateStateSprite (file:///C:/Users/chelf/Documents/Games/Test%20Project/js/plugins/YEP_X_AnimatedSVEnemies.js:1405:12)
at Sprite_Enemy.update (file:///C:/Users/chelf/Documents/Games/Test%20Project/js/rpg_sprites.js:951:14)
at Sprite_Enemy.update (file:///C:/Users/chelf/Documents/Games/Test%20Project/js/plugins/YEP_BattleEngineCore.js:2622:36)
at Sprite_Enemy.update (file:///C:/Users/chelf/Documents/Games/Test%20Project/js/plugins/YEP_X_AnimatedSVEnemies.js:1396:36)
at file:///C:/Users/chelf/Documents/Games/Test%20Project/js/rpg_core.js:3290:19
at Array.forEach (native)
at Sprite.update (file:///C:/Users/chelf/Documents/Games/Test%20Project/js/rpg_core.js:3288:19)


The game crashes when I try to enter a battle with those plugins enabled. I have tried with a clean project, and get the same result. If you need it, I can upload a test project for you.


Alright, just received your sample project so I'll post the response here so other people can see it.


You absolutely need to have an enemy image for your battler even if you're strictly using only sideview animations. This is not limited to just my plugins. If you turn off all of my plugins and attempt to run a battle with a battler that has no image, it will crash regardless. This is not a bug with my plugin. Give your battler a slime or bat image. It doesn't matter.
 

Darkstar

Veteran
Veteran
Joined
Mar 22, 2012
Messages
13
Reaction score
3
First Language
English
Primarily Uses
Alright, just received your sample project so I'll post the response here so other people can see it.


You absolutely need to have an enemy image for your battler even if you're strictly using only sideview animations. This is not limited to just my plugins. If you turn off all of my plugins and attempt to run a battle with a battler that has no image, it will crash regardless. This is not a bug with my plugin. Give your battler a slime or bat image. It doesn't matter.
I did give it an image, and it crashed anyways, that's the problem. Case sensitive and all that. This also happens to sideview battlers which have worked before with images.
 
Status
Not open for further replies.

Users Who Are Viewing This Thread (Users: 0, Guests: 6)

Latest Threads

Latest Profile Posts

Day 9 of giveaways! 8 prizes today :D
He mad, but he cute :kaopride:

Our latest feature is an interview with... me?!

People4_2 (Capelet off and on) added!

Just beat the last of us 2 last night and starting jedi: fallen order right now, both use unreal engine & when I say i knew 80% of jedi's buttons right away because they were the same buttons as TLOU2 its ridiculous, even the same narrow hallway crawl and barely-made-it jump they do. Unreal Engine is just big budget RPG Maker the way they make games nearly identical at its core lol.

Forum statistics

Threads
106,038
Messages
1,018,467
Members
137,821
Latest member
Capterson
Top