| Installation for maps:
..\Doom 3\base\[mod name.pk4]
Command Line:
"..\Doom 3\DOOM3.exe" +g_skill 2 +map [map name]
Skill: g_skill can be 3 = Nightmare, 2 = hard (veteran), 1 = medium, 0 = easy.
Example:
"C:\Program Files\Doom 3\DOOM3.exe" +g_skill 2 +map mansion
OR, optional for maps, required for mods (indicated by below):
Installation for mods:
..\Doom 3\[mod folder name]
Command Line:
"..\Doom 3\DOOM3.exe" +set fs_game [mod folder name]
Example:
"C:\Program Files\Doom 3\DOOM3.exe" +set fs_game labyritnth
or as above but with the starting map name:
"..\Doom 3\DOOM3.exe" +set fs_game [mod folder name] +g_skill 2 +map [map name]
Maps for Resurrection of Evil must be installed this way, as it is itself a Doom 3 mod in a folder with the name of "d3xp". Maps for ROE are placed in the d3xp folder.
Example:
"C:\Program Files\Doom 3\DOOM3.exe" +set fs_game d3xp +g_skill 2 +map temple_sp2
This is the recommended method for installing all maps and mods for Doom 3, as this allows you to set a configuration for each map and prevents any shared elements, such as skins and pda text, from interfering with the main game. |