YEP_QuestJournal error

● ARCHIVED · READ-ONLY
Started by Tsuru 9 posts View original ↗
  1. Hi, everyone.
    I played test game with YEP_QuestJournal plugin.
    select mainmenu's "QUEST" command and error occurred.
    This is log window. Please help me!
  2. show us a screenshot of your plugin manager, a screenshot of how you configured your quests and the quest plugin, and tell us which version your project has (open rpg_core.js with a text editor)
  3. Thank you for your help.
    Version of my project is v1.5.2.
    I show you screenshots of my plugin manager.
  4. @Tsuru those are only the screenshots of the plugin configuration, the screenshot of the plugin manager itself (with your list of plugins and their order) would have been more important to start searching for the problem.
    additionally, please use alt-prtscrn instead of prtscrn for your screenshots, it makes them better readable,
  5. O.K.
    This is plugin manager's screenshot.
  6. why do you have the quest journal installed two times?
    remove the one that is not configured, then start a new game and test again.
    you cannot use any older savefiles after removing the double plugin as they are all containing the problem now.
  7. Andar said:
    why do you have the quest journal installed two times?
    remove the one that is not configured, then start a new game and test again.
    you cannot use any older savefiles after removing the double plugin as they are all containing the problem now.
    I remove the one that is not configured and start a new game, and error occured.
    I tried putting back the part I made in Japanese back to English. In that case, no error occurred.
  8. The issue is in the configuration for the "Quest Categories" window.

    The parameter "Category Order" must be in English. You can change the order - for example - you can move "completed" above "available". However, it must be labeled in English.

    If you wish to show Japanese in the screen, you can use the next parameters. For example, in the "Completed Text" parameter, you can use:
    Code:
    \i[191] 完了 (%1)
  9. OK.
    Very nice! Thank you!