Rakugo Project Devlog #11: Rakugo Core v 1.1.1 and VisualNovelKit new features
Hi everyone, here is the 11th devlog of Rakugo Project. This devlog is about new Rakugo Core release and fixes and new features add to VisualNovelKit. This new features will part of final 1.0 release of VisualNovelKit.
Join our Patreon
Now we also have Mastodon account that you can follow https://peoplemaking.games/@rakugo_team
Rakugo Core 1.1.1
Major Updates
- Add signal
execute_script_start(script_name)
to Rakugo #142 by @theludovyc Now when script is launch, Rakugo send a signal execute_script_start, with script_name in parameter. - Add
character_exists(char_tag)
andcharacter_has_variable(var_name)
funcs in e5918ee70 by @Jeremi360 These funcs return false or true if a Raguko has this character or variable.
Other Changes
- Rakugo Clean #150 by @theludovyc Remove not used scripts: AutoTimer, SkipTimer, History as this would be handle by Kits. So, unused nodes in Rakugo.tscn too. And clean dead code.
Fixed Bugs
- fix TestCharacter by @theludovyc in #148
Full Changelog: https://github.com/rakugoteam/Rakugo/compare/1.1…1.1.1
VisualNovelKit
History
Displays all issues from all conversations held so far in the game.
Layers Manager
It is a tool that will allow you to assign nodes to specially treated groups.
These groups can then be used to hide Node2D, Spatial or Control from the dialogue level in Rkscript using the keywords show
and hide
, by which nvkit extends the scripting language.
It will be similar to what it looks like in Ren’Py :
show bg school_front day
show eli school_uniform
# after end of conversation with eli
hide eli
That’s it from me and theLudovyc, we wish you a merry Christmas and a happy new year !
Files
Get Rakugo
Rakugo
Project (inspired by Ren'Py) for story driven games in Godot
Status | In development |
Category | Tool |
Authors | Jeremi, playBitke |
Genre | Adventure, Role Playing, Visual Novel |
Tags | Godot, Point & Click, rakugo, Ren'Py, Story Rich, Text based, Twine |
More posts
- Rakugo Project Devlog #22: Finally RDS Docs 2.2!Mar 05, 2024
- Rakugo Project Devlog #20: Rakugo Dialogue System 2.2!Nov 01, 2023
- Rakugo Project Devlog #19: Rakugo Dialogue System 2.1.1!Sep 25, 2023
- Rakugo Project Devlog #18: Material Design Icons and Emojis are ported for Godot...Aug 17, 2023
- Rakugo Project Devlog #17: Rakugo Dialogue System 2.1 is out!May 17, 2023
- Rakugo Project Devlog #16: Bugfix for Rakugo Dialogue System and Examples update...Apr 06, 2023
- Rakugo Project Devlog #14: Rakugo Dialogue System 2.0.1 is out!Mar 16, 2023
- Rakugo Project Devlog #14: Rakugo Dialogue System 2.0.1 is out!Mar 14, 2023
- Rakugo Project Devlog #13: Rakugo Dialogue System 2.0 for Godot 4 is out!Mar 09, 2023
- Rakugo Project Devlog #12: Show/Hide keywords in VisualNovelKit, Rakugo Core v...Jan 24, 2023
Leave a comment
Log in with itch.io to leave a comment.