EPF Archive (East Point File System developed by East Point Software) Manager, capable of packing/unpacking various DOS games content.
More information about EPF File format and games it was used in can be found on following site: http://www.shikadi.net/moddingwiki/EPF_Format
Yeah!
- Opening archives
- Creating new archives
- Reading archive entries data using streams
- Updating archive entries data using streams
- Adding new archive entries
- Closing archives with saving changes
- Adding/updating/removing hidden data in archive
- WinForms or WPF are used as UI front-end
- Creating new EPF archives for saving
- Opening EPF archives in read-only mode, extracting selected or all entries
- Opening EPF archives in read-write mode, extracting, adding, removing entries
- Showing compression ratio on each entry
- Adding/updating/removing hidden data in archive
Nothing
- Add better looking icons in UI
- Improving packing/unpacking performance
C#
.NET 4.6.1/4.7.2 for now
MSVS 2017 (Community or compatible)
MVVM(Model-View-Viewmodel)
- WinForms/WPF - used for implementing views in EPF Archive Manager UI