plugin-core
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
plugin-core [2024/03/22 12:28] – [Version History] banerjeesw | plugin-core [2025/01/27 22:54] (current) – [Version History] isiahgames | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{https:// | + | {{https:// |
**MYTH_CGC_CoreEngine** is the Core Engine plugin for RPG Maker MV & MZ that converts Skills into Cards and changes the battle system to utilize them similar to roguelike deckbuilder games. | **MYTH_CGC_CoreEngine** is the Core Engine plugin for RPG Maker MV & MZ that converts Skills into Cards and changes the battle system to utilize them similar to roguelike deckbuilder games. | ||
- | |||
- | {{ https:// | ||
This plugin is required for all other CGC Plugins to work. It can function standalone but the supporting plugins add features that greatly improve the experience of making and playing card games. You can find this plugin as part of the [[https:// | This plugin is required for all other CGC Plugins to work. It can function standalone but the supporting plugins add features that greatly improve the experience of making and playing card games. You can find this plugin as part of the [[https:// | ||
+ | |||
+ | **Current Version: 1.6.3** | ||
+ | |||
+ | {{ https:// | ||
===== Parameters ===== | ===== Parameters ===== | ||
Line 11: | Line 13: | ||
**Start Actions & Max Hand Size** | **Start Actions & Max Hand Size** | ||
- | See [[card-actions# | + | {{https:// |
+ | |||
+ | These parameters set the Card Actions that actors execute at the start of their turns. | ||
+ | |||
+ | The Max Hand Size determines how many cards can be in an actor' | ||
**Card Appearance** | **Card Appearance** | ||
- | See [[card-overview# | + | {{https:// |
+ | |||
+ | This section contains various settings that change cards' appearance, including text component locations. | ||
**UI Order** | **UI Order** | ||
- | See [[card-overview|????]]. | + | {{https:// |
+ | |||
+ | This section contains settings for the appearance and functionality of Card Zones and Buttons. | ||
**Change Battle Windows** | **Change Battle Windows** | ||
+ | |||
+ | {{https:// | ||
See [[card-overview|???? | See [[card-overview|???? | ||
Line 27: | Line 39: | ||
**General Sounds** | **General Sounds** | ||
- | See [[card-overview|????]]. | + | {{https:// |
+ | |||
+ | This section allows you to specify SEs to play when specific Card Actions are used. Most SE settings are found inside specific Zone settings, but General Sounds play regardless of the zone affected. | ||
**Card Selection Window** | **Card Selection Window** | ||
- | See [[card-overview|????]]. | + | {{https:// |
+ | |||
+ | This section contains settings for the appearance of the Card Selection Window, which is the window that appears when you peek at a Zone's cards or when selecting cards through Card Actions. | ||
**Card Library** | **Card Library** | ||
- | See [[card-overview|????]]. | + | {{https:// |
- | {{ https://img.itch.zone/ | + | This section contains settings for the Card Library scene. See [[card-library|Card Library]]. |
===== Plugin Commands ===== | ===== Plugin Commands ===== | ||
Line 47: | Line 63: | ||
| < | | < | ||
| < | | < | ||
+ | | < | ||
+ | | < | ||
+ | | < | ||
+ | | < | ||
+ | | < | ||
===== Notetags ===== | ===== Notetags ===== | ||
Line 70: | Line 91: | ||
===== Actions ===== | ===== Actions ===== | ||
- | | **Draw X** | Where X is a number, playing this card will make the actor draw X cards | | + | | < |
- | | **Draw Until X** | Where X is a number, will make the actor draw until their hand is size X | | + | | < |
- | | **Discard X** | Will make the actor discard X cards in order to play this | | + | | < |
- | | **Discard Until X** | Will make the actor discard until their hand size is X | | + | | < |
- | | **Remove X**\\ **Remove Until X** | Works just like discarding, but will remove the selected cards from play | | + | | < |
- | | **Remove this** | Will remove the card currently being used from play. | | + | Remove Until X</ |
- | | **Add [skillID] to [zoneName]** | Adds a card directly to a zone. For example, "" | + | | < |
- | | **Mill X** | Moves X cards from the deck directly to the discard | | + | | < |
- | | **Search For X**\\ **Search For [skill name]** | Draws the Card of the specified Skill ID (x) or name, if it is in the deck. | | + | | < |
- | | **Shuffle Deck** | Will shuffle the deck. | | + | | < |
+ | Search For [skill name]</ | ||
+ | | < | ||
- | | ** Move X from [zoneName] to [zoneName] | + | | < |
- | | ** Move this to [zoneName] | + | | < |
- | | ** Move all from [zoneName] to [zoneName] | + | | < |
- | | **Eval [expression]** | Will execute anything after the word " | + | | < |
- | | **If [expression]** | This will evaluate the expression, and if it's true, it will execute the next Card Action. If false, it will skip that action. | | + | | < |
- | | **Label [labelName]** | This will define a label, which is important for the jump to Action. | | + | | < |
- | | **Jump to [labelName]** | This will search for the label with the same name, and move to that label. If the label is after this Card Action, it will skip all Card Actions between the two. If the label is before this Card Action, it will execute the Card Actions between the two a second time. | | + | | < |
- | | **Wait X** | Causes Card Action execution to wait X frames before continuing, like a Wait command in RPG Maker. Does not work in Start of Turn/Battle params. | | + | | < |
Example of how these Card Actions can be used: | Example of how these Card Actions can be used: | ||
Line 106: | Line 129: | ||
- | | **Play SE [fileName]**\\ **Play SFX [fileName]** | Will play the specified sound file located in audio/se folder. | | + | | < |
+ | Play SFX [fileName]</ | ||
===== Passives ===== | ===== Passives ===== | ||
+ | | < | ||
- | | **Discard if unplayed** | Will discard this card if the turn ends while this card is in the hand. | | + | | < |
- | | **Remove if unplayed** | Will remove this card from play if the turn ends while this card is in the hand. | | + | | < |
- | | **Require [expression]** | Cannot be played unless the expression evaluates to true. Multiple requirements can be placed. Use the word ' | + | | < |
Require user.handSize < 10 | Require user.handSize < 10 | ||
Require $gameSwitches.value(3)</ | Require $gameSwitches.value(3)</ | ||
- | | **Start in [zoneName]** | Will be in the specified zone at start of battle, before start-of-battle actions. | | + | | < |
- | | **Start of Turn: Skill X** | At the Start of Turn, if this Card is in Hand, execute Skill ID X. | | + | | < |
- | | **End of Turn: Skill X** | At the end of Turn, if this Card is in Hand, execute Skill ID X. | | + | | < |
- | | **Enter [zoneName]: Skill X** | When this Card enters the specified zone, execute Skill ID X. | | + | | < |
- | | **Exit [zoneName]: Skill X** | When this Card enters the specified zone, execute Skill ID X. | | + | | < |
===== Version History ===== | ===== Version History ===== | ||
- | // | + | Version Changes up to the major update. See // |
< | < | ||
+ | **v1.6.3** | ||
+ | - Added Window Word Wrap parameter. | ||
+ | - Fixed crash if MV users are using the old ShowCard plugin. | ||
+ | - Fixed default bitmap loading properly in MZ if Default.png is not present in project. | ||
+ | - Cards now appear properly in the Deck on battle start if the Deck's "Show cards?" | ||
+ | - Cards now properly shuffle while their zones' "Show Cards?" | ||
+ | - Fixed Deck zone not using the Skew property. | ||
+ | - Fixed typo in MZ plugin command | ||
+ | - Fixed crash if using YEP_SkillCore but not YEP_MessageCore Help Window now always displays proper ICV values regardless of scene. | ||
+ | - The Action Failure message in the Battle Log no longer displays when using a skill that has Card Actions. | ||
+ | - Setting Origin Badges to false now prevents cards being separated by their Origin in Library type scenes. | ||
+ | - Added " | ||
+ | - Added several Card Library parameters that were previously in Card Library Plus. | ||
+ | - Fixed bug where the If Action wouldn' | ||
+ | - Fixed MZ bug where "Move this to Hand" wouldn' | ||
+ | - Changing classes now replaces learned cards from the previous class with cards belonging to the new class. | ||
+ | - Added compatbility with YEP_ClassChangeCore. | ||
+ | - Fixed MZ touch input bug that would strangely let you hover over and click cards/ | ||
+ | - Fixed similar bug for the Library scenes. | ||
+ | - Added Scale parameters to the Hand Zone. | ||
+ | - Temp Fix for forced actions that end the turn not properly ending it. The code is bad and will be improved in the future. | ||
+ | - Forced actions are now either better or worse. | ||
+ | |||
+ | **v1.6.2** | ||
+ | - Consolidated ShowCard into the Core Engine. | ||
+ | - Removed several duplicate parameters that are present in Text Format Plus. | ||
+ | - Cost X coordinate is now left-aligned. Added Cost Width param to compensate. | ||
+ | - Replaced Highlight Sprite with Highlight Sheet, which now includes a Remove variant. | ||
+ | - Added Remove variant of the End Turn Button | ||
+ | - Moved button images to img/ | ||
+ | - Moved highlight images to img/ | ||
+ | - Added Origin Badges to the Card Library which display where a Card came from. | ||
+ | - Added a few other parameters to determine which Cards are shown in the Library. | ||
+ | - Cards of different Origins now appear separately in the Library | ||
+ | - Default Card is now preloaded on boot, almost all card-based calculations are now based on this image. | ||
+ | - Amount Text in Libraries is now handled by a new class Window_CardAmount, | ||
+ | - Card Sprite hitboxes have been fixed and now scale with the image' | ||
+ | - Zone Sprites no longer create Card Highlights that go unused. | ||
+ | - Fixed math error in Hand positioning that makes cards improperly centered. | ||
+ | - New parameter Skip Party Command allows you to skip the Party Command Window | ||
+ | - Fixed bug where End of Turn: Skill X triggers twice | ||
+ | - Fixed bug where Start of Turn: Skill X wouldn' | ||
+ | - Skills Learned during battle now stay in the Actor' | ||
+ | - Fixed bug where Actor could " | ||
+ | - Library Scene has been revamped entirely. Lots of UI improvements. | ||
+ | - The Scrollbar is now in every Library-type scene. | ||
+ | - Fixed bug where Card Sprites wouldn' | ||
+ | - Fixed crash when failing to flee from a battle using the Party Window before the opening hand has been drawn. | ||
+ | - Lots of backend refactoring. | ||
+ | - Better error handling and conveyance to the user. | ||
+ | - Behavior specific to Window_BattleSkill has been removed from Window_SkillList | ||
+ | - Cards are now added to a CardLayer object which inherits behavior from WindowLayer. | ||
+ | - Card Highlight sprites are now a new class Sprite_CardHighlight instead of just basic Sprite objects. Trust me, the code is cleaner now. | ||
+ | - CoreEngine is now over 10,000 lines. | ||
+ | |||
+ | **v1.6.1** | ||
+ | - Added Skip Party Command Menu plugin parameter. | ||
+ | - Simple View in the Card Library will now show Var values when using MYTH_CGC_IndependentCardVariables. | ||
+ | - Fixed bug where Zone names weren' | ||
+ | - Fixed bug with YEP_BattleEngineCore that would break card forced actions. | ||
+ | - Fixed bug with card forced actions that would sometimes discard a card on execution. | ||
+ | - Fixed bug where card forced actions would interrupt empty zone actions. | ||
+ | - Fixed Jump Card Action not working within Card Target Actions | ||
+ | - Fixed MZ touch input crash when hovering over zone sprites. | ||
+ | - Fixed MZ plugin commands not working. | ||
+ | - Fixed crash if skills force actions when no target is available. | ||
+ | - Fixed MZ bug where status windows would fail to appear/ | ||
+ | - Fixed MV touch input bug where zone images' | ||
+ | - Added MV compatibility with SDJB_MouseHover and TDDP_MouseSystemEx | ||
+ | - Fixed bug with YEP_X_BattleSysSTB that would cause actors to repeat their Start of Turn Card Actions. | ||
+ | - Extra error handling for improved compatibility with other plugins | ||
+ | |||
**v1.6.0** | **v1.6.0** | ||
- Zone params are now structs. | - Zone params are now structs. | ||
Line 156: | Line 253: | ||
- Removed legacy functions | - Removed legacy functions | ||
- Renamed from IsiahCardGameCombat to MYTH_CGC_CoreEngine | - Renamed from IsiahCardGameCombat to MYTH_CGC_CoreEngine | ||
- | |||
- | **v1.5.7** | ||
- | - Fixed crash introduced in 1.5.6 when discarding cards while using Card Types while not using the End Turn Button. | ||
- | - Forced actions such as through End of Turn: Skill X no longer break when using YEP_InstantCast | ||
- | |||
- | **v1.5.6** | ||
- | - Start of Battle/ | ||
- | - Some backend changes to add more versatility for expansions. | ||
- | - Fixed apparent crash if enemies move first. | ||
- | - Created system-independant measurement of an actor' | ||
- | - Fixed softlock with CGCCardTypes when using Card Actions Discard/ | ||
- | |||
- | **v1.5.5** | ||
- | - Fixed bug introduced in 1.5.4 that disables the Item button | ||
- | - Fixed crash when battling with card battle disabled but for real this time. | ||
- | |||
- | **v1.5.4** | ||
- | - Fixed crash when exiting battle while deck is overdrawn. | ||
- | - Fixed crash when battling with card battle disabled that was introduced in 1.5.2. | ||
- | - Fixed graphical glitch where scaled icons would borrow a pixel from their neighbours. | ||
- | - Card-based forced actions smoothness improved. Help Window no longer visible and input doesn' | ||
- | |||
- | - Improved compatibility with YEP_BattleEngineCore - Card-based forced actions now still work when there are multiple calls at once (like if you have 3 Start of Turn: Skill X cards in hand) | ||
- | - Fixed bug with YEP_X_BattleSysSTB where actors don't all execute their Start of Turn Actions. | ||
- | - Improved compatibility with YEP_CoreEngine when using PartyUI_A | ||
- | - Card Zone icons no longer draw in the micro status window. | ||
- | |||
- | **v1.5.3** | ||
- | - Learn Skill is now permanent mid-battle. Cards gained by level up now works as intended. | ||
- | - Card Name X/Card Name Y parameter names fixed. | ||
- | |||
- | **v1.5.2** | ||
- | - Added default value to Hand Y parameter. | ||
- | - Status Window will now take the full width of the screen if the Actor Command Window is skipped, just like it does if it displays at the top of the screen. | ||
- | - Added plugin parameter Inactive Y Offset. | ||
- | - Added plugin parameter Card Height Multiplier. | ||
- | - Fixed bug where the hand fan would offset the Y positions of cards based on the center of the screen and not the center of the hand. | ||
- | - Fixed infinite loop crash when starting a game with more than one party member. | ||
- | - Fixed MZ crash when selecting the Discard deck. | ||
- | - Cards examined through CGCCardSelection now update the help window with their descriptions during battle. | ||
- | - Fixed crash if the End Turn Button is not present in battle. | ||
- | - Added End Turn Use Condition and Item Button Use Condition parameters which make those buttons function more in line with the Extra Buttons plugin expansion. | ||
- | - Fixed niche crash where start-of-turn forced action variable wouldn' | ||
- | Compatibility updates: | ||
- | - YEP_X_SkillCostItems - it works but item costs do not display on the card. | ||
- | - Yep_BattleStatusWindow - if this is in the project, it will use that plugin' | ||
- | |||
- | **v1.5.1** | ||
- | - Changed backend handling of cards to make extensions easier in the future. This will cause errors when loading save files from previous builds. | ||
- | - Text indicating the amount of copies of a card an actor has no longer scales up when the card is highlighted. | ||
- | - New parameter Card Rotation Multiplier which gives you more control over the angles of the cards in the hand. | ||
- | - Fixed bug with Discard if Unplayed/ | ||
- | |||
- | | ||
- | **v1.5.0** | ||
- | - Added a generic Move Card Action | ||
- | - Added Enter/Exit zone forced actions | ||
- | - Fixed hand fan bunching together when the hand size is larger than 10. | ||
- | - Fixed crash with the Extra Button extension when selecting an extra button during discard selection. | ||
- | - Unsure if Mill broke during the development of 1.5 but it got un-broke. | ||
- | - Fixed MZ touch input when cards overlap. It should be consistent now. | ||
- | - Fixed the Card Library scene now showing cards when Card Types plugin is not present. | ||
- | - Search For [skillname] now works. | ||
- | - Simple View Card Library now actually shows the last card. | ||
- | - Lots of backend refactoring which shouldn' | ||
- | |||
- | **v1.4.7** | ||
- | - Added max hand size parameter. | ||
- | - Added new Card Action - Add [skill ID] to [zone name] | ||
- | - Fixed bug where cards with card art might not show text. | ||
- | - Start of Turn/Start of Battle Card Actions now execute just like skill Card Actions - meaning multiple discards and Wait now work in these Plugin Parameters. | ||
- | |||
- | **v1.4.6** | ||
- | - Bug Fixes: | ||
- | Fixed crash when selecting the item button or using Card Selection to select deck/ | ||
- | Fixed issue with PartyUI_A that would crash in MZ at start of battle. | ||
- | |||
- | **v1.4.5** | ||
- | - Discard image now shows up when discard contains 0 cards. | ||
- | Card Library scene has been massively optimized. Cards now spawn one-per-frame rather than all at once, which makes it look a bit different but keeps there from being a huge frame dip when you start the scene. | ||
- | Card Library scene no longer refreshes when you scroll down a lot. | ||
- | Added coordinate parameters for Card Name and Cost text. | ||
- | Added Card Passive Start of Turn | ||
- | Added Card Passive End of Turn | ||
- | |||
- | Fixed MZ plugin command support - plugin commands should now show up properly. | ||
- | |||
- | **v1.4.1** - Fixed MZ graphical bug on the Card Library scene where rectangles would appear. | ||
- | |||
- | **v1.4.0** | ||
- | - In both versions: | ||
- | Added several parameters to give more control over card name and cost | ||
- | Fixed icon placement in description with another plugin parameter | ||
- | Fixed bug where the Amount text in the Card Library wouldn' | ||
- | Added compatibility with IsiahCGCCardTypes v1.0! | ||
- | Added " | ||
- | Added " | ||
- | Added " | ||
- | Cards targeting party members in the side view will now move to those actors. This also fixes graphical incompatibility with | ||
- | |||
- | - In MV: | ||
- | YEP_TargetCore and YEP_X_SelectionControl. | ||
- | |||
- | **v1.3.5** | ||
- | - In MV: | ||
- | Added compatibility with Eli_MessageActions | ||
- | |||
- | - In MZ: | ||
- | Added compatibility with EliMZ_MessageActions | ||
- | |||
- | **v1.3.2** - In both versions: | ||
- | Added ability to reorder item button, end turn button, and hand in any configuration using the plugin parameter Button Order. | ||
- | |||
- | - In MV: | ||
- | Added compatibility with Irina_AutoMessageColor | ||
- | Added compatibility with RS_MessageAlign | ||
- | |||
- | **v1.3.1** - In both versions: | ||
- | Fixed minor memory leak when removing cards introduced in v1.3.0 | ||
- | Fixed touch input bug when selecting cards, which existed before 1.3.0 but was made worse by IsiahCGCPartyUI_A. | ||
- | Fixed crash from touch input on the Card Library scene. | ||
- | Fixed crash when adding party members mid-battle. | ||
- | |||
- | |||
- | **v1.3.0** - In both versions: | ||
- | Implemented Party Battle | ||
- | Added several plugin parameters relating to Status Window Card Icons. | ||
- | Added plugin parameter to give you control over the X coordinate of the center point of the hand. | ||
- | |||
- | In MV: | ||
- | Added drawing icons representing hand/ | ||
- | |||
- | In MZ: | ||
- | Fixed MZ-exclusive functions that would cause problems if card battle was disabled. | ||
- | |||
- | **v1.2.5** - In both versions: | ||
- | Separated Skill scene from Card Library scene. | ||
- | Added DisableCardBattle and EnableCardBattle plugin commands. | ||
- | Added Card Base skill notetag. | ||
- | |||
- | **v1.2.2** | ||
- | - In both versions: | ||
- | The player no longer needs to discard/ | ||
- | |||
- | **v1.2.1** | ||
- | - In both versions: | ||
- | Fixed using \I to draw icons to card text, and fixed the spacing so it's based on scaled icon size instead of regular icon size. | ||
- | |||
- | **v1.2.0** | ||
- | - In both versions: | ||
- | Added Eval Card Action | ||
- | Added variable support to Card Action numbers using \V[x] | ||
- | Added plugin parameter to turn off descriptions from cards | ||
- | Added plugin parameter to turn the help window back on in the skills scene. | ||
- | Added compatibility with YEP_X_ExtMesPack1 and 2 | ||
- | Fixed issue where an enemy using a skill that contains card actions would generate an error. | ||
- | Fixed an embarrassing typo that resulted in a crash if you used text codes to draw an icon onto the card text. | ||
- | |||
- | v1.1.1 - In MZ: | ||
- | Fixed bug where ending the turn as the player' | ||
- | In MV: | ||
- | Fixed a less significant bug where doing the same thing would skip the first turn for all other battlers. | ||
- | |||
- | **v1.1.0** | ||
- | - In both versions: | ||
- | Completely restructured Card Actions | ||
- | Completely restructured Card Passives | ||
- | Added the following card passives: | ||
- | Discard if Unplayed | ||
- | Remove if Unplayed | ||
- | Start in Hand | ||
- | Require | ||
- | Added the removedCards variable for damage formulas. | ||
- | |||
- | **v1.0.8** | ||
- | - In both versions: | ||
- | Fixed softlock where drawing when the discard was empty would prevent drawing from working for the rest of the battle. | ||
- | Added <Remove X> and <Remove Until X> Card Actions. | ||
- | Added <Remove this> Notetag. | ||
- | Removal comes with 2 animations - Burn and Fade. | ||
- | Added enabled and discard highlight sprites to cards. | ||
- | Fixed bug where skills with < | ||
- | Added new damage formula variable cardsInPlay. | ||
- | |||
- | **v1.0.7** | ||
- | - In MZ: | ||
- | No longer softlocks if you back out of a skill execution. | ||
- | Actor Selection Window doesn' | ||
- | Status Window no longer disappears when you attack manually targeted enemies. Neither does the Help Window | ||
- | Added touch controls. | ||
- | |||
- | In both versions: | ||
- | Cards that cannot be selected to be played can now still be selected for discard. | ||
- | |||
- | **v1.0.6** - Added MZ compatibility! Touch controls will be fixed for MZ at a later date. | ||
- | |||
- | **v1.0.5** - Added Disabled Discard button image for better feedback when the player needs to discard cards. The End Turn Button is no longer visible until the turn begins. | ||
- | Actors now only truly forget skills if the final instance of that skill is removed from their deck. | ||
- | Fixed bug in Skill scene that caused highlighted card to be off by one row. | ||
- | The enemy selection window now follows the same size/ | ||
- | Hitting cancel on card selection now returns to the party window. | ||
- | Items can now execute Card Actions. | ||
- | |||
- | **v1.0.3** - Fixed bug with Show Missing Cards in Library parameter - missing cards would not draw consistently correctly. | ||
- | |||
- | **v1.0.2** - Added compatibility with YEP_InstantCast | ||
- | |||
- | **v1.0.1** - Fixed bug where cards selected out of order would not discard properly. | ||
- | |||
- | **v1.0.0** - Finished plugin | ||
</ | </ |
plugin-core.1711106930.txt.gz · Last modified: 2024/03/22 12:28 by banerjeesw