wot_game_reader 0.1.0

Fetch and extract data from the game folder of world of tanks
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Wot game reader

Crate that parse information from the game World of Tanks and his sources uncompiled.

## Needed:
- Uncompiled sources from https://github.com/IzeBerg/wot-src/tree/EU/sources

## Features:
- Maps lists
- Localization module to translate objects keys to localized names 
- Arena information like (GameMode, BoundingBox, Spawn points, Bases)

## WIP:
- Arena definition fetch methods
- Vehicles module

## License
MIT or Apache-2.0