-
Notifications
You must be signed in to change notification settings - Fork 27
Home
Welcome to the LegendaryExplorer wiki!
If you're a mod developer and want to write a tutorial on how to do something modding related, feel free to make pages on this wiki and link to them on the ME3Tweaks Discord's #resources channel.
You can download stable releases of the toolset from the Releases tab, or you can download stable and nightly releases with ME3Tweaks Mod Manager. You can also build the toolset from source.
- Package Editor. Basics
- Dialogue Editor. Overview of the Dialogue Editor
- FaceFX Principles of Facial Animation in ME3/LE3
- Unrealscript in LegendaryExplorer
- Asset Database. Quickly find assets
- Package Dumper. Find very specific usages of things
- Misc. Debugging the Mass Effect Trilogy
All games
- [easy] Creating Bink Movies for the Mass Effect Trilogy (RAD Tools, Bink 2 for Unreal)
- [intermediate] Intro to Plot Management, 55tumbl (Package Editor, Conditionals Editor, Plot Editor)
- [advanced] Adding your outfit armour for Shepard as a new asset (Package Editor, Mesh Explorer) - Game 2 and Game 3 only
ME1 & LE1
- [intermediate] How to port a hairstyle from The Sims 4
- [intermediate] Modifying 2DA tables via a DLC mod, 55tumbl (Package Editor)
- [advanced] Creating ME1 DLC mods with custom textures (Not applicable to LE1)
ME2 & LE2
- [easy] Adding powers to ME2 Shepard (Package Editor, Coalesced and in-game console)
- [easy] How to make your LE2 Coal Edits into the more compatible DLC Mods (Coalesced)
- [advanced] Creating Startup Files and Adding Custom Conditionals for ME2 Mods (Package Editor)
ME3 & LE3
- [easy] Adding Helmets Back To Cutscenes That Remove Them (Package Editor)
- [easy] How To Change Hair, Eye, and Skin Color for NPCS (Package Editor)
- [easy] Make a new email (Coalesced and TLK Editor)
- [easy] How to make your LE3 Coal Edits into the more compatible DLC Mods (Coalesced)
- [intermediate] Mass Effect 3 Camera Modding: From Noob to Not So Noob (Package Editor, Interp Editor)
- [intermediate] Adding your assets to the Store (Package Editor, Coalesced, ME3Tweaks Mod Manager)
- [advanced] Adding Hair to the Character Creator (Package Editor, Mesh Explorer)
- [advanced] Adding a Datapad and Message
- [advanced] Redirecting, Replacing and Adding Audio to Conversations (Package Editor, Sound Explorer, Dialogue Editor)
Legendary Explorer Core is a .NET library developed by ME3Tweaks that can modify Unreal Engine 3 package files used in the Mass Effect games. This library is used in many different tools, such as Legendary Explorer, ME3Tweaks Mod Manager, and ALOT Installer. If you are interested in writing code to automate a modding process, LEC can provide you with the functionality to modify package files and parse most formats.
LEC Nightly Documentation - Updated on every commit to Beta
- ME3 - Changing armor on characters with an existing asset
- LE3 - Poses and Gestures
- All games - Scaleform Editing: File Format Basics (Porting from ME3Tweaks.com)
- FaceFX - old tutorial resource, still useful for text and screenshots - This info is also covered in detail in the tutorial video, see the new article.