Nightly 2024-02-15
Downloads:
Features
Editor
- export/import strings to .tsv text file
1e1af9db1
Allows for exporting strings to a spreadsheet, text editor, or other program for modification, then importing them back to ZC.
The first row of the
.tsv
(tab separated values) file are the column names, followed by an example row to designate where the first three lines begin and end for each string (but you can add more lines than that).For best results in a spreadsheet, "Freeze" the first two rows and use a monospace font for the "message" column.
Example: https://docs.google.com/spreadsheets/d/197-NSvNQJ174Ri9GVlxYDX4oFp8w1SZbmOXuDohKZZk/edit?usp=sharing
Bug Fixes
ZScript
- fix sideview sprites becoming unable to jump when on the ground
673eb859d
- compat rule for old sprite jump behavior
2b7275305
Tests
- use original qst for combo rotator replay
3552ee8f5