百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
M

me3

> 编程语言
开源

一个用于游戏修改和仪器化的框架。

560 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

一个用于游戏修改和仪器化的框架。

  • About The Project
    • Supported platforms
    • Supported games
  • Installation
  • Developer Quickstart
    • Prerequisites
    • Usage
  • Contributing
  • License
  • Contact
  • Acknowledgments
  • Sponsors
    • Sentry
    • Crowdin

About The Project

me3 is a tool that extends the functionality of FROMSOFTWARE games.

Supported platforms

  • Windows
  • Linux via Proton
  • macOS via CrossOver®

Supported games

  • DARK SOULS III
  • Sekiro: Shadows Die Twice
  • ELDEN RING
  • Armored Core VI: Fires of Rubicon
  • ELDEN RING NIGHTREIGN

Installation

[!IMPORTANT] Follow the user guide

(back to top)

Developer Quickstart

Prerequisites

  • Cargo

    • Windows: download and run rustup‑init.exe then follow the onscreen instructions.

    • Linux:

      bash
      curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  • Visual Studio C++ Build Tools

    • Windows: download and run vs_BuildTools.exe then follow the onscreen instructions.

    • Linux: Acquire the Windows SDK using xwin

      bash
      cargo install xwin && xwin --accept-license splat --output ~/.xwin

      And configure Cargo to link with lld-link and use the binaries from xwin in ~/.cargo/config.toml

      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"
      ]

Usage

  1. Clone the repo

    bash
    git clone https://github.com/garyttierney/me3.git
  2. Build the binaries

    bash
    cargo build [--release]
  3. Attach the sample host DLL to your game

    bash
    cargo run -p me3-cli -- launch -g elden-ring

(back to top)

Contributing

See CONTRIBUTING.md

License

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)

Contact

Project Link: https://github.com/garyttierney/me3

Discussions Board: https://github.com/garyttierney/me3/discussions

Discord

(back to top)

Acknowledgments

  • Mod Engine - prior art for runtime modification of FROMSOFTWARE games.
  • Mod Organizer 2 - inspiration for the VFS framework.
  • Elden Ring Reforged - provided invaluable feedback on the end-user perspective
  • Dasaav - work on compatibility across a variety of FROMSOFTWARE titles.
  • Skadi - me3 icon artwork

Sponsors

We are grateful for the generous support of our sponsors.

SignPath.io

For the Windows binary, free code signing provided by SignPath.io, certificate by SignPath Foundation.

See our code signing policy

Sentry

Crowdin

(back to top)

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Rusteldenringfromsoftwaremodmod-manager

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言