GT's items.dat decoder

It decodes all items from items.dat and gets all items' descriptions and item mods from GT Wiki. It outputs JSON file.

For lazy people, who doesn't see Releases tab: Download latest items.json

Parser is compiled for use on Linux. Using g++ to compile it (watch this to see compiling command). It uses:

Also, when I (or you in fork/pull request) upload new items.dat to repository, it automatically releases new items.json, so you don't need to run parser on your machine everytime.

Originally made for GTace, but everyone can use it now.