The RPG Maker Resource Kit

RMRK RPG Maker Creation => MV => MV Scripts Database => Topic started by: DoubleX on May 22, 2016, 03:03:51 PM

Title: DoubleX RMMV Action Cost Compatibility
Post by: DoubleX on May 22, 2016, 03:03:51 PM
Changelog
Code: [Select]
*      v1.00d(GMT 1500 11-8-2016):                                           
 *      1. Removed compatibility with DoubleX RMMV Minimalized ATB           
 *      1. In sync with the latest DoubleX RMMV Popularized ATB Core version 
 *      v1.00c(GMT 1000 5-6-2016):                                           
 *      1. Addressed more compatibility issues with                           
 *         - DoubleX RMMV Minimalized ATB                                     
 *         - DoubleX RMMV Popularized ATB Core                               
 *      v1.00b(GMT 0300 29-5-2016):                                           
 *      1. Addressed compatibility with                                       
 *         - DoubleX RMMV Minimalized ATB                                     
 *         - DoubleX RMMV Popularized ATB Core                               
 *      v1.00a(GMT 1500 22-5-2016):                                           
 *      1. 1st testing version of this plugin finished                       

Authors
DoubleX

Credits
DoubleX(Optional)

Purpose
Fixes DoubleX RMMV Action Cost compatibility issues

Games using this plugin
None so far

Addressed Plugins
DoubleX RMMV Popularized ATB Core (http://rmrk.net/index.php?topic=50491.0)
DoubleX RMMV Unison Item (http://rmrk.net/index.php?topic=50588.0)
Code: [Select]
*    # DoubleX RMMV Unison Item Config:                                     
 *      1. The action cost is the same for all unison actors                 
 *         - Reference tag: Unison Item Config Act Cost                       
 *         - Read <unison item actor act cost: costs> in DM.loadItemNotes     
 *         - Drawed the action cost in battle for each unison actor in       
 *           WIL.drawActCost and WSL.drawActCost                             
 *         - The default unison item action cost will be shown for all unison
 *           actors when outside battles                                     
 *    # DoubleX RMMV Unison Item Default:                                     
 *      1. The number of action slot reserved by unison invokees are always 1
 *         - Reference tag: Unison Item Default Invokee Act Slot Num         
 *         - Checked the action cost for each unison invokee in               
 *           GBB.canUseUnisonSkill and GBB.canUseUnisonItem as well           
 *         - Stored and restored the action cost for each unison invokee in   
 *           BM.addUnisonActors and BM.eraseUnisonActors as well             
 *    # (v1.00b+)DoubleX RMMV Popularized ATB Core:                           
 *      1. No battler can execute any action at all                           
 *         - Reference tag: PATB Act Validity                                 
 *         - Extended BattleManager.processTurn to ensure no valid actions   
 *           will be falsely regarded as invalid ones                         
 *    # (v1.00c+)DoubleX RMMV Popularized ATB Core:                           
 *      1. Battlers inputting skills/items with action cost greater than 1   
 *         remains inputable after finishing inputting all skills/items       
 *         - Reference tag: PATB Inputability                                 
 *         - Extended Game_Action.prototype.confirm_patb_item,               
 *           Scene_Battle.prototype.confirm_patb_act and added GBB.confirmAct
 *           to confirm the reserved action slots as well                     

Video
DoubleX RMMV Action Cost compatibility (https://www.youtube.com/watch?v=TyYqBKaB-Cw)

Prerequisites
Plugins:
1. DoubleX RMMV Popularized Action Cost (http://rmrk.net/index.php?topic=50698.0)
Abilities:
1. Nothing special

Terms Of Use
Code: [Select]
*      1. Commercial use's always allowed and crediting me's always optional.
 *      2. You shall keep this plugin's Plugin Info part's contents intact.   
 *      3. You shalln't claim that this plugin's written by anyone other than
 *         DoubleX or my aliases. I always reserve the right to deny you from
 *         using any of my plugins anymore if you've violated this.           
 *      4. CC BY 4.0, except those conflicting with any of the above, applies
 *         to this plugin, unless you've my permissions not needing follow so.
 *      5. I always reserve the right to deny you from using this plugin     
 *         anymore if you've violated any of the above.                       
Title: Re: DoubleX RMMV Action Cost Compatibility
Post by: DoubleX on May 29, 2016, 03:11:27 AM
Updates
Code: [Select]
*      v1.00b(GMT 0300 29-5-2016):                                           
 *      1. Addressed compatibility with                                       
 *         - DoubleX RMMV Minimalized ATB                                     
 *         - DoubleX RMMV Popularized ATB Core                               
Title: Re: DoubleX RMMV Action Cost Compatibility
Post by: DoubleX on June 05, 2016, 10:14:55 AM
Updates
Code: [Select]
*      v1.00c(GMT 1000 5-6-2016):                                           
 *      1. Addressed more compatibility issues with                           
 *         - DoubleX RMMV Minimalized ATB                                     
 *         - DoubleX RMMV Popularized ATB Core                               
Title: Re: DoubleX RMMV Action Cost Compatibility
Post by: DoubleX on August 14, 2016, 06:53:28 AM
Updates
Code: [Select]
*      v1.00d(GMT 1500 11-8-2016):                                           
 *      1. Removed compatibility with DoubleX RMMV Minimalized ATB           
 *      1. In sync with the latest DoubleX RMMV Popularized ATB Core version