SkillAgentSearch skills...

Me3

A framework for modding and instrumenting games.

Install / Use

/learn @garyttierney/Me3
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<!-- markdownlint-disable no-inline-html first-line-h1 -->

<a name="readme-top"></a>

<br /> <div align="center"> <p align="center"> <img src="distribution/assets/me3.png" alt="me3 icon" /> </p> <h2 align="center">me<sup>3</sup></h2> <p align="center"> <strong> A framework for modifying and instrumenting games. <br /> <p align="center"> <a href="https://me3.help/en"><img src="https://img.shields.io/badge/Documentation-🇬🇧-darkgrey?style=for-the-badge" alt="English"></a> <a href="https://me3.help/zh"><img src="https://img.shields.io/badge/文档-🇨🇳-darkgrey?style=for-the-badge" alt="文档"></a> <a href="https://me3.help/pl"><img src="https://img.shields.io/badge/Dokumentacja-🇵🇱-darkgrey?style=for-the-badge" alt="Dokumentacja"></a> </p> <a href="https://github.com/garyttierney/me3/discussions/categories/bug-reports">Report Bug</a> · <a href="https://github.com/garyttierney/me3/discussions/categories/ideas">Request Feature</a> </strong> </p>

Discord Discussions MIT + Apache-2.0 License GitHub Downloads (all assets, all releases) GitHub commits since latest release

</div> <!-- ABOUT THE PROJECT -->

About The Project

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

Supported platforms

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

<p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- GETTING STARTED -->

Developer Quickstart

Prerequisites

  • Cargo

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

    • Linux:

      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

      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

      [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

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

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

    cargo run -p me3-cli -- launch -g elden-ring
    
    <p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTRIBUTING -->

Contributing

See CONTRIBUTING.md

<!-- LICENSE -->

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.

<p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- CONTACT -->

Contact

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

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

Discord

<p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- ACKNOWLEDGMENTS -->

Acknowledgments

<!-- markdown-link-check-disable --> <!-- markdown-link-check-enable -->

Sponsors

We are grateful for the generous support of our sponsors.

Sentry

<a href="https://sentry.io/" target="_blank"><img src="assets/sponsors/sentry-wordmark-dark-200x60.png" alt="Sentry" /></a>

Crowdin

<a href="https://crowdin.com/" target="_blank"><img src="https://support.crowdin.com/assets/logos/plate/png/crowdin-logo-with-plate.png" alt="Crowdin" width="200"/></a>

<p align="right">(<a href="#readme-top">back to top</a>)</p> <!-- MARKDOWN LINKS & IMAGES --> <!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
View on GitHub
GitHub Stars462
CategoryDevelopment
Updated1h ago
Forks45

Languages

Rust

Security Score

100/100

Audited on Mar 31, 2026

No findings