GAMEINFO

From ZDoom Wiki

Jump to: navigation, search

(New from 2.4.1)

GAMEINFO is a special lump that is parsed even before ZDoom starts loading fully. It can be used to influence how the game loads. This must not be confused with the GameInfo section in a MAPINFO lump.

GAMEINFO supports two keys:

IWAD = "<iwadname.wad>"
ZDoom will skip the IWAD selection box and load the listed IWAD. The -iwad command line parameter can override this, however.
LOAD = "<file1>"[, "<file2>"[, "<file3>"[, ...]]]
ZDoom will automatically load the listed files, if it finds them. It will look first in the same directory as the file containing the GAMEINFO lump, and then in the current working directory. These files are loaded before the one containing the GAMEINFO lump.
Personal tools