-
Notifications
You must be signed in to change notification settings - Fork 38
Components
Deterous edited this page Jan 11, 2024
·
9 revisions
The MPF project contains two actual programs: MPF and MPF Check. Both output the same, standardized submissionInfo format based on Redump submission criteria. Below is a brief comparison of both:
| Program Name | Interface | OS Compatibility | Can Dump Directly | Notes |
|---|---|---|---|---|
| MPF | GUI | .NET 6 and .NET 8 | Yes | Includes tailored profiles that can be selected from the main window for easier dumping with supported programs. It is able to access the disc post-dump to gather more information automatically, including versions and copy protection status. Configuration is done either using the Options window within the GUI or directly in the configuration file. |
| MPF Check | Commandline | .NET 6 and .NET 8 | No | Meant as a wrapper around the post-dump steps of MPF to be run on pre-existing dumps. It does not attempt to access original media to gather more information, so only data derived from the output files is included. Configuration is purely done by per-run parameters. |
Please see the individual pages for more details on each program.