About the upcoming release Rakugo 3.0.0
Rakugo » Devlog
Missing Download Links
So as you can notice I removed links to project downloads and docs. New version of Rakugo needs tests - it was totally rewritten. You can stili download old version if you want here.
About the upcoming release Rakugo 3.0.0
Vaasref and I rewrite Rakugo now:
- We remove Framework part from the name, is now just Rakugo
- It uses less code
- More clean code structure
- Now we will use branches for game-kits, addons and demos instead of subgit modules
- User now only need to use
Dialogue
custom node and nothing more - More godot way - using groups and graphical signals connections
- Use of
has_method()
forshow()
,hide()
statements - Now
Dialogue
uses thread - Removed RakugoProjectSettings tab in favor of using standard Godot’s ProjectSettings in better way
- Now you can combine
say()
,ask()
andmenu()
statements instead of using just one of them at once - No more need for
if next_state():
, now after statements block you can usestep()
- No more need for using
jump()
to jump in the next dialog in the same scene
What about Some X Node or some x feature that was included in previous versions of Rakugo
Some of them will comeback as part of some Rakugo game-kits or addons.
Known Issues
Now for Rakugo works correct you must reopen project again after first open.
Download and test
Now this current version of Rakugo is consider to be stable beta, but we need testers so if you want to help us you can download/fork project template and port of The Question.
I soon will post text and video tutorials how to use new Rakugo.
Files
The Question Port 3.1.2
External
Dec 02, 2020
Rakugo 3.2.1 RC1
External
Dec 02, 2020
Get Rakugo
Download NowName your own price
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
Comments
Log in with itch.io to leave a comment.
Awesome!