Anno-2070-data-extraction
Anno-2070-data-extraction copied to clipboard
A collection of script that extract raw game data from Anno 2070, such as building costs and production rates, unit statistics and more.
Contents of this repository
src/main/
Contains source code, subdivided by programming language (php, python, etc.).
src/rda/
Contains game data extracted from the rda files. Only files that are actually used by scripts should be included. Do not add a full data dump, since that wouldn't fit on github.
Please use the following structure: src/rda/[name of rda file without extension]/path/within/rda/archive/filename.extension For example: src/rda/patch3/data/config/game/assets.xml
target/
Contains any files generated by the scripts, such as data tables in JSON format.