• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Tip Cards

v21.1 Tip Cards 1.2

This resource pertains to version 21.1 of Pokémon Essentials.
BEFORE UPDATING ANY FILES: If you have made any edits to the 000_Settings file, make sure to make a backup of that files before updating the plugin. If you copy over files to update, it will overwrite your changes.

Change Log
  • ⚙️Added a TIP_CARDS_GROUP_LIST setting. If this is true, when the player uses the SPECIAL control, a list of all groups available to view will appear for the player to jump to one.
  • ⚙️Added a TIP_CARDS_SWITCH_SE setting. This allows you to set a custom sound effect when going between tips or groups.
  • ⚙️Added a new continuous keyword argument for pbShowTipCardsGrouped and pbRevisitTipCardsGrouped functions. This allows the player to move to the next group/previous group by pressing right/left on the last/first tip of a group. Useful when showing something like a book.
BEFORE UPDATING ANY FILES: If you have made any edits to the 000_Settings file, make sure to make a backup of that files before updating the plugin. If you copy over files to update, it will overwrite your changes.

Change Log
  • ⭐New feature: Image placement control. Now you can set images to be at the Top, Bottom, Left, or Right or text in each tip. By default, it will place wider images to Top, and taller images to Left.
  • ⭐New feature: Background overrides. Now you can set a custom background for tips. For example, if you want to show story-based tips, you can have it be a different background than tips about controls.
  • ⭐New feature: Groups. You can now define groups of tips in the TIP_CARDS_GROUPS setting. Groups have a slightly different UI, showing a group header and allowing you to move between groups using the JUMPUP and JUMPDOWN controls. Each group will hold a set of tips.
  • ⚙️Added a TIP_CARDS_SINGLE_GROUP_SHOW_HEADER setting to control whether the group header also shows if only one group is being shown to the player.
  • ⭐New feature: Seen Tip Cards tracking. When you show a tip to the player, it gets marked as seen. You can check if a tip has been seen to be used in Conditional Branches to conditionally show tips, change NPC text, etc. Only tips that have been seen will be shown when "Revisiting" tips (see below).
  • ⭐New feature: Revisiting Tips. Added a number of functions that allow the player to revisit tips they have already seen.
  • ⭐New feature: Adventure Guide item. Added item handling and icon for the Adventure Guide item. It uses Groups and Revisiting to emulate how this item works in the mainline games. Just add a ADVENTUREGUIDE item to your items.txt PBS, and you're good to go!
  • 📄Updated the Setup and Documentation document with all the new functions and Adventure Guide PBS entry if you wish to use it.
For a more general overview of the Groups feature, refer to the main resource page.

With the introduction of Groups, this opens up the plugin to be more than just showing Tip Cards: You can also use this to create interactive reading material, like books. I've added more information about this on the main resource page.
Back
Top