GDevelop Save/Load Yarn Dialogue + Dialogue System
As of: 4/16/2023
*Reminder: Always download the newest version of the dialogue system.
Forum post: https://forum.gdevelop.io/t/one-key-dialogue-tree-yarn-system-save-load-yarn-dia...
Dialogue Extension: https://h0ndred.itch.io/gdevelop-dialogue-system-extension
This is a simple way to save/load (the dialogue tree) dialogue states of yarn in GDevelop! Feel free to download the example and review the code.
It includes:
- Dialogue System
- Expandable Save/Load
You don't need to credit me (you can if you want to I guess) just share it to those that need it :)
Status | Released |
Platforms | HTML5 |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | H0ndred |
Made with | GDevelop |
Tags | gdevelop, Project template |
Average session | A few seconds |
Languages | English |
Inputs | Keyboard |
Download
Download NowName your own price
Click download now to get access to the following files:
Save Yarn Dialogue 1.5.zip 22 kB
Two-Key Save Yarn Dialogue 1.1.0.zip 12 kB
Two-Key Save Yarn Dialogue 1.0.1.zip 12 kB
Development log
- One-Key System 1.5Apr 16, 2023
- Optimized + One-Key SystemFeb 06, 2023
Comments
Log in with itch.io to leave a comment.
Hello! I apologize for the sudden question, but would you happen to know if there's a way to press a key to complete the entire clipped text scrolling while also ignoring a <<wait>> command that has been called in the Yarn node?
Currently, pressing the key only completes the clipped text to where the <<wait>> command is called, and then still stops momentarily to let the command complete before resuming the text scroll. (The effect is more obvious when using longer times like <<wait 1000>> for a full second)