Releases: nunuhara/alice-tools
Releases · nunuhara/alice-tools
alice-tools 0.13.0
- Add
asd dump
andasd build
commands for save file editing - Properly implement packing of afa version 1 archives
- Fix bug when same output directory is listed multiple times in archive manifest
- Allow specifying options in manifest file (e.g.
#BATCHPACK --afa-version=1 --backslash
) - Improve handling of non-ASCII command line inputs
- Fix a bug when using the
--split
option toex dump
- Fix bug affecting Oyako Rankan archive files
alice-tools 0.12.1
- Fix issues with extracting .dcf and .pcf images from Dohna Dohna
- Add option to
ain dump
to dump HLL stubs for xsystem4
alice-tools 0.12.0
- Add GUI viewer ("galice") for archives, ain files, ex files, and more
- Implement support for AAR archives
- Implement proper DCF image support
- Implement PCF image support
- Add
cg thumbnail
command for thumbnailing AliceSoft's image formats - Fix issue that prevented opening Healing Touch ain files
- Various compiler improvements
alice-tools 0.11.1
- Implement file size check for AinInput and PactInput in .pje files
- Implement support for pact archive modding via
project build
- Fix issues affecting .flat files
alice-tools 0.11.0
- Add
--function
option toain dump
for dumping a specific function only - Add
ex edit
command for making incremental edits to .ex files - Allow listing .txtex files as part of .pje build process
- Allow specifying archive source directories in .inc files
- Allow (limited) directory wildcard patterns in .inc files
- Allow specifying .jam source files in .inc files
- Implement bytecode injection feature for .pje builds
alice-tools 0.10.2
- Fix encoding issue when using quoted strings in manifest files
alice-tools 0.10.1
- Support extracting DLF and ALK archives
- Fix issues with Japanese file names on Windows
- Allow using quoted strings in archive manifest files
- Various improvements to the .jaf compiler
alice-tools 0.10.0
- Add "BATCHPACK" manifest format for
ar pack
command - Support ain v1 files (Mamanyonyo)
- Add tools for editing .flat files (
flat extract
andflat build
) - Support bytecode function replacement (.jam) via .pje project files
- Support building archives and .ex files via .pje project files
- Add
project build
command for building .pje files (replacesain edit -p
) - Add
cg convert
command for converting between CG types - Various improvements to the (still experimental) .jaf compiler
alice-tools 0.9.1
- Fix encoding issue when using the
ar pack
command on Windows
alice-tools 0.9.0
- Change naming of ain v12+ instructions/types to better reflect their semantics
- Implement ain v14+ versions of various macros
- Automatically dump .ex/.pactex files when extracting archives
- An archive's table-of-contents can now be overridden when extracting
- The ain edit command now processes files in the order given on the command line
- The ain edit command now accepts a --jam option for patching the code section
- Many improvements/fixes to the (experimental) .jaf compiler
- Various bug fixes