Skip to content

A collection of script that extract raw game data from Anno 2070, such as building costs and production rates, unit statistics and more.

Notifications You must be signed in to change notification settings

odegroot/Anno-2070-data-extraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A collection of script that extract raw game data from Anno 2070, such as building costs and production rates, unit statistics and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages