VisualNovelKit
VisualNovelKit copied to clipboard
Combo of addons + template to create visual novels in Godot inspired by Ren'Py
Adds "show", "hide", "at" and "with" keywords to RKScript and Screen nodes. This implements #143
Is popular to make mods for Ren'Py/VisualNovel games, so we should fork Godot Mod Loader to make version that is integrated/compatible with Rakugo / Rakuscript.
Just like in the title add rakuscript for jumping to other raku scripts and godot scenes
Just like in the title add system and keywords to rakuscript for playing sound and music
*History* was working, but I lost a part of my changes and now it doesn't work. But fortunately I remember how it was implemented: - [ ] add new `_history`...
I think that there should be one script - one node in most cases. Also this will fix remove/fix problems with using groups for menu nav bar. - [ ]...
just like in the title this will allow to generate changelogs for every next release
Screen nodes as `Screen`, `Screen2D` and `Screen3D` are to recreate `screen`/`image` from Ren'Py in Rakugo. But there is no point in making them 1:1 implementation as Godot already has its...
I already saving history, so I can also save global history and use it for it.