SiegeEngineers / genie-rs

Rust libraries for reading/writing various Age of Empires I/II files.
https://docs.rs/genie
GNU General Public License v3.0
18 stars 9 forks source link

Read/write Definitive Edition 2 scenario files, closes #21 #28

Closed goto-bus-stop closed 4 years ago

goto-bus-stop commented 4 years ago

Using some information from https://github.com/KSneijders/AoE2ScenarioParser.

I only used some of the aoe2scenario files that ship with DE2 so far; the ones I tried seem to be a slightly older format version than is used by that repository. The goal for us would be to support all versions 😇

Beyond version support, the equivalent changes need to be applied on the writing side.