Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I'm having trouble creating the yaml files, and i don't know if i'm doing any progress, and what i'm doing wrong.
I have deduced that the plugin uses 3 scenes (Scene_Menu, Scene_BookMenu and Scene_Book), and 4 windows (Window_MenuCommand, Window_BookList, BookTitle, BookText).

The scene i'm currently trying to manage (Scene_BookMenu) consists of 3 windows (Window_BookList, Window_BookTitle and Window_BookText).

I've tried to define the windows with templates with lackluster information, hoping it'd proceed to give me the next error in things i'd try to solve, but i only get the same error as last time.


BookList, BookTItle and BookText contain the same information.

(1 edit)

I checked TAA_BookMenu and it does a lot of things that I don't think is going to be compatible with Luna Engine without writing snippets. For example the way it has its own JSON format.

Is there a way you could help me on creating a snippet at least for it to work? (Not for customization, only for the menu to open)I will be eternally grateful!