User Tools

Site Tools


games:linux:wine:cod_mw2_2009_iw4x_steamcmd

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:linux:wine:cod_mw2_2009_iw4x_steamcmd [2026/05/09 19:14] Sean Rhonegames:linux:wine:cod_mw2_2009_iw4x_steamcmd [2026/05/10 05:49] (current) – [dxvk.conf] Sean Rhone
Line 7: Line 7:
 ===== Prerequisites ===== ===== Prerequisites =====
  
-  * [[linux:distros:opensuse_tumbleweed_gnome|openSUSE Tumbleweed (GNOME)]]+  * [[linux:distros:opensuse_tumbleweed_xfce|openSUSE Tumbleweed (Xfce)]]
   * [[linux:notes:wine|Wine]] (old WoW64)   * [[linux:notes:wine|Wine]] (old WoW64)
   * [[programs:linux:steamcmd|SteamCMD]]   * [[programs:linux:steamcmd|SteamCMD]]
Line 14: Line 14:
  
   * https://steamdb.info/app/10180/info/   * https://steamdb.info/app/10180/info/
 +
 +===== Restore =====
 +
 +  mkdir -p ~/'Steam/steamapps/common' && gio open ~/'Steam/steamapps'
 +
 +  ls ~/'Steam/steamapps/appmanifest_10180.acf' ~/'Steam/steamapps/appmanifest_10190.acf' ~/'Steam/steamapps/common/Call of Duty Modern Warfare 2/iw4sp.exe' ~/'Steam/steamapps/common/Call of Duty Modern Warfare 2/iw4mp.exe'
 +
 +===== Install/Update =====
  
   ~/'Steam/steamcmd/steamcmd.sh' +'login' 'Espionage724' +'@sSteamCmdForcePlatformType' 'windows' +'app_update' '10180' +'quit'   ~/'Steam/steamcmd/steamcmd.sh' +'login' 'Espionage724' +'@sSteamCmdForcePlatformType' 'windows' +'app_update' '10180' +'quit'
  
   ~/'Steam/steamcmd/steamcmd.sh' +'login' 'Espionage724' +'@sSteamCmdForcePlatformType' 'windows' +'app_update' '10190' +'quit'   ~/'Steam/steamcmd/steamcmd.sh' +'login' 'Espionage724' +'@sSteamCmdForcePlatformType' 'windows' +'app_update' '10190' +'quit'
 +
 +===== Verify Files =====
 +
 +****
  
   ~/'Steam/steamcmd/steamcmd.sh' +'login' 'Espionage724' +'@sSteamCmdForcePlatformType' 'windows' +'app_update' '10180' 'validate' +'quit'   ~/'Steam/steamcmd/steamcmd.sh' +'login' 'Espionage724' +'@sSteamCmdForcePlatformType' 'windows' +'app_update' '10180' 'validate' +'quit'
Line 42: Line 54:
 **** ****
  
-  cd ~/'Steam/steamapps/common/Call of Duty Modern Warfare 2' && WINEPREFIX=~/'.wine/Call of Duty Modern Warfare 2 (2009)' wine ~/'Steam/steamapps/common/Call of Duty Modern Warfare 2/iw4x.exe'+  cd ~/'Steam/steamapps/common/Call of Duty Modern Warfare 2' && WINEPREFIX=~/'.wine/Call of Duty Modern Warfare 2 (2009)' wine ~/'Steam/steamapps/common/Call of Duty Modern Warfare 2/iw4x.exe' +set 'com_maxfps 0' +set 'sv_lanOnly 1' +set 'g_antilag 0'
  
 ====== Bots ====== ====== Bots ======
Line 52: Line 64:
  
   * https://github.com/ineedbots/iw4_bot_warfare/releases   * https://github.com/ineedbots/iw4_bot_warfare/releases
-  * Last tested: ''iw4bw230.zip''+  * Last tested: ''iw4bw230.zip'' (May 15, 2024)
  
   unzip -o ~/'Downloads/iw4bw'*'.zip' -d '/tmp/iw4bw' && mkdir -p ~/'Steam/steamapps/common/Call of Duty Modern Warfare 2/userraw' && mv -f '/tmp/iw4bw/Move files to root of MW2 folder/mods/mp_bots/'* ~/'Steam/steamapps/common/Call of Duty Modern Warfare 2/userraw' && rm -Rf '/tmp/iw4bw'   unzip -o ~/'Downloads/iw4bw'*'.zip' -d '/tmp/iw4bw' && mkdir -p ~/'Steam/steamapps/common/Call of Duty Modern Warfare 2/userraw' && mv -f '/tmp/iw4bw/Move files to root of MW2 folder/mods/mp_bots/'* ~/'Steam/steamapps/common/Call of Duty Modern Warfare 2/userraw' && rm -Rf '/tmp/iw4bw'
Line 62: Line 74:
   * :?: https://github.com/ineedbots/iw4_bot_warfare/issues/45#issuecomment-1938616252   * :?: https://github.com/ineedbots/iw4_bot_warfare/issues/45#issuecomment-1938616252
  
-  nano ~/'Steam/steamapps/common/Call of Duty Modern Warfare 2/players/iw4x_config.cfg'+  mkdir -p ~/'Steam/steamapps/common/Call of Duty Modern Warfare 2/players' && nano ~/'Steam/steamapps/common/Call of Duty Modern Warfare 2/players/iw4x_config.cfg'
  
 <code> <code>
 // Bot Warfare // Bot Warfare
- +seta bots_main_menu "0"
-seta com_maxfps "0" +
 seta bots_main_chat "0" seta bots_main_chat "0"
 seta bots_manage_fill "10" seta bots_manage_fill "10"
 seta bots_skill "4" seta bots_skill "4"
- 
 // BW End</code> // BW End</code>
  
Line 105: Line 114:
 d3d9.enumerateByDisplays = "False" d3d9.enumerateByDisplays = "False"
 d3d9.samplerLodBias = "-2.0" d3d9.samplerLodBias = "-2.0"
-d3d9.maxFrameRate = "77"+d3d9.maxFrameRate = "85"
  
 # Intel # Intel
Line 118: Line 127:
 d3d9.invariantPosition = "False" d3d9.invariantPosition = "False"
 d3d9.maxFrameLatency = "1" d3d9.maxFrameLatency = "1"
-d3d9.useD32forD24 = "True" 
  
 # HUD # HUD
Line 124: Line 132:
  
 # End</code> # End</code>
- 
-====== TODO ====== 
- 
-  * :!: ''DISPLAY='' and ''Graphics = wayland'' cause ''~'' console key to not work 
-  * :?: Not sure if ''vulkan'' beneficial 
- 
-  WINEPREFIX=~/'.wine/Call of Duty Modern Warfare 2 (2009)' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\Direct3D' /v 'renderer' /t 'REG_SZ' /d 'vulkan' /f 
  
/srv/www/wiki/data/attic/games/linux/wine/cod_mw2_2009_iw4x_steamcmd.1778368443.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki