• 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.
Pokémon Essentials Version
v21.1 ✅
Also compatible with
  1. v21
  2. v20.1
  3. v20
In the recent mainline games, cards can appear to explain mechanics or give gameplay tips. Why not have these same cards in Essentials games?

Using pbShowTipCard(TipID), you can show a tip to the player.

For example, pbShowTipCard(:CATCH) will show this tip card:
Tip Card.png


But, what if you want to show more than one tip at a time, especially if they are all related? You can do that, too! Just include more TipIDs as arguments in the pbShowTipCard function.

For example, pbShowTipCard(:ITEMS, :CATCH) will show two tip cards as a group:
Tip Cards Multiple.gif


Version
  • This plugin works for v20.1 and v21.1
Features
  • Tip Cards: The key feature of the plugin. Show tip cards to players.
    • Tip cards can include images. In the current iteration, if the image you choose is wider than it is tall, it will appear above the text of your tip. If the image is taller than it is wide, it will appear to the left of the text of your tip. There will be more control of image placement in a future update.
    • The text of the tip can include formatting, such as bolding with <b> or setting a color using <c2=XXXXyyyy>...</c2>.
  • Groups: You can group tips together and show them in a slightly different UI. You can move between groups using the JUMPUP and JUMPDOWN controls. Groups are also used to emulate the Adventure Guide item.
    • Tip Card Group.png
  • 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 using "Revisit" functions.
  • Adventure Guide Item: Using Groups and "Revisit" functions, the Adventure Guide Item that appears in the mainline games can be emulated. Item handling, item icon, and PBS entry are all provided in this plugin.
More Than Just Tips!
While this plugin is designed around showing tips to players, it's structured in a way where you can make interactive reading material, like books. You can use groups as chapters and tips as the pages of each chapter. Then, use the pbShowTipCardsGrouped function to show all the applicable chapters! If you include "continuous: true" as an argument, the player can move to the next group/previous group by pressing right/left on the last/first tip of a group, which acts more like a book.

If you do this, you can set each of the "tips" to use the :HideRevisit setting so they don't appear as if they were tips when using the Revisit functions.


Setup and Usage
Please use the Setup and Documentation document provided in the downloaded .zip for all the setup and how to use Tip Cards.
You will need to configure tips for your game, so use the examples in 000_Settings.

Future
  • A couple tweaks and cleanup to the code.
Credits
wrigty12
  • Tip Cards - Book.gif
    Tip Cards - Book.gif
    3.5 MB · Views: 1,131
Author
wrigty12
Downloads
332
Views
2,429
First release
Last update
Rating
5.00 star(s) 5 ratings

More resources from wrigty12

Latest updates

  1. Update 1.2 - More settings and showing a list of groups

    BEFORE UPDATING ANY FILES: If you have made any edits to the 000_Settings file, make sure to...
  2. Update 1.1 - More settings, Groups, Seen tracking, and the Adventure Guide item

    BEFORE UPDATING ANY FILES: If you have made any edits to the 000_Settings file, make sure to...

Latest reviews

This is a good idea to implement on pokemon fan games. To gives tips about various game mechanics and it also may work as somekind of a tutorial for the player. Nice work.
Very well polished. Goodbye, Old Fashioned Trainer Tips.
As someone who used display image to make my own tip cards this is just a much better solution
This is amazing, I don't expect anything less in quality from you :D
Back
Top