Releases: DigitalDetective47/koro
Releases · DigitalDetective47/koro
Mypy fix
- Fix packer.py some more
- Fixed an error when loading a level from a save that completely fills the available space
- Add Python 3.13 to the list of supported versions
- Add
py.typed
file
debug fix
SaveSlot.load() hotfix
- Fixed
SaveSlot.load()
raising an exception due to incorrect read operation
PyPI Long Description Fix
Extended description now appears on PyPI
Version 2 Full Release
koro version 2.0 is finally here! The codebase has been entirely re‐written with the ability to parse and manipulate level data. This also comes with significant size reductions in file outputs from stripping unnecessary data.
*A14S001.bin
through A14S010.bin
and A20S161.bin
were excluded as they have malformed tags which cannot be parsed. These levels go unused in the final game, and were likely created early in development using a different format.
**Results may vary slightly due to the inconsistent iteration order of sets in Python. Subsequent tests from me have shown variation to be <1%, although it may occasionally be larger.