2.10.0 Beta 1
Pre-release
Pre-release
This is a beta release. Make sure you back up your files!
- Speeds up compile times by moving to a buffer-based parser for body text
- Adds localisation support:
ChatterboxLocalizationBuild()
creates a localisation CSV file and then links that to your YarnScript by adding#line:xxyyzz
line hash metadata tags where necessary. If a line already has line hash metadata then that hash is maintained so you can callChatterboxLocalizationBuild()
multiple times and hashes don't change. This function can process multiple source YarnScript files at the same time for larger, more complex projectsChatterboxLocalizationLoad()
and...Clear()
loads and unloads localisation data. You can use your own localisation solution if wish...- ...by adjusting
CHATTERBOX_LINE_HASH_SIZE
andCHATTERBOX_HIDE_LINE_HASH_METADATA
as you see fit