- Pokémon Essentials Version
- v20.1 ➖
Braille Book Mechanic
Compatible for: Pokemon Essentials v20.1.
This works as a guide book that contains braille and its "translation". For thoose fan games that recreates the braille events from the official games, this was a way for me to give some help for players, so they can have a way to translate the in-game braille to solve puzzles or to reveal some hidden story.
Instructions:
Graphics:
1- Copy and paste the folders inside of the Graphics folder into:
Location: Graphics/Pictures/paste folder here
Note: Do not change the folders names or it will crash your game.
Location: Graphics/Items/paste here the item icon
Note: Do not change the name or it will not appear on your game.
PBS:
1- Copy and paste the item info from the PBS file - "Items" into your PBS file - "Items":
Location: /PBS/Items
Note: If you change the name of the item, you must change it in the plugin and the item icon too, otherwise it will be called as the: "Braille Book".
Plugin:
1- Copy and paste the plugin folder and past it on your project's Plugins Folder.
Location: Plugins/Braille Book
How to call this mechanic in-game: by using its item from the bag or as a registered item.
How to edit the items name:
a) Edit the icon's name.
b) Edit the name in the PBS/Items file.
C) Edit inside the plugin here: Item_Braille_Book.rb file
The item can be registered to be used and/or used from the Bag directly, either way, if you only want one of this options to be available for the players, just remove the code or turn it into a comment, adding this =begin, code in the middle, and =end under all of the code.
- Credits
- Maruno (for the Pokegear script), and Richard PT (Graphics + Braille Book script based from the Pokegear script).