Rakugo Project Devlog #9/24
Hi everyone, welcome to 9th devlog of Rakugo Project in year 2024. If you find my projects useful, you can support the project via Patreon. Thank you very much, if you decided to do!
Incremental Releases and Updates
I recently realized that I was approaching Rakugo projects and my other own projects come in a way that neither serves you. Instead of staying under pressure to create their optimal version with all the options I can think of, I switching into incremental releases/updates!
What I understand as Incremental Releases/Updates
With this post I abandon this approach, now I will try to release the minimum version of the project first, then in subsequent updates I will add only a few new options and fixes.
You will soon see how it works as Visual Novel Kit 2.0 will soon land here, which is currently at the stage of implantation of the Save/Load system.
Rakugo Game Template v1.1
@theludovyc and @salty64 brings you new Rakugo Game Template release. Our Game Template to project aiming to provide a way to make games easily.
Full Changelog: https://github.com/rakugoteam/Rakugo-Game-Template/compare/1.0…1.1
What’s Changed
- Update to godot 4.3 by @theludovyc in https://github.com/rakugoteam/Rakugo-Game-Template/pull/11
Update the project to the Godot version 4.3
- Fix #5 by @theludovyc in https://github.com/rakugoteam/Rakugo-Game-Template/pull/12
Remove the open transition after the bootsplash on the first scene choosed by the user.
- Fix #6 by @theludovyc in https://github.com/rakugoteam/Rakugo-Game-Template/pull/15
Use the ProjectSettings option “application/config/version” to set the label version number in the MainMenu scene.
- Fix #8 by @theludovyc in https://github.com/rakugoteam/Rakugo-Game-Template/pull/13
Do not erase the ProjectSettings options when the project is reloaded.
- Fix #7 by @theludovyc in https://github.com/rakugoteam/Rakugo-Game-Template/pull/14
Add property info to the ProjectSettings options to make them more easy to use. By example, for a file path open a file dialog.
- Fix #2 Slider UI scaling by @theludovyc in https://github.com/rakugoteam/Rakugo-Game-Template/pull/16
Add the UI slider scaling in the video option. It permit to upscale the UI when the resolution is high. Avoid tiny UI.
- Fix #17 Handle saves by @theludovyc in https://github.com/rakugoteam/Rakugo-Game-Template/pull/18
Add the save/load system to the project. With save, load and continue buttons, and a LoadMenu scene.
You can Download it and Read More about it here.
Godot Icons Fonts
Projects Godot Material Icons and Emojis for Godot soon will be combined into one project called Godot Icons Fonts. Now I’m working on it, version 1.0 of this new project is almost ready, I just need find way to fix one bug.
Why I’m combining those two projects, answer is simple. They was almost the same code base, so it was every tedious to keep them both. It also make easier for me to add new features or improve existing ones.
The main changes:
- New FontIconSettings resource
- Better FontIconButton as now it can have label
- Option do dock to Bottom IconsFinder
See you next Week or Two.