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/04 08:20] – [IW4x] 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
  
-  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+  WINEPREFIX=~/'.wine/Call of Duty Modern Warfare 2 (2009)' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\Direct3D' /v 'renderer' /t 'REG_SZ' /d 'gdi' /f
  
 ====== IW4x ====== ====== IW4x ======
Line 117: Line 117:
 set sv_securityLevel "22" set sv_securityLevel "22"
 set sv_randomMapRotation "1" set sv_randomMapRotation "1"
 +set sv_allowClientConsole "1"
  
 // General // General
Line 160: 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 177: Line 178:
  
   * https://github.com/doitsujin/dxvk/actions ((need to be signed into GitHub, and select the latest ''master'' artifacts package))   * https://github.com/doitsujin/dxvk/actions ((need to be signed into GitHub, and select the latest ''master'' artifacts package))
-  * Last tested: ''dxvk-master-6eddf20c9c4e10093a341971324a819bf5568a24.zip''+  * Last tested: ''dxvk-master-9aa4e3da8d026b767de3c530e3b6bd0cdd9b0a76.zip''
  
-  unzip -j -o ~/'Downloads/dxvk-master-'*'.zip' 'x32/d3d9.dll' -d ~/'.wine/Call of Duty Modern Warfare 2 (2009)/drive_c/windows/system32'+  unzip -j -o ~/'Downloads/dxvk-master-'*'.zip' 'x32/d3d9.dll' -d ~/'.wine/Call of Duty Modern Warfare 2 (2009)/drive_c/windows/syswow64'
  
 ==== Dll Override ==== ==== Dll Override ====
Line 195: Line 196:
 <code> <code>
 # General # General
-dxvk.allowFse = "True" 
 d3d9.dpiAware = "False" d3d9.dpiAware = "False"
 d3d9.enumerateByDisplays = "False" d3d9.enumerateByDisplays = "False"
-dxvk.tearFree = "False" 
-dxvk.disableNvLowLatency2 = "True" 
-dxvk.latencySleep = "False" 
-d3d9.maxFrameLatency = "1" 
-d3d9.maxFrameRate = "-1" 
-d3d9.presentInterval = "0" 
-d3d9.samplerLodBias = "-2.0" 
  
 # Intel # Intel
 d3d9.hideIntelGpu = "False" d3d9.hideIntelGpu = "False"
 +d3d9.floatEmulation = "False"
 dxvk.enableGraphicsPipelineLibrary = "False" dxvk.enableGraphicsPipelineLibrary = "False"
-dxvk.enableDescriptorBuffer = "False" 
- 
-# Tweaks 
 dxvk.enableMemoryDefrag = "False" dxvk.enableMemoryDefrag = "False"
 dxvk.lowerSinCos = "False" dxvk.lowerSinCos = "False"
-d3d9.deviceLocalConstantBuffers = "True+ 
-d3d9.floatEmulation = "False+# Tweaks 
-d3d9.invariantPosition = "False+d3d9.presentInterval = "0
-d3d9.lenientClear = "True+d3d9.maxFrameLatency = "1
-dxvk.useRawSsbo = "True+dxgi.maxFrameLatency = "1
-dxvk.tilerMode = "False"+dxgi.syncInterval = "0
 +dxvk.tearFree = "False
 +dxvk.latencySleep = "False"
  
 # HUD # HUD
Line 258: Line 251:
  
 wget -O ~/'Downloads/IW4x-iw4x-latest.dll' -q --show-progress 'https://github.com/iw4x/iw4x-client/releases/latest/download/iw4x.dll' wget -O ~/'Downloads/IW4x-iw4x-latest.dll' -q --show-progress 'https://github.com/iw4x/iw4x-client/releases/latest/download/iw4x.dll'
-mv -fv ~/'Downloads/IW4x-iw4x-latest.dll' ~/'Steam/steamapps/common/Call of Duty Modern Warfare 2/iw4x.dll'+mv -~/'Downloads/IW4x-iw4x-latest.dll' ~/'Steam/steamapps/common/Call of Duty Modern Warfare 2/iw4x.dll'
  
 wget -O ~/'Downloads/IW4x-release-latest.zip' -q --show-progress 'https://github.com/iw4x/iw4x-rawfiles/releases/latest/download/release.zip' wget -O ~/'Downloads/IW4x-release-latest.zip' -q --show-progress 'https://github.com/iw4x/iw4x-rawfiles/releases/latest/download/release.zip'
-unzip -o ~/'Downloads/IW4x-release-latest.zip' -d ~/'Steam/steamapps/common/Call of Duty Modern Warfare 2' +unzip -q -o ~/'Downloads/IW4x-release-latest.zip' -d ~/'Steam/steamapps/common/Call of Duty Modern Warfare 2' 
-rm -fv ~/'Downloads/IW4x-release-latest.zip'+rm -~/'Downloads/IW4x-release-latest.zip'
  
 zenity --title 'IW4x Updater' --text 'Client and Rawfiles update complete' --icon ~/'.wine/Icons/IW4x-256.png' --timeout '2' --info zenity --title 'IW4x Updater' --text 'Client and Rawfiles update complete' --icon ~/'.wine/Icons/IW4x-256.png' --timeout '2' --info
 +:
  
 # End</code> # End</code>
Line 286: Line 280:
  
 zenity --title 'IW4x Updater' --text 'Bot Warfare update complete' --icon ~/'.wine/Icons/IW4x-256.png' --timeout '2' --info zenity --title 'IW4x Updater' --text 'Bot Warfare update complete' --icon ~/'.wine/Icons/IW4x-256.png' --timeout '2' --info
 +:
  
 # End</code> # End</code>
/usr/local/www/wiki/data/attic/games/linux/wine/cod_mw2_2009_iw4x_steamcmd.1780575602.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