Tool Others Rakugo 3.2 [updated 24.05.2021]

Feb 12, 2018
49
32
135
New Release of Rakugo and Release of RPG Game Kit for Rakugo:
 
  • Like
Reactions: Cul
Feb 12, 2018
49
32
135
Me and my friend rewrote all Rakugo is now much simpler to use.
New update of Rakugo with better ShowManager.
And tutorial about show() and hide() update to this version.
 

lobotomist

Well-Known Member
Sep 4, 2017
1,115
1,220
369
Me and my friend rewrote all Rakugo is now much simpler to use.
New update of Rakugo with better ShowManager.
And tutorial about show() and hide() update to this version.
Question: I would like to use a 2d top down map for overworld and use dragonbones animations for scenes.
could you give me a rough outline of the process?

Also does rakugo has anything like ren'py's scrollback?
 
Feb 12, 2018
49
32
135
Question: I would like to use a 2d top down map for overworld and use dragonbones animations for scenes.
could you give me a rough outline of the process?

Also does rakugo has anything like ren'py's scrollback?
Yes, Rakugo has now working scrollback (but we and Ren'py guys like to call it 'rollback')

About animations, I don't used DragonBones - so I don't know if it easy to port it to Godot.
But Godot it self has already very powerful animation tool now it can even deform 2d meshes.



Rakugo is combo addon and template for Godot so it can do anything that godot can.
There are many tutorials for 2d top down map on youtube for godot.
(Yes we work on our own rpg version on template, but is still early wip - as we have many other stuff that we like to add and our regular jobs.)



If you have problems we like to help you on our discord:
 

lobotomist

Well-Known Member
Sep 4, 2017
1,115
1,220
369
I remember seeing some project to combine this with the open rpg is that still in progress?