WG Toolkit
Open-source toolkit crate providing various codecs for binary and text formats distributed by Wargaming.net. These formats are used by Core engine (previously BigWorld) notably used by World of Tanks.
Links
Features
- Compiled spaces decoding (not all sections are implemented).
- XML unpacking.
- FNV hashing algorithm.
Missing
- Compiled spaces encoding and many sections decoding.
- Compiled model parsing (for vehicles for example).
- XML packing.
Credits
Thanks to SkepticalFox for wot-space.bin-utils python library, which directly inspired this crate.