User Tools

Site Tools


plugin-core

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin-core [2024/03/23 21:04] banerjeeswplugin-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://mythatelier.itch.io/card-game-combat|Main Plugin Suite.]] 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://mythatelier.itch.io/card-game-combat|Main Plugin Suite.]]
  
-**Current Version: 1.6.0**+**Current Version: 1.6.3**
  
 {{ https://img.itch.zone/aW1hZ2UvMTQyODQ1Ny8xNTQ3ODc3NS5naWY=/347x500/KDUHd7.gif?nolink }} {{ https://img.itch.zone/aW1hZ2UvMTQyODQ1Ny8xNTQ3ODc3NS5naWY=/347x500/KDUHd7.gif?nolink }}
- 
- 
-{{ https://img.itch.zone/aW1hZ2UvMTQyODQ1Ny8xNTQ3ODY4Ni5naWY=/347x500/e7%2Fu5l.gif?nolink }} 
  
 ===== Parameters ===== ===== Parameters =====
Line 18: Line 15:
 {{https://img.itch.zone/aW1nLzE1NDk2OTI4LnBuZw==/original/tRkguc.png?nolink}} {{https://img.itch.zone/aW1nLzE1NDk2OTI4LnBuZw==/original/tRkguc.png?nolink}}
  
-See [[card-actions#battle_start_turn_start|Battle Start/Turn Start]].+These parameters set the Card Actions that actors execute at the start of their turns. See [[card-actions#battle_start_turn_start|Battle Start/Turn Start]] for more information. 
 + 
 +The Max Hand Size determines how many cards can be in an actor's hand before the game starts ignoring Draw actions. If set to -1, actors will have no max hand size.
  
 **Card Appearance** **Card Appearance**
  
-{{https://img.itch.zone/aW1nLzE1NTAyNDU4LnBuZw==/original/%2BdU33r.png?nolink}}+{{https://img.itch.zone/aW1nLzE4NzkxNzE1LnBuZw==/original/AUw58x.png?nolink}}
  
-See [[card-overview#card_customization|Card Customization]].+This section contains various settings that change cards' appearance, including text component locations. See [[card-overview#card_customization|Card Customization]].
  
 **UI Order** **UI Order**
Line 30: Line 29:
 {{https://img.itch.zone/aW1nLzE1NTAyNDkwLnBuZw==/original/x9q21i.png?nolink}} {{https://img.itch.zone/aW1nLzE1NTAyNDkwLnBuZw==/original/x9q21i.png?nolink}}
  
-See [[card-overview|????]].+This section contains settings for the appearance and functionality of Card Zones and Buttons. See [[zones|Card Zones]].
  
 **Change Battle Windows** **Change Battle Windows**
Line 42: Line 41:
 {{https://img.itch.zone/aW1nLzE1NTAyNTQ3LnBuZw==/original/1GMt8V.png?nolink}} {{https://img.itch.zone/aW1nLzE1NTAyNTQ3LnBuZw==/original/1GMt8V.png?nolink}}
  
-See [[card-overview|????]].+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**
Line 48: Line 47:
 {{https://img.itch.zone/aW1nLzE1NTAyODgwLnBuZw==/original/%2FSR6aw.png?nolink}} {{https://img.itch.zone/aW1nLzE1NTAyODgwLnBuZw==/original/%2FSR6aw.png?nolink}}
  
-See [[card-overview|????]].+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. See [[plugin-card-action-pack-1|Action Pack 1]] for selection Card Actions.
  
 **Card Library** **Card Library**
Line 54: Line 53:
 {{https://img.itch.zone/aW1nLzE1NTAyODg0LnBuZw==/original/U6dHGC.png?nolink}} {{https://img.itch.zone/aW1nLzE1NTAyODg0LnBuZw==/original/U6dHGC.png?nolink}}
  
-See [[card-overview|????]].+This section contains settings for the Card Library scene. See [[card-library|Card Library]].
  
 ===== Plugin Commands ===== ===== Plugin Commands =====
Line 64: Line 63:
 | <code>DisableCardLibrary</code> |  Map & Battle  | Removes the **Card Library** option from the Menu. | | <code>DisableCardLibrary</code> |  Map & Battle  | Removes the **Card Library** option from the Menu. |
 | <code>OpenCardLibrary</code> |  Map & Battle  | Opens the **Card Library** scene directly. This can be done from the map. | | <code>OpenCardLibrary</code> |  Map & Battle  | Opens the **Card Library** scene directly. This can be done from the map. |
 +| <code>ShowCard [ID] [x] [y] [angle] [index]</code> |  Map & Battle  | Replace the brackets with their respective fields. Index works just like the Number when you Show Picture.\\ \\ If Index is omitted, it will just find a new index and create a new card.\\ \\ If angle is omitted, the angle will be 0.  |
 +| <code>HideCardID [ID]</code> |  Map & Battle  | This un-shows the card with the specified skill ID. If two or more cards have the same ID, it will hide the most recently added card. |
 +| <code>HideCardIndex [index]</code> |  Map & Battle  | This hides the card at the specified index. |
 +| <code>HideAllCards</code> |  Map & Battle  | This will hide all cards. |
 +| <code>MoveCard [index] [x] [y]</code> |  Map & Battle  | This moves the card of the specified index to the specified x and y coordinates. |
  
 ===== Notetags ===== ===== Notetags =====
Line 129: Line 133:
  
 ===== Passives ===== ===== Passives =====
 +| <code>Will End Turn</code> | This will cause the card to end the turn upon use. |
  
 | <code>Discard if unplayed</code> | Will discard this card if the turn ends while this card is in the hand. | | <code>Discard if unplayed</code> | Will discard this card if the turn ends while this card is in the hand. |
Line 148: Line 153:
  
 <code> <code>
 +**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?" parameter isn't set to "No."
 +- Cards now properly shuffle while their zones' "Show Cards?" parameter isn't set to "No."
 +- 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 "None" option to Card Removal Animation.
 +- Added several Card Library parameters that were previously in Card Library Plus.
 +- Fixed bug where the If Action wouldn't work inside Empty Zone Actions.
 +- Fixed MZ bug where "Move this to Hand" wouldn't allow you to use the card twice in a row.
 +- 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/buttons/zones when your mouse was at the top of the screen in battle.
 +- 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/CGC/buttons
 +- Moved highlight images to img/CGC/highlights
 +- 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, which offers more flexibility.
 +- Card Sprite hitboxes have been fixed and now scale with the image's scale.
 +- 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't trigger properly.
 +- Skills Learned during battle now stay in the Actor's Library.
 +- Fixed bug where Actor could "forget" Cards gained through equipment or states.
 +- 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't spawn in Library if Card Battle was disabled.
 +- 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't properly case-sensitive.
 +- 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/disappear when navigating item selection in battle.
 +- Fixed MV touch input bug where zone images' hitboxes would be based on the entire sheet instead of just the visible sprite.
 +- 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.1711224245.txt.gz · Last modified: 2024/03/23 21:04 by banerjeesw