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/06/06 20:22] Sean Rhonegames:linux:wine:cod_mw2_2009_iw4x_steamcmd [2026/06/13 08:50] (current) – [Files] Sean Rhone
Line 8: Line 8:
  
   * [[linux:distros:opensuse_tumbleweed_gnome|openSUSE Tumbleweed (GNOME)]]   * [[linux:distros:opensuse_tumbleweed_gnome|openSUSE Tumbleweed (GNOME)]]
-  * [[linux:notes:wine|Wine]] (old WoW64)+  * [[linux:notes:wine|Wine]] (new WoW64)
   * [[programs:linux:steamcmd|SteamCMD]]   * [[programs:linux:steamcmd|SteamCMD]]
  
Line 39: Line 39:
 ====== Initial Prefix ====== ====== Initial Prefix ======
  
-  mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/Call of Duty Modern Warfare 2 (2009)' WINEARCH='win32' wine wineboot --init && WINEPREFIX=~/'.wine/Call of Duty Modern Warfare 2 (2009)' winecfg /v 'vista' && WINEPREFIX=~/'.wine/Call of Duty Modern Warfare 2 (2009)' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'winemenubuilder.exe' /t 'REG_SZ' /d '' /f+  mkdir -p ~/'.wine' && WINEPREFIX=~/'.wine/Call of Duty Modern Warfare 2 (2009)' WINEARCH='wow64' wine wineboot --init && WINEPREFIX=~/'.wine/Call of Duty Modern Warfare 2 (2009)' winecfg /v 'vista' && WINEPREFIX=~/'.wine/Call of Duty Modern Warfare 2 (2009)' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'winemenubuilder.exe' /t 'REG_SZ' /d '' /f
  
   WINEPREFIX=~/'.wine/Call of Duty Modern Warfare 2 (2009)' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\Drivers' /v 'Graphics' /t 'REG_SZ' /d 'wayland' /f   WINEPREFIX=~/'.wine/Call of Duty Modern Warfare 2 (2009)' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\Drivers' /v 'Graphics' /t 'REG_SZ' /d 'wayland' /f
Line 161: Line 161:
 **** ****
  
-  cp -Rf ~/'Projects/IW4-Bot-Warfare/src/scriptdata' ~/'Steam/steamapps/common/Call of Duty Modern Warfare 2/userraw'+  mkdir -p ~/'Steam/steamapps/common/Call of Duty Modern Warfare 2/userraw' && cp -Rf ~/'Projects/IW4-Bot-Warfare/src/scriptdata' ~/'Steam/steamapps/common/Call of Duty Modern Warfare 2/userraw/scriptdata'
  
 ===== IWD ===== ===== IWD =====
Line 175: Line 175:
   * https://github.com/doitsujin/dxvk   * https://github.com/doitsujin/dxvk
  
-==== 1.10.3 ====+==== master ====
  
-  * https://github.com/doitsujin/dxvk/releases/tag/v1.10.3 +  * https://github.com/doitsujin/dxvk/actions ((need to be signed into GitHub, and select the latest ''master'' artifacts package)) 
-  * TODO: ''master'' ([[games:linux:wine:cod_mw2_2009_iw4x_steamcmd?rev=1780575602#master|older rev]])+  * Last tested: ''dxvk-master-9aa4e3da8d026b767de3c530e3b6bd0cdd9b0a76.zip''
  
-  wget -'/tmp/dxvk-1.10.3.tar.gz' 'https://github.com/doitsujin/dxvk/releases/download/v1.10.3/dxvk-1.10.3.tar.gz&& tar -xzvf '/tmp/dxvk-1.10.3.tar.gz' --strip-components='2' -C ~/'.wine/Call of Duty Modern Warfare 2 (2009)/drive_c/windows/system32' 'dxvk-1.10.3/x32/d3d9.dll' && rm -f '/tmp/dxvk-1.10.3.tar.gz'+  unzip -j -o ~/'Downloads/dxvk-master-'*'.zip' 'x32/d3d9.dll' -~/'.wine/Call of Duty Modern Warfare 2 (2009)/drive_c/windows/syswow64'
  
 ==== Dll Override ==== ==== Dll Override ====
Line 190: Line 190:
 ==== dxvk.conf ==== ==== dxvk.conf ====
  
-  * https://github.com/doitsujin/dxvk/blob/e4fd5e9e8d335e8a2c0814829207cbd421f7e40e/dxvk.conf+  * https://github.com/doitsujin/dxvk/blob/master/dxvk.conf
  
   nano ~/'Steam/steamapps/common/Call of Duty Modern Warfare 2/dxvk.conf'   nano ~/'Steam/steamapps/common/Call of Duty Modern Warfare 2/dxvk.conf'
Line 196: Line 196:
 <code> <code>
 # General # General
-dxvk.shrinkNvidiaHvvHeap = "False" 
 d3d9.dpiAware = "False" d3d9.dpiAware = "False"
-d3d9.enableDialogMode = "False" +d3d9.enumerateByDisplays = "False" 
-d3d9.maxFrameRate = "0"+ 
 +# Intel 
 +d3d9.hideIntelGpu = "False" 
 +d3d9.floatEmulation = "False" 
 +dxvk.enableGraphicsPipelineLibrary = "False" 
 +dxvk.enableMemoryDefrag = "False" 
 +dxvk.lowerSinCos = "False"
  
 # Tweaks # Tweaks
-d3d9.enumerateByDisplays = "False" 
-d3d9.deferSurfaceCreation = "True" 
-d3d9.maxFrameLatency = "1" 
 d3d9.presentInterval = "0" d3d9.presentInterval = "0"
-d3d9.tearFree = "False+d3d9.maxFrameLatency = "1
-d3d9.samplerAnisotropy = "16+dxgi.maxFrameLatency = "1
-d3d9.invariantPosition = "False+dxgi.syncInterval = "0
-dxvk.useRawSsbo = "True" +dxvk.tearFree = "False" 
-d3d9.evictManagedOnUnlock = "True" +dxvk.latencySleep = "False"
-d3d9.strictPow = "False" +
-d3d9.lenientClear = "True" +
-d3d9.floatEmulation = "False+
-d3d9.forceSwapchainMSAA = "0" +
-d3d9.deviceLocalConstantBuffers = "True" +
-d3d9.noExplicitFrontBuffer = "True"+
  
 # HUD # HUD
/usr/local/www/wiki/data/attic/games/linux/wine/cod_mw2_2009_iw4x_steamcmd.1780791733.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