-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Boden edited this page May 28, 2026
·
2 revisions
Welcome to the ERFEdit documentation.
This wiki is written for people who want to use the app without reading source code.
ERFEdit is a small Windows desktop tool for opening and editing game archive files used by classic Bioware-era games.
- Getting Started
- Open, Edit, and Save Flow
- File Types and What They Mean
- Scope and Limitations
- Safety and Recovery
- Troubleshooting
- FAQ
- Opening existing archive files
- Browsing resources in an archive
- Adding new files to an archive
- Deleting files from an archive
- Saving changes back to the archive
- Extracting saved resources out of an archive
When you add files, ERFEdit stages them in memory first. They are not written to the archive until you save.
Staged items are shown with a * in the list.
- Modders and content pack maintainers
- People maintaining older archives
- Users who need a practical "how do I use this" guide
If you are looking for implementation internals, see the main repository docs instead of this wiki.