Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 987 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 987 Bytes

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. Compiling it using g++ (check this to see the 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.