Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 5 years ago)
- Default Branch: default
- Last Pushed: 2023-04-04T10:59:25.000Z (over 1 year ago)
- Last Synced: 2024-06-22T22:50:50.304Z (5 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
[![docs.rs](https://img.shields.io/badge/docs.rs-genie-blue?style=flat-square)](https://docs.rs/genie/)
[![crates.io](https://img.shields.io/crates/v/genie.svg?style=flat-square)](https://crates.io/crates/genie)
[![GitHub license](https://img.shields.io/github/license/SiegeEngineers/genie-rs?style=flat-square&color=darkred)](https://github.com/SiegeEngineers/genie-rs/blob/default/LICENSE.md)
![MSRV](https://img.shields.io/badge/MSRV-1.64.0%2B-blue?style=flat-square)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)