https://github.com/freem/aki_lzss
A tool for encoding and decoding LZSS data from AKI Corporation's N64 wrestling games.
https://github.com/freem/aki_lzss
Last synced: about 1 year ago
JSON representation
A tool for encoding and decoding LZSS data from AKI Corporation's N64 wrestling games.
- Host: GitHub
- URL: https://github.com/freem/aki_lzss
- Owner: freem
- License: unlicense
- Created: 2019-11-07T02:50:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T06:30:00.000Z (about 4 years ago)
- Last Synced: 2025-04-19T00:41:19.633Z (about 1 year ago)
- Language: C
- Size: 29.3 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
aki_lzss
========
A tool for encoding and decoding LZSS data from AKI Corporation's N64 wrestling games.
Usage
-----
`aki_lzss (mode) (inFile) (outFile)`
Mode flags:
- `-d` to decode
- `-e` to encode
`outFile` is optional; if omitted, output will be named `temp_out` with a
suitable file extension.