Mods: shortcut command line:
"..\Doom 3\DOOM3.exe" +set fs_game [mod folder name]
Mods: shortcut command line example:
"C:\Program Files\Doom 3\DOOM3.exe" +set fs_game labyritnth
or as above but with the starting map name, for mods not integrated into the main menu:
"..\Doom 3\DOOM3.exe" +set fs_game [mod folder name] +g_skill 2 +map [map name]
Skill: g_skill can be 3 = Nightmare, 2 = hard (veteran), 1 = medium, 0 = easy.
Maps can also be installed to their own folder instead of the base directory. To do this, simply create a folder for the map files in the Doom 3 directory (not the base directory). The map can then be run using the mod with starting map example above, using the map folder name as a mod folder name. 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.
Maps: shortcut command line:
"..\Doom 3\DOOM3.exe" +g_skill 2 +map [map name]
Maps: shortcut command line example:
"C:\Program Files\Doom 3\DOOM3.exe" +g_skill 2 +map mansion
Maps: ROE: shortcut command line:
"..\Doom 3\DOOM3.exe" +set fs_game d3xp +g_skill 2 +map [map name]
Maps: ROE: shortcut command line example:
"C:\Program Files\Doom 3\DOOM3.exe" +set fs_game d3xp +g_skill 2 +map temple_sp2 |