一个用于游戏修改和仪器化的框架。
me3 is a tool that extends the functionality of FROMSOFTWARE games.
[!IMPORTANT] Follow the user guide
(back to top)
Cargo
Windows: download and run rustup‑init.exe then follow the onscreen instructions.
Linux:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shVisual Studio C++ Build Tools
Windows: download and run vs_BuildTools.exe then follow the onscreen instructions.
Linux: Acquire the Windows SDK using xwin
cargo install xwin && xwin --accept-license splat --output ~/.xwinAnd configure Cargo to link with lld-link and use the binaries from xwin in ~/.cargo/config.toml
[target.x86_64-pc-windows-msvc]
linker = "lld-link"
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"
]Clone the repo
git clone https://github.com/garyttierney/me3.gitBuild the binaries
cargo build [--release]Attach the sample host DLL to your game
cargo run -p me3-cli -- launch -g elden-ring(back to top)
See CONTRIBUTING.md
With the exception of the me3 logo, this project is distributed under the terms of both the Apache Software License 2.0 and MIT License. See LICENSE-APACHE and LICENSE-MIT for more information.
The me3 logo is not available under any license - all rights are reserved.
(back to top)
Project Link: https://github.com/garyttierney/me3
Discussions Board: https://github.com/garyttierney/me3/discussions
(back to top)
We are grateful for the generous support of our sponsors.
For the Windows binary, free code signing provided by SignPath.io, certificate by SignPath Foundation.
See our code signing policy
(back to top)
暂无开放 Issues,或尚未同步最近议题。