Interface to manage all operations related to DPF (Data Package Format).
It is a secure container to avoid external modification which can be protected with password.
It uses a precached algorithm to a faster loading/saving resources for the last 32 DPFs opened.
It will close and display info for any DPF file that was not closed at CRM32Pro.Quit() time.
Internally, CRM32Pro use it to pack images, tiles, sprites, fonts, buttons and sounds.
Very useful and easy to use.
CRM32Pro.Init() builds this interface and CRM32Pro.Quit() removes it.
- Created on 21 June 2001
- Last modified on 20 August 2012
|
#define | DPFACCESS_LOWLEVEL 1 |
| Used with SetAccessMode(). Extremly slow access but in case of block corruption, it can read all blocks.
|
|
#define | DPFACCESS_NORMAL 0 |
| Used with SetAccessMode(). Fast access but in case of block corruption, it could omit some blocks. Default setting.
|
|