A framework for modifying and instrumenting games.
Explore the docs »
Report Bug
·
Request Feature
TODO: write me
me3 is a launcher and mod loader for the Dark Souls series of games from FROMSOFTWARE and similar titles.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
xwin
cargo install xwin && xwin --accept-license splat --output ~/.xwin
And configure Cargo to link with LLD and use the binaries from xwin in ~/.cargo/config.toml
[target.x86_64-pc-windows-msvc]
linker = "lld"
runner = "wine"
rustflags = [
"-Lnative=/home/gtierney/.xwin/crt/lib/x86_64",
"-Lnative=/home/gtierney/.xwin/sdk/lib/um/x86_64",
"-Lnative=/home/gtierney/.xwin/sdk/lib/ucrt/x86_64"
]
git clone https://github.com/garyttierney/me3.git
cargo build [--release]
TODO: fix these instructions.
See CONTRIBUTING.md
Distributed under either the Apache Software License 2.0 or MIT License. See LICENSE-APACHE and LICENSE-MIT for more information.
Project Link: https://github.com/garyttierney/me3
Discussions Board: https://github.com/garyttierney/me3/discussions