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/23 10:31] – banerjeesw | plugin-core [2025/01/27 22:54] (current) – [Version History] isiahgames | ||
---|---|---|---|
Line 5: | Line 5: | ||
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.0** | + | **Current Version: 1.6.3** |
{{ https:// | {{ https:// | ||
Line 15: | Line 15: | ||
{{https:// | {{https:// | ||
- | See [[card-actions# | + | 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 31: | 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 51: | Line 63: | ||
| < | | < | ||
| < | | < | ||
+ | | < | ||
+ | | < | ||
+ | | < | ||
+ | | < | ||
+ | | < | ||
===== Notetags ===== | ===== Notetags ===== | ||
Line 116: | Line 133: | ||
===== Passives ===== | ===== Passives ===== | ||
+ | | < | ||
| < | | < | ||
Line 135: | Line 153: | ||
< | < | ||
+ | **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. |
plugin-core.1711186267.txt.gz · Last modified: 2024/03/23 10:31 by banerjeesw