[MV] Customizable in-menu notebook?

● ARCHIVED · READ-ONLY
Started by catc0617 5 posts View original ↗
  1. Hey, so I was trying to figure out how to set up a notebook in my game to record game hints for the player to go back and review on certain difficulty levels.

    I already have a quest log (by Yanfly), and if worst comes to worst, I'll make a quest on that to serve this purpose, but I'd rather it be it's own separate entity to avoid player confusion. I'm thinking of implementing MOG's Picture Gallery, if a text version of what I'd want doesn't exist. Basically, if I do that, I'll have to make separate images of every hint (and make them decorative, because who wants just a plain image with text in their game?), which would work, but would be time consuming for it's purpose.

    So, does anyone know of a plugin that would allow me to add a menu option for a notebook/hint log, that I can add to with events or plugin commands as the player talks to NPCs, reads signs, etc?
  2. I wrote a Notebook plugin (link in my signature) that will probably work for this.
  3. Aloe Guvner said:
    I wrote a Notebook plugin (link in my signature) that will probably work for this.

    Hm, this seems similar to what I want. But I need it to be so that the player isn't writing the hints themselves, but that a hint appears in a notebook-type thing when they talk to a certain NPC. Is there any way to do something like that with that plugin? Great plugin though, I've saved it either way!!
  4. You can add notes through plugin commands too, more details can be found in the help section of the plugin.
  5. Aloe Guvner said:
    You can add notes through plugin commands too, more details can be found in the help section of the plugin.
    Sweet, thanks!