User Maps Folder
To configure your user maps directory, just edit your duke3d.cfg
file. Under the [Misc]
section there is a new entry called MAPDir
. You can set a full path or a relative path. It defaults to a "maps/"
in the root directory of the game executable.
Some examples of how to set it up:
A "maps" folder in the directory of the game executable:
[Misc]
MAPDir = "maps"
A "maps" folder in the parent directory of the game executable, using relative path:
[Misc]
MAPDir = "../maps"
A "maps" folder in some absolute path:
[Misc]
MAPDir = "C:\Games\Build Engine Games\Duke Nukem 3D\maps"