User Tools

Site Tools


games:windows:cod_mw2_2009_iw4x_steam

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
games:windows:cod_mw2_2009_iw4x_steam [2026/08/24 21:14] Sean Rhonegames:windows:cod_mw2_2009_iw4x_steam [2026/08/24 22:57] (current) Sean Rhone
Line 11: Line 11:
  
   * [[windows:10|Windows 10 (21H2)]]   * [[windows:10|Windows 10 (21H2)]]
 +  * [[programs;windows;git|Git]]
  
 ====== Modern Warfare 2 ====== ====== Modern Warfare 2 ======
Line 33: Line 34:
  
   "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\IW4x-release-latest.zip" --location "https://github.com/iw4x/iw4x-rawfiles/releases/latest/download/release.zip" --progress-bar && "%SystemRoot%\System32\tar.exe" -xf "%UserProfile%\Downloads\IW4x-release-latest.zip" -C "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2"   "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\IW4x-release-latest.zip" --location "https://github.com/iw4x/iw4x-rawfiles/releases/latest/download/release.zip" --progress-bar && "%SystemRoot%\System32\tar.exe" -xf "%UserProfile%\Downloads\IW4x-release-latest.zip" -C "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2"
- 
-==== Localization ==== 
- 
-  * https://github.com/iw4x/iw4x-rawfiles#building 
- 
-=== Linker === 
- 
-  * https://github.com/Laupetin/OpenAssetTools 
-  * https://openassettools.dev/guide/what-is-oat.html#tools 
- 
-== Release == 
- 
-  * https://github.com/Laupetin/OpenAssetTools/releases 
-  * Last tested version: ''v0.30.0'' 
- 
-  MKDIR "%UserProfile%\Projects\IW4x-Rawfiles\ext" & "%SystemRoot%\System32\curl.exe" --output "%Temp%\oat-windows.zip" --location "https://github.com/Laupetin/OpenAssetTools/releases/latest/download/oat-windows.zip" --progress-bar && "%SystemRoot%\System32\tar.exe" -xvf "%Temp%\oat-windows.zip" -C "%UserProfile%\Projects\IW4x-Rawfiles\ext" "Linker.exe" && DEL /Q "%Temp%\oat-windows.zip" & "%UserProfile%\Projects\IW4x-Rawfiles\ext\Linker.exe" --version 
- 
-=== English === 
- 
-  "%UserProfile%\Projects\IW4x-Rawfiles\ext\Linker.exe" --base-folder "%UserProfile%\Projects\IW4x-Rawfiles\src" --output-folder "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\zone\patch" "iw4x_localized_english" && DIR /B "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\zone\patch\iw4x_localized_english.ff" 
  
 ====== Bot Warfare ====== ====== Bot Warfare ======
Line 67: Line 48:
 ===== Files ===== ===== Files =====
  
-  "%SystemRoot%\System32\Robocopy.exe" "%UserProfile%\Projects\IW4-Bot-Warfare\src\scriptdata" "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\userraw\scriptdata" /E /IS+  "%SystemRoot%\System32\Robocopy.exe" "%UserProfile%\Projects\IW4-Bot-Warfare\src\scriptdata" "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\userraw\scriptdata" /E /IS
  
 ===== IWD ===== ===== IWD =====
Line 73: Line 54:
   * Expects [[windows:10#zip|7-Zip]]   * Expects [[windows:10#zip|7-Zip]]
  
-  "%ProgramFiles%\7-Zip\7z.exe" a -m"0=Copy" -t"zip" "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\userraw\z_svr_bots.iwd" "%UserProfile%\Projects\IW4-Bot-Warfare\src\maps" "%UserProfile%\Projects\IW4-Bot-Warfare\src\scripts" && DIR /B "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\userraw\z_svr_bots.iwd"+  "%ProgramFiles%\7-Zip\7z.exe" a -m"0=Copy" -t"zip" "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\userraw\z_svr_bots.iwd" "%UserProfile%\Projects\IW4-Bot-Warfare\src\maps" "%UserProfile%\Projects\IW4-Bot-Warfare\src\scripts" && DIR /B "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\userraw\z_svr_bots.iwd"
  
 ====== Compat Settings ====== ====== Compat Settings ======
  
-  "%SystemRoot%\System32\reg.exe" ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\iw4x.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f+  "%SystemRoot%\System32\reg.exe" ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\iw4x.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch" /f
  
   "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\iw4x.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f   "%SystemRoot%\System32\reg.exe" ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\iw4x.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f
Line 85: Line 66:
 ===== Block ===== ===== Block =====
  
-  "%SystemRoot%\System32\netsh.exe" advfirewall firewall add rule name="Call of Duty Modern Warfare 2 (IW4x)" dir="in" action="block" profile="any" program="%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\iw4x.exe" & "%SystemRoot%\System32\netsh.exe" advfirewall firewall add rule name="Call of Duty Modern Warfare 2 (IW4x)" dir="out" action="block" profile="any" program="%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\iw4x.exe"+  "%SystemRoot%\System32\netsh.exe" advfirewall firewall add rule name="Call of Duty Modern Warfare 2 (IW4x)" dir="in" action="block" profile="any" program="%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\iw4x.exe" & "%SystemRoot%\System32\netsh.exe" advfirewall firewall add rule name="Call of Duty Modern Warfare 2 (IW4x)" dir="out" action="block" profile="any" program="%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\iw4x.exe"
  
 ===== Delete Rules ===== ===== Delete Rules =====
Line 103: Line 84:
   * ''d3d9.dll''   * ''d3d9.dll''
  
-  DEL /Q "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\iw4x.dxvk-cache" "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\iw4x_d3d9.log" & "%SystemRoot%\System32\curl.exe" --output "%Temp%\dxvk.tar.gz" --location "https://github.com/doitsujin/dxvk/releases/download/v2.6.2/dxvk-2.6.2.tar.gz" --progress-bar && "%SystemRoot%\System32\tar.exe" -xzf "%Temp%\dxvk.tar.gz" --strip-components="2" -C "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2" "dxvk-*/x32/d3d9.dll" && DEL /Q "%Temp%\dxvk.tar.gz" & DIR /B "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\d3d9.dll"+  DEL /Q "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\iw4x.dxvk-cache" "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\iw4x_d3d9.log" & "%SystemRoot%\System32\curl.exe" --output "%Temp%\dxvk.tar.gz" --location "https://github.com/doitsujin/dxvk/releases/download/v2.6.2/dxvk-2.6.2.tar.gz" --progress-bar && "%SystemRoot%\System32\tar.exe" -xzf "%Temp%\dxvk.tar.gz" --strip-components="2" -C "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2" "dxvk-*/x32/d3d9.dll" && DEL /Q "%Temp%\dxvk.tar.gz" & DIR /B "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\d3d9.dll"
  
 ==== Environment ==== ==== Environment ====
Line 115: Line 96:
   * https://github.com/doitsujin/dxvk/blob/9d6f54a1ade20d1d27dd421024717a636f3d8c68/dxvk.conf   * https://github.com/doitsujin/dxvk/blob/9d6f54a1ade20d1d27dd421024717a636f3d8c68/dxvk.conf
  
-  "%SystemRoot%\System32\notepad.exe" "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\dxvk.conf"+  "%SystemRoot%\System32\notepad.exe" "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\dxvk.conf"
  
 <code> <code>
Line 162: Line 143:
   * ''dsoal-aldrv.dll''   * ''dsoal-aldrv.dll''
  
-  "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\DSOAL.zip" --location "https://github.com/kcat/dsoal/releases/download/latest-master/DSOAL.zip" --progress-bar && "%SystemRoot%\System32\tar.exe" -xf "%UserProfile%\Downloads\DSOAL.zip" -C "%UserProfile%\Downloads" && MOVE /Y "%UserProfile%\Downloads\DSOAL_r"*".zip" "%UserProfile%\Downloads\DSOAL-master.zip" && "%SystemRoot%\System32\tar.exe" -xf "%UserProfile%\Downloads\DSOAL-master.zip" --strip-components="2" -C "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2" "DSOAL/Win32/dsoal-aldrv.dll" "DSOAL/Win32/dsound.dll" && DIR /B "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\dsoal-aldrv.dll" "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\dsound.dll" & DEL /Q "%UserProfile%\Downloads\DSOAL-master.zip" "%UserProfile%\Downloads\DSOAL.zip"+  "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\DSOAL.zip" --location "https://github.com/kcat/dsoal/releases/download/latest-master/DSOAL.zip" --progress-bar && "%SystemRoot%\System32\tar.exe" -xf "%UserProfile%\Downloads\DSOAL.zip" -C "%UserProfile%\Downloads" && MOVE /Y "%UserProfile%\Downloads\DSOAL_r"*".zip" "%UserProfile%\Downloads\DSOAL-master.zip" && "%SystemRoot%\System32\tar.exe" -xf "%UserProfile%\Downloads\DSOAL-master.zip" --strip-components="2" -C "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2" "DSOAL/Win32/dsoal-aldrv.dll" "DSOAL/Win32/dsound.dll" && DIR /B "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\dsoal-aldrv.dll" "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\dsound.dll" & DEL /Q "%UserProfile%\Downloads\DSOAL-master.zip" "%UserProfile%\Downloads\DSOAL.zip"
  
 ==== alsoft.ini ==== ==== alsoft.ini ====
Line 168: Line 149:
   * https://github.com/kcat/openal-soft/blob/master/alsoftrc.sample   * https://github.com/kcat/openal-soft/blob/master/alsoftrc.sample
  
-  "%SystemRoot%\System32\notepad.exe" "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\alsoft.ini"+  "%SystemRoot%\System32\notepad.exe" "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\alsoft.ini"
  
 <code> <code>
Line 185: Line 166:
 ====== Scripts ====== ====== Scripts ======
  
-  MKDIR "%ProgramFiles%\Steam\scripts\Call of Duty Modern Warfare 2 (10180)"+  MKDIR "%ProgramFiles(x86)%\Steam\scripts\Call of Duty Modern Warfare 2 (10180)"
  
-  "%SystemRoot%\explorer.exe" "%ProgramFiles%\Steam\scripts\Call of Duty Modern Warfare 2 (10180)"+  "%SystemRoot%\explorer.exe" "%ProgramFiles(x86)%\Steam\scripts\Call of Duty Modern Warfare 2 (10180)"
  
 ===== Server Start ===== ===== Server Start =====
  
-  "%SystemRoot%\System32\notepad.exe" "%ProgramFiles%\Steam\scripts\Call of Duty Modern Warfare 2 (10180)\iw4x-localhost-server-start.bat"+  "%SystemRoot%\System32\notepad.exe" "%ProgramFiles(x86)%\Steam\scripts\Call of Duty Modern Warfare 2 (10180)\iw4x-localhost-server-start.bat"
  
 <code> <code>
Line 198: Line 179:
 CD "%Temp%" CD "%Temp%"
  
-START "" /MIN /D "%Temp%" "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\iw4x.exe" -dedicated -console -disable-notifies -disable-mongoose -disable-rate-limit-check +exec "iw4x_localhost.cfg" +map_rotate+START "" /MIN /D "%Temp%" "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\iw4x.exe" -dedicated -console -disable-notifies -disable-mongoose -disable-rate-limit-check +exec "iw4x_localhost.cfg" +map_rotate
  
 :: End</code> :: End</code>
  
-  "%ProgramFiles%\Steam\scripts\Call of Duty Modern Warfare 2 (10180)\iw4x-localhost-server-start.bat"+  "%ProgramFiles(x86)%\Steam\scripts\Call of Duty Modern Warfare 2 (10180)\iw4x-localhost-server-start.bat"
  
 ===== IW4x Updaters ===== ===== IW4x Updaters =====
Line 317: Line 298:
   * https://github.com/ineedbots/iw4_bot_warfare/issues/118   * https://github.com/ineedbots/iw4_bot_warfare/issues/118
  
-  MKDIR "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\players"+  MKDIR "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\players"
  
 ===== Client ===== ===== Client =====
  
-  "%SystemRoot%\System32\notepad.exe" "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\players\iw4x_custom.cfg"+  "%SystemRoot%\System32\notepad.exe" "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\players\iw4x_custom.cfg"
  
 <code> <code>
Line 340: Line 321:
 seta r_noborder "0" seta r_noborder "0"
 seta r_vsync "0" seta r_vsync "0"
-seta r_mode "640x480" 
-seta r_aspectRatio "standard" 
 seta r_texFilterAnisoMax "16" seta r_texFilterAnisoMax "16"
 seta r_texFilterAnisoMin "16" seta r_texFilterAnisoMin "16"
Line 364: Line 343:
 ===== localhost ===== ===== localhost =====
  
-  ECHO ["127.0.0.1"] > "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\players\favourites.json"+  ECHO ["127.0.0.1"] > "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\players\favourites.json"
  
 ===== Server ===== ===== Server =====
Line 370: Line 349:
   * https://github.com/iw4x/iw4-server-configs   * https://github.com/iw4x/iw4-server-configs
  
-  "%SystemRoot%\System32\notepad.exe" "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\players\iw4x_localhost.cfg"+  "%SystemRoot%\System32\notepad.exe" "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\players\iw4x_localhost.cfg"
  
 <code> <code>
Line 401: Line 380:
 set bots_main_firstIsHost "1" set bots_main_firstIsHost "1"
 set bots_main_waitForHostTime "0" set bots_main_waitForHostTime "0"
-//set bots_manage_fill "17+set bots_manage_fill "17"
-set bots_manage_fill "11"+
 set bots_main_menu "0" set bots_main_menu "0"
 set bots_main_chat "0" set bots_main_chat "0"
Line 415: Line 393:
 ==== IW4x ==== ==== IW4x ====
  
-  "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\iw4x.exe" +exec "iw4x_custom.cfg" +set "r_fullscreen 1" +set "g_antilag 0"+  "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\iw4x.exe" +exec "iw4x_custom.cfg" +set "r_fullscreen 1" +set "g_antilag 0"
  
   IW4x   IW4x
Line 421: Line 399:
 ==== Server Start ==== ==== Server Start ====
  
-  "%ProgramFiles%\Steam\scripts\Call of Duty Modern Warfare 2 (10180)\iw4x-localhost-server-start.bat"+  "%ProgramFiles(x86)%\Steam\scripts\Call of Duty Modern Warfare 2 (10180)\iw4x-localhost-server-start.bat"
  
   IW4x Server   IW4x Server
Line 431: Line 409:
 ==== IW4x ==== ==== IW4x ====
  
-  "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\iw4x.exe" +exec "iw4x_custom.cfg" +set "r_fullscreen 1" +set "g_antilag 0"+  "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\iw4x.exe" +exec "iw4x_custom.cfg" +set "r_fullscreen 1" +set "g_antilag 0"
  
   IW4x   IW4x
Line 437: Line 415:
 === Windowed === === Windowed ===
  
-  "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\iw4x.exe" +exec "iw4x_custom.cfg" +set "r_fullscreen 0" +set "g_antilag 0"+  "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\iw4x.exe" +exec "iw4x_custom.cfg" +set "r_fullscreen 0" +set "g_antilag 0"
  
   IW4x (window)   IW4x (window)
Line 443: Line 421:
 ==== Server Start ==== ==== Server Start ====
  
-  "%ProgramFiles%\Steam\scripts\Call of Duty Modern Warfare 2 (10180)\iw4x-localhost-server-start.bat"+  "%ProgramFiles(x86)%\Steam\scripts\Call of Duty Modern Warfare 2 (10180)\iw4x-localhost-server-start.bat"
  
   Server Start (localhost)   Server Start (localhost)
  
-==== IW4x Client Update ====+==== IW4x Update ====
  
-  "%ProgramFiles%\Steam\scripts\Call of Duty Modern Warfare 2 (10180)\iw4x-client-update.bat"+  "%ProgramFiles(x86)%\Steam\scripts\Call of Duty Modern Warfare 2 (10180)\iw4x-update.bat"
  
-  IW4x Client Update +  IW4x Update
- +
-==== IW4x Rawfiles Update ==== +
- +
-  "%ProgramFiles%\Steam\scripts\Call of Duty Modern Warfare 2 (10180)\iw4x-rawfiles-update.bat" +
- +
-  IW4x Rawfiles Update+
  
 ==== Bot Warfare Update ==== ==== Bot Warfare Update ====
  
-  "%ProgramFiles%\Steam\scripts\Call of Duty Modern Warfare 2 (10180)\iw4x-bot-warfare-update.bat"+  "%ProgramFiles(x86)%\Steam\scripts\Call of Duty Modern Warfare 2 (10180)\iw4x-bot-warfare-update.bat"
  
   Bot Warfare Update   Bot Warfare Update
Line 467: Line 439:
 ==== Profile Backup ==== ==== Profile Backup ====
  
-  "%ProgramFiles%\Steam\scripts\Call of Duty Modern Warfare 2 (10180)\iw4x-profile-backup.bat"+  "%ProgramFiles(x86)%\Steam\scripts\Call of Duty Modern Warfare 2 (10180)\iw4x-profile-backup.bat"
  
   Profile Back-up   Profile Back-up
Line 473: Line 445:
 ==== Profile Folder ==== ==== Profile Folder ====
  
-  MKDIR "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\players"+  MKDIR "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\players"
  
-  "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\players"+  "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\players"
  
   Profile Folder   Profile Folder
Line 481: Line 453:
 ==== Install Notes ==== ==== Install Notes ====
  
-  "https://wiki.realmofespionage.xyz/games:windows:cod_mw2_2009_iw4x_steamcmd"+  "https://wiki.realmofespionage.xyz/games:windows:cod_mw2_2009_iw4x_steam"
  
   Install Notes   Install Notes
Line 491: Line 463:
   * ''players\iw4x.stat''   * ''players\iw4x.stat''
  
-  MKDIR "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\players" & "%SystemRoot%\explorer.exe" "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\players"+  MKDIR "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\players" & "%SystemRoot%\explorer.exe" "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\players"
  
 ===== Main Config ===== ===== Main Config =====
  
-  "%SystemRoot%\System32\notepad.exe" "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2\players\iw4x_config.cfg"+  "%SystemRoot%\System32\notepad.exe" "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2\players\iw4x_config.cfg"
  
 ===== Root Folder ===== ===== Root Folder =====
  
-  "%SystemRoot%\explorer.exe" "%ProgramFiles%\Steam\steamapps\common\Call of Duty Modern Warfare 2"+  "%SystemRoot%\explorer.exe" "%ProgramFiles(x86)%\Steam\steamapps\common\Call of Duty Modern Warfare 2"
  
/usr/local/www/wiki/data/attic/games/windows/cod_mw2_2009_iw4x_steam.1787620446.txt.gz · Last modified: by Sean Rhone