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:
- GrowtopiaNoobs' items.dat decoder as base
- cpp-httplib to get descriptions and mods from wiki
- JSON to store got items' data
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.