Table of Contents

persist.pack

persist.pack is the name of the special resource package where Doomsday 2 keeps all persistent application data. The package is stored in the user's runtime folder.

The package uses the standard Doomsday resource package format (ZIP/PK3 with Info metadata).

Contents

File Description
Info Metadata about the package.
modules/Config Serialized Config namespace: configuration variables and routines.
UIState State of UI widgets.

Info

Package metadata.

modules/Config

The Config namespace contains settings such as:

UIState

Persistent state for UI widgets so it can be restored in the future. Used for example for remembering console commands entered in the past.

Restoring all settings to defaults

One can delete persist.pack to force the engine to restore all settings to defaults. (All settings saved in persist.pack, that is.)

The -reset option can also be used to do this. (1.11 →)