This repository has been archived by the owner on Nov 17, 2020. It is now read-only.
Releases: rakugoteam/Rakugo-archive
Releases · rakugoteam/Rakugo-archive
Rakugo-The-Question-1.3f1
The Question on Rakugo v2.0.9f1
Rakugo 2.0.8 Fixed 4
- Volume settings now are saved between plays
- Better icons for Rakugo custom nodes
- Support for godot 3.2
- Fixed sound and music sliders
- Fix in Save/Load system when you load scene with ui
Rakugo The Question 1.2f4
- All fixes from Rakugo 2.0.8f4
- Fixes for Godot 3.2
- Fix on second menu
- Fix background music
Rakugo 2.0.8 Fixed v3
Totally rewriten and fix sliders for Auto Speed and Text Speed.
Rakugo The Question 1.2f3
fixes form Rakugo 2.0.8f3
Rakugo 2.0.8 Fixed v2
Fixes bug with Auto Speed and Text Speed settings.
If you already download Rakugo 2.0.8b or Rakugo-The-Question-v.1.2 the just download OptionsBox.zip
And unpack it in res://gui.
Rakugo 2.0.8 Fixed
Previous upload was broken
- Fix history
- fix load/save
- fix SoundBusControl warnings
- add better exmaple scene
Rakugo 2.0.7
(I'm also don't know where is RC 6)
Changes:
- remove .import dir, but restore *.import files
- add graphics/not_available.png for saves with non thumb
- add
test_saves
(defaultfalse
) option to Rakugo ProjectSettings: - if
false
then it saves gamesaves touser://saves
- it must befalse
before export - if
true
then it saves gamesaves tores://saves
- use only for testing - possibility to writing dialogs using
if next_state():
instead ofmatch get_story_state():
- better in gui
- remove unused button form gui
- fix "hide" kind
- fix in saving global_history
- now you save are stored in
user://
, but you can switch tores://
for testing purposes - add
end_game()
to go back to main menu if game ended - add say based statements parameters:
typing_speed
andadd
(it will add text to current dialog iftrue
) - remove useless
time
parameter form statements - add fonts with outline
- add new question theme
- change splash screen bg to black
Rakugo 2.0.5 [RC 5]
I was stupid, all previous should, be also consider as RC.
This version:
- add .gitmodules to release to make easy to use submodules for contributing/updating Rakugo
- fix that makes sure that player always see all text before next dialog
- add small fix to menu in GDScriptDialog
⚠️ braking changemenu
statement now uses signals and not just jumps to other dialogs- better
_ready()
in GDScriptDialog - add
story_step()
to GDialogScript to make easy skip some parts of dialog - GDialogScript use Godot scripting rules
Rakugo 2.0.4 [Service Pack 1.2.1]
Just small fix in RakugoAvatar Node.