| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:linux:wine:cod_mw2_2009_iw4x_steamcmd [2026/05/10 03:47] – Sean Rhone | games:linux:wine:cod_mw2_2009_iw4x_steamcmd [2026/05/10 05:49] (current) – [dxvk.conf] Sean Rhone |
|---|
| ===== Prerequisites ===== | ===== Prerequisites ===== |
| |
| * [[linux:distros:opensuse_tumbleweed_gnome|openSUSE Tumbleweed (GNOME)]] ((:?: Wayland seemingly doesn't allow immediate present mode and has odd cursor positioning on screen edges with non-native fullscreen res; might switch to Xfce)) | * [[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]] |
| |
| 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='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 |
| |
| |
| 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 | |
| |
| |
| ====== IW4x ====== | ====== IW4x ====== |
| * :?: 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> |
| d3d9.enumerateByDisplays = "False" | d3d9.enumerateByDisplays = "False" |
| d3d9.samplerLodBias = "-2.0" | d3d9.samplerLodBias = "-2.0" |
| d3d9.maxFrameRate = "77" | d3d9.maxFrameRate = "85" |
| |
| # Intel | # Intel |
| d3d9.invariantPosition = "False" | d3d9.invariantPosition = "False" |
| d3d9.maxFrameLatency = "1" | d3d9.maxFrameLatency = "1" |
| d3d9.useD32forD24 = "True" | |
| |
| # HUD | # HUD |
| |
| # End</code> | # End</code> |
| |
| ====== TODO ====== | |
| |
| * :?: Console ''~'' is ''Shift + `'' with ''wayland'' | |
| |