-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
Patrice LECUYER edited this page Jul 31, 2026
·
2 revisions
Contributions are welcome! XIMOD Architect is open source (MIT) and must stay free and accessible to the whole modding community (see Credits and Permissions).
- Report bugs / request features via the issue tracker. Include your OS, the version, and clear steps to reproduce.
-
Improve translations. Use the in-app Translation editor, then share your updated
main.ftl. Keep the keys and{ $variables }unchanged, and leave code-like literals in English. See Internationalization. - Submit code via pull requests.
See Building from Source. In short: install Rust 1.85+, cargo build, cargo run.
- Keep changes focused and describe what and why.
- Run
cargo buildandcargo testbefore submitting; keep the codecargo fmt-clean. - Match the existing style and structure (
src/ui/,src/xml/,src/models/,src/i18n/). - For UI strings, add the key to
assets/locales/eng/main.ftl(andfraif you can); other languages fall back to English until translated.
Because XIMOD is a derivative of Wenderer's FOMOD Creation Tool, all contributions must keep the program open source and free of charge (no premium/paywalled features), and preserve the credit to Wenderer. See Credits and Permissions.
XIMOD Architect · MIT License · A Rust port of Wenderer's FOMOD Creation Tool, published with permission.
Using XIMOD
Reference
Project