ExanimaModding/Toolkit
5
4
Fork
You've already forked Toolkit
1
Unofficial modding support for Exanima made in Rust.
  • Rust 100%
Dea b422845374
remove build config for cargo
at least with cargo-xwin, "--target x86_64-pc-windows-msvc" gets appended to the end of the command which makes passing any custom arguments to the program after "--" to fail.
2025年09月06日 12:35:39 -07:00
.cargo remove build config for cargo 2025年09月06日 12:35:39 -07:00
.woodpecker project restructure ( #68 ) 2025年07月11日 06:08:49 +02:00
assets feat(gui): silly markdown viewer ( #67 ) 2025年07月10日 23:19:42 +02:00
crates/detours remove unnecessary and outdated files and configs 2025年09月06日 12:14:56 -07:00
emtk_asset chore: rewrite emtk_asset ( #69 ) 2025年09月06日 13:04:45 +02:00
emtk_core remove unnecessary and outdated files and configs 2025年09月06日 12:14:56 -07:00
emtk_framework chore: rewrite emtk_asset ( #69 ) 2025年09月06日 13:04:45 +02:00
emtk_framework_types project restructure ( #68 ) 2025年07月11日 06:08:49 +02:00
emtk_launcher project restructure ( #68 ) 2025年07月11日 06:08:49 +02:00
.clippy.toml chore: project's core crate is now panic free and enforces panic free code 2025年05月01日 11:43:49 -07:00
.editorconfig feat(exparser): replace repacker with exparser ( #51 ) 2024年08月03日 17:32:10 +00:00
.gitignore chore: update .gitignore and remove .vscode folder 2025年06月16日 23:08:55 -07:00
.gitmodules chore: clone detours over http instead of ssh 2024年07月26日 14:50:48 +01:00
.rustfmt.toml chore: setup editorconfig and rustfmt 2023年12月03日 19:52:03 +00:00
.taplo.toml chore(taplo): sort dependencies in alphabetical order 2024年08月03日 11:31:12 -07:00
Cargo.lock remove unnecessary and outdated files and configs 2025年09月06日 12:14:56 -07:00
Cargo.toml remove unnecessary and outdated files and configs 2025年09月06日 12:14:56 -07:00
CHANGELOG.md chore(release): update changelog for v0.0.1 2024年08月03日 12:24:46 +00:00
cliff.toml chore: update project's cliff.toml file for changelogs 2025年04月27日 06:08:56 -07:00
LICENSE-APACHE change license from LGPL-3.0 to MIT or Apache 2.0 2025年07月10日 15:09:34 -07:00
LICENSE-MIT change license from LGPL-3.0 to MIT or Apache 2.0 2025年07月10日 15:09:34 -07:00
README.md update README.md 2025年07月11日 00:26:02 -07:00
rust-toolchain.toml wip: BIG CHANGES (64bit is real (sort of)) 🚀 2024年05月22日 22:18:14 +01:00

Toolkit

Unofficial modding support for Exanima made in Rust.

Warning

Emtk is experimental software and is still in very early stages of development. The current state is subject to change drastically over the course of its lifecycle.

Goals

  • Simple: Make installing and making mods easy
  • Documented: Making a mod should not be a mystery
  • Adaptable: New game updates should be easy to migrate to
  • Cross-Platform: Steam deck along with installation methods such as Steam Workshop should be possible

Installation

Head over to the latest release for a build to download.

Contributing / Feedback

We have a discord to talk about this project and anything Exanima related. Any feedback would be appreciated!

Community

These are communities worth mentioning that are outside of this organization and its projects.

Disclaimer

This Exanima Modding Organization and its repositories such as this Toolkit repo are not affiliated with Bare Mettle Entertainment, Exanima or Sui Generis

License

Emtk is dual-licensed under Apache 2.0 or MIT.