Script Name: Item Encyclopedia
Author: White Demon / White Mage (English Translation By: Elemental Crisis)
Description:
This script will add an item encyclopedia to your game.
Screenshots:
Instructions:
Make sure both scripts (Item Encyclopedia - Script AND Item Encyclopedia - Settings) are placed above MAIN. To call the Item Encyclopedia, use the following:
The script pulls all required information from the database so there's no need to manually add items to it as items are automatically added once acquired in game. If you'd like to manually add or remove entries from the Item Encyclopedia use the following.
To exclude certain items from appearing in the Item Encyclopedia, place the following in the notes box for the item you don't want added to the Item Encyclopedia.
As shown in the screenshot, each entry in the Item Encyclopedia has the ability to display "Notes", place the following in the notes box.
Change the "Your Message" part with what you'd like shown.
Frequently Asked Questions:
Q: When can I view the Item Encyclopedia?
A: The Item Encylopedia becomes available once an item has been acquried.
Q: Why isin't item X shown in the Item Encyclopedia?
A: Initial equipment for playable characters (Added via the database) is not included nor is any equipment already equipped on playable characters that join the party.
Q: I used a script to add items to my party, how come they aren't shown in the Item Encyclopedia
A: For items to show up in the Item Encyclopedia, they must be added via the event commands.
Translation Comments
I didn't have the time to fix the alignment and position of the text in the script. If anyone does fix this please post the updated information so I can edit this post, proper credit will be given. There was another command available that I simply could not get to work. It's supposed to display/change the current completion rate of the Item Encyclopedia.
If anyone gets this working please let me know.
Scripts:
Item Encyclopedia - Script.txt 37K 161 downloads
Item Encyclopedia - Settings.txt 7.32K 155 downloads
Author: White Demon / White Mage (English Translation By: Elemental Crisis)
Description:
This script will add an item encyclopedia to your game.
Screenshots:
Instructions:
Make sure both scripts (Item Encyclopedia - Script AND Item Encyclopedia - Settings) are placed above MAIN. To call the Item Encyclopedia, use the following:
SceneManager.call (Scene_ItemDictionary)
The script pulls all required information from the database so there's no need to manually add items to it as items are automatically added once acquired in game. If you'd like to manually add or remove entries from the Item Encyclopedia use the following.
i_dictionary_switch_on(n) Add Item "n" to the Item Encyclopedia. i_dictionary_switch_off(n) Remove Item "n" to the Item Encyclopedia. w_dictionary_switch_on(n) Add Weapon"n" to the Item Encyclopedia. w_dictionary_switch_off(n) Remove Weapon"n" to the Item Encyclopedia. a_dictionary_switch_on(n) Add Armor"n" to the Item Encyclopedia. a_dictionary_switch_off(n) Remove Armor"n" to the Item Encyclopedia.
To exclude certain items from appearing in the Item Encyclopedia, place the following in the notes box for the item you don't want added to the Item Encyclopedia.
As shown in the screenshot, each entry in the Item Encyclopedia has the ability to display "Notes", place the following in the notes box.
Change the "Your Message" part with what you'd like shown.
Frequently Asked Questions:
Q: When can I view the Item Encyclopedia?
A: The Item Encylopedia becomes available once an item has been acquried.
Q: Why isin't item X shown in the Item Encyclopedia?
A: Initial equipment for playable characters (Added via the database) is not included nor is any equipment already equipped on playable characters that join the party.
Q: I used a script to add items to my party, how come they aren't shown in the Item Encyclopedia
A: For items to show up in the Item Encyclopedia, they must be added via the event commands.
Translation Comments
I didn't have the time to fix the alignment and position of the text in the script. If anyone does fix this please post the updated information so I can edit this post, proper credit will be given. There was another command available that I simply could not get to work. It's supposed to display/change the current completion rate of the Item Encyclopedia.
$game_variables[n] = item_dictionary_perfection
If anyone gets this working please let me know.
Scripts:
Item Encyclopedia - Script.txt 37K 161 downloads
Item Encyclopedia - Settings.txt 7.32K 155 downloads