Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.36 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.36 KB

Trilogy Save Editor

A save editor for Mass Effect Trilogy (and Legendary)

Screenshot

Features

This software is similar to Gibbed's save editors (and forks) but adds a lot of stuff.

  • Support for the 2 Mass Effect Trilogies (Original and Legendary)
  • 100% of the saves can be edited (except ME1OT)
  • Thousands of plot flags
  • Bioware's plot database
  • Import / Export head morph
  • ME1LE inventory management
  • Multiple bonus powers for all games (except ME1OT)
  • Xbox 360 and PS4 support
  • Free (as freedom) and open-source software with CeCILL license

Frequently Asked Questions

You can read the FAQ here.

Command line usage

USAGE:
    trilogy_save_editor(.exe) [FLAGS] [SAVE]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <SAVE>    Mass Effect save file

Acknowledgments

Without them I could not have done anything.

Compile from source

rustup target add wasm32-unknown-unknown
npm install
cargo install cargo-make
cargo make release