Release v1.0.0
This is the first fully functional version of the downloader, with all initially planned features implemented. These features are:
- Backup cases in a way that makes them fully playable offline by downloading all referenced assets.
- Use multiple parallel downloads to download case data quickly.
- Download multiple cases at once.
- Specify a specific version of the Ace Attorney Online (e.g., if a case only works with an older version).
To use aaoffline
, either download the binary below (.exe
for Windows, without an extension for Linux) or use cargo install --path .
after cloning the repository to build and install this executable yourself. You can then run aaoffline[.exe] CASE
to download the case (given as an ID or a URL).
There are also now some integration tests that check whether some example cases work correctly. These are also configured to run as part of the CI pipeline. Any future changes to this project are going to be made through pull requests to make sure any fixes/additions don't result in other bugs. Of course, it's still very much possible that there are bugs here—if you notice anything that doesn't work, feel free to open an issue, and I'll look into it.