VisualNovelKit icon indicating copy to clipboard operation
VisualNovelKit copied to clipboard

Combo of addons + template to create visual novels in Godot inspired by Ren'Py

Results 22 VisualNovelKit issues
Sort by recently updated
recently updated
newest added

Adds "show", "hide", "at" and "with" keywords to RKScript and Screen nodes. This implements #143

enhancement
code
rks_extension

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`...

enhancement
code
gui

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. - [ ]...

documentation
code

just like in the title this will allow to generate changelogs for every next release

enhancement

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...

code
rks_extension

I already saving history, so I can also save global history and use it for it.

code