Comments

Log in with itch.io to leave a comment.

Hello, this is probably the best plugin for books in Rpg Maker, at least when it comes to how easy it is to use. But there's one problem, and that's localization. I tried setting up a common event to check what language the game is in and then open one book or another depending on that. It could work, but the thing is, a 6-page book is around 114 KB in size. Just imagine how many books a big game would have, and how many pages. And if you also have to create a separate book for every language, that’s just way too much. Since the books seem to be like images or something, there’s no easy way to localize them. Some possible solutions could be figuring out a way to detect the text in the book, or doing what Red Dead Redemption 2 does. They create the 3D model of the book but place a black box with the text on top so it can be translated and easily read

Hello, thank you for your feedback. I understand your points, but please keep in mind that we are working within RPG Maker MZ, which comes with many limitations and does not have the same capabilities as a fully optimized engine for 3D elements, as you mentioned. Additionally, it uses a rather outdated version of Node, which is the runtime environment that RPG Maker relies on.

I’ve done my best to optimize everything, and all data is integrated into a single JSON file that RPG Maker can read quite easily. Even the images are encoded this way. My recommendation is to use well-optimized JPG images to keep the file size as low as possible, since a larger size could make the book harder to load and potentially cause issues.

Also, yes, you would need to have one book version per language you want to support in your game. It is not compatible with a table-based translation system, as everything is generated as a single file. I'm sorry I can’t help you further in this regard, but sometimes we have to adapt to the tools we have and understand that while RPG Maker allows for a lot, it still has quite a few limitations compared to other engines.

Best regards.

I understand, thanks anyway

Can I put down a whole book and allow players to jump according to the chapter list? On the other hand, I hope that players can convert the length of time they read the book into the growth of the attributes of the game character. Imagine that after reading "The Art of War", the player character becomes wiser.

Hi, thank you for your message.

I understand what you're trying to do, and that was actually going to be another feature called "Locked Pages", but due to time constraints I haven't been able to implement it yet. The idea was precisely that the player could unlock "pages" with switches and display a message or hide the content until that condition is met. Once I have a bit more free time, I will definitely implement that functionality in a plugin update.

Until then, you can use the "Required Switch" feature, which allows you to hide a book until the switch is active. In your case, you could perhaps divide your story into:

"My Adventure - Chapter 1/12", "My Adventure - Chapter 2/12"... and so on.

(1 edit)

Do you have any MV plugins? For some reason your MZ plugins are tagged as MV in the search bar, and it's extremely frustrating... I can't use any of these.

Hello friend, thanks for your information, and I'm sorry to hear that.No, in fact I only work for MZ, and all my plugins use the same banner Precisely so they can be easily identified.Of course, I understand the inconvenience this may cause you. I usually don't mark the MV category. If I missed it in any plugin, I apologize for the error and of course I will fix it.But if it's a failure of the itch.io algorithm, then you can imagine that there's little I can do xd

Ah okay! Sorry then! I guess it’s just an Itch thing like you said. Shame because these look so amazing! Maybe if I decide to switch to MZ, I’ll try them out. :D

Could a custom main menu made into a book using this plugin?

Mmm.. I don't think so, it's a system to read books, it doesn't replace anything in the game xD

Thank you. Still interested in using in my game when I get to that point to have books

Another cool one, I have system with codexes in my game planned, this could come in handy for it! Could I technically use background images on the pages and other images on top of it?

(+1)

Great! I'm glad you like it. Yes, and yes, both are possible :)

(1 edit)

Having to read tomes/scrolls/writs to learn new techniques?
We need more games with that kind of functionality; it was ultimately (and unfortunately) scrapped for Ultima IV.

(+1)

💙

Wow!

💙

This is awesome!!! Tutorials are about to be so much cooler lol 

🩵

Goodness me, I can scarcely believe it. Is the whole plugin in its own namespace, so it is compatible with the VS suite?

Thank you very much!

I suppose so, since it’s not covering any part of the actual game scene, and everything runs through HTML5.

So you should be able to use it without any issues :)

OSZAR »