https://github.com/SiegeEngineers/genie-rs
Rust libraries for reading/writing various Age of Empires I/II files.
https://github.com/SiegeEngineers/genie-rs
age-of-empires drs genie-engine scx
Last synced: about 2 months ago
JSON representation
Rust libraries for reading/writing various Age of Empires I/II files.
- Host: GitHub
- URL: https://github.com/SiegeEngineers/genie-rs
- Owner: SiegeEngineers
- License: gpl-3.0
- Created: 2019-03-07T22:56:38.000Z (over 6 years ago)
- Default Branch: default
- Last Pushed: 2023-04-04T10:59:25.000Z (over 2 years ago)
- Last Synced: 2024-11-05T20:11:57.709Z (8 months ago)
- Topics: age-of-empires, drs, genie-engine, scx
- Language: Rust
- Homepage: https://docs.rs/genie
- Size: 13.8 MB
- Stars: 18
- Watchers: 5
- Forks: 9
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-aoe2 - genie-rs
README
# genie-rs
[](https://docs.rs/genie/)
[](https://crates.io/crates/genie)
[](https://github.com/SiegeEngineers/genie-rs/blob/default/LICENSE.md)
Rust libraries for reading/writing various Age of Empires I/II files.
## Example Programs
```bash
# Extract scenario files from a campaign to the working directory.
cargo run --example extractcpx ~/path/to/campaign.cpx# Show the scenario files in a campaign file.
cargo run --example extractcpx ~/path/to/campaign.cpx -l# Convert an HD Edition (+expansions) scenario to WololoKingdoms.
cargo run --example convertscx ~/path/to/input.aoe2scenario ~/path/to/output.scx wk# Display contents of a language file.
cargo run --example displaylang ~/path/to/input/language.dll dll
cargo run --example displaylang ~/path/to/input/language.ini ini
cargo run --example displaylang ~/path/to/input/key-value-strings.txt key-value# Convert HD Edition key-value.txt language files to language.ini files for Voobly or aoc-language-ini
cargo run --example wolololang ~/path/to/input/key-value-strings.txt ~/path/to/output/language.ini
```## License
[GPL-3.0](./LICENSE.md)