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

lang: support DE-style key-value files #16

Open goto-bus-stop opened 5 years ago

goto-bus-stop commented 5 years ago

AoE DE appears to use a , instead of whitespace to separate key/value pairs.

1107,"Saving game..."
1108,"Waiting for other players...\nPlease wait while we establish your connection quality..."
1150,"Victory!"
goto-bus-stop commented 4 years ago

DE2 appears to use the HD format, unchanged.