Call of Duty 5: Starting Mods: Difference between revisions

From COD Modding & Mapping Wiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 7: Line 7:
The idea is to change fs_localAppData and then use fs_game as normal:
The idea is to change fs_localAppData and then use fs_game as normal:


'''In your Command Line add this:'''
 
*'''In your Command Line add this:'''


  +set fs_localAppData "F:\Call of duty 5 server" +set fs_game mods/whatever
  +set fs_localAppData "F:\Call of duty 5 server" +set fs_game mods/whatever

Revision as of 22:20, 11 November 2008

Since Patch 1.1 release 11/11/2008 the fs_game is set to default to fs_localAppData.

By Default also, fs_localAppData is set to

"C:\Documents and Settings\Username\Local Settings\Application Data\Activision\CoDWaW"

The idea is to change fs_localAppData and then use fs_game as normal:


  • In your Command Line add this:
+set fs_localAppData "F:\Call of duty 5 server" +set fs_game mods/whatever