This repository has been archived by the owner on Mar 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Save Manager
Wesley Castro edited this page Nov 27, 2016
·
13 revisions
The Save Manager allows save files to be transferred between memory cards and a flash drive.
- CBS - CodeBreaker Save. Uses ZLIB for compression.
- ZIP - Standard ZIP File. Best for long-term archiving and easy modification. See note below
- PSU - EMS Adapter Save. Simple format that doesn't use any compression.
- Amount of free space on flash drives can't be determined resulting in corruption if a file exceeding its remaining capacity is written.
- Contents of ZIP files assumed to be correct (1 directory with files) without checking.
As of November 27, 2016, Cheat Device now supports ZIP files for creating/extracting save files. The ZIP file is expected to contain one directory (with the same name used on the memory card's filesystem) containing all the necessary files used by the save inside it. Cheat Device will create ZIP files in this manor, but if you create a ZIP file for saves outside of Cheat Device, make sure it follows this rule.