This program decompresses data found in the ENDING*.bin files in NiGHTS into Dreams. The decompression works perfectly, however image output is not yet perfect. For this reason the program also outputs the raw decompressed data to be examined.
./NEID <input file path> <offset to read data from, in hex or decimal>
- Install
dotnet
git clone https://github.com/foreverWIP/NEID
cd NEID
dotnet build