| Installation for maps:
..\Quake 4\q4base\[mod name.pk4]
Command Line:
"..\Quake 4\quake4.exe" +g_skill 3 +map [map name]
Skill: g_skill can be 3 = Nightmare (General), 2 = hard (lieutenant), 1 = medium, 0 = easy.
Example:
"C:\Program Files\id Software\Quake 4\quake4.exe" +map intro
OR, optional for maps, required for mods:
Installation for mods:
..\Quake 4\[mod folder name]
Command Line:
"..\Quake 4\quake4.exe" +set fs_game [mod folder name]
Example:
"C:\Program Files\id Software\Quake 4\quake4.exe" +set fs_game cold_steel
or as above but with the starting map name:
"C:\Program Files\id Software\Quake 4\quake4.exe" +g_skill 3 +set fs_game cold_steel +map intro
This is the recommended method for installing all maps and mods for Quake 4, as this allows you to set a configuration for each map and prevents any shared elements from interfering with the main game. |