1
0
Fork
You've already forked Toolkit
0
No description
  • Rust 99%
  • Python 1%
2024年09月11日 23:29:08 +10:00
.cargo chore: add workspace package to the project ( #31 ) 2024年07月23日 11:12:38 +00:00
.vscode feat(gui): add imgui overlay ( #35 ) 2024年07月26日 13:20:16 +00:00
.woodpecker chore(ci): move artifact files to root of zip file 2024年07月26日 17:28:16 +01:00
assets feat(gui): add imgui overlay ( #35 ) 2024年07月26日 13:20:16 +00:00
bindings chore(taplo): sort dependencies in alphabetical order 2024年08月03日 11:31:12 -07:00
crates chore(taplo): sort dependencies in alphabetical order 2024年08月03日 11:31:12 -07:00
examples chore(taplo): sort dependencies in alphabetical order 2024年08月03日 11:31:12 -07:00
.editorconfig feat(exparser): replace repacker with exparser ( #51 ) 2024年08月03日 17:32:10 +00:00
.gitignore feat(exparser): replace repacker with exparser ( #51 ) 2024年08月03日 17:32:10 +00: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.toml feat(exparser): replace repacker with exparser ( #51 ) 2024年08月03日 17:32:10 +00:00
CHANGELOG.md chore(release): update changelog for v0.0.1 2024年08月03日 12:24:46 +00:00
cliff.toml chore: add 'implement' keyword to cliff.toml 2024年07月26日 14:27:18 +01:00
LICENSE fix(license): formatting 2023年11月21日 20:47:54 -08:00
README.md readme 2024年09月11日 23:29:08 +10:00
rust-toolchain.toml wip: BIG CHANGES (64bit is real (sort of)) 🚀 2024年05月22日 22:18:14 +01:00

EMTK - Toolkit

The main repo for EMTK and what you use to mod the game

Usage

  • Clone the repository : git clone https://codeberg.org/ExanimaModding/Toolkit.git
  • Find examples/demo-plugin and duplicate it

To learn how to develop your first plugin, you can go to the demo plugin repo and / or read the EMTK book

Need help?

Want some help? Join the Official EMTK Discord for help with creating your mods
See the EMTK docs for more info aswell

Other communities

Exanima Modding Discord (Council of Conservers)
Official Bare Mettle Discord

Contributing

See the Contributing part in the EMTK book here

Disclaimer

The Exanima Modding Toolkit (EMTK) is not affiliated with Bare Mettle Entertainment, Exanima or Sui Generis

License

EMTK is under the GNU General Public License, see LICENSE in this repo