diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -13,3 +13,11 @@ Compilation Nekopack can be compiled by running `make` from the repository's root directory. The binary can be stripped with `make strip`. + + +Thanks +------ +* [The NEKO WORKs Team](http://nekopara.com/main.html) for developing this game. Reversing the archive format was a challenge that gave me a feeling of purpose when I needed it most. +* [Marcin Kurczewski](https://github.com/rr-) for his work on [Arc Unpacker](https://github.com/vn-tools/arc_unpacker), which I used as a reference when writing various section parsers. +* [SmilingWolf](https://bitbucket.org/SmilingWolf/) for leaking the encryption keys used by Nekopara. +* [Elizabeth R.](http://www.dafont.com/elizabeth-r.d2925) for the font used in this project's logo. |