Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |
| games:linux:wine:cod_mw2_2009_steamcmd [2026/05/08 15:27] – Sean Rhone | games:linux:wine:cod_mw2_2009_steamcmd [2026/05/08 16:01] (current) – removed Sean Rhone |
|---|
| * [[programs:linux:steamcmd]] | |
| * [[games:windows:tf2_steamcmd]] | |
| * https://store.steampowered.com/app/10180/Call_of_Duty_Modern_Warfare_2_2009/ | |
| * https://steamdb.info/app/10180/info/ | |
| * :?: https://steamdb.info/depot/10184/ (''iw4mp.exe'') | |
| |
| ~/'Steam/steamcmd.sh' +login 'Espionage724' +@sSteamCmdForcePlatformType 'windows' +app_update '10180' +quit | |
| |
| ~/'Steam/steamcmd.sh' +login 'Espionage724' +@sSteamCmdForcePlatformType 'windows' +app_update '10190' +quit | |
| |
| 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 'winxp' && 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 | |
| |
| wget -O '/tmp/Goldberg_Lan_Steam_Emu_master.zip' 'https://gitlab.com/Mr_Goldberg/goldberg_emulator/-/jobs/4247811310/artifacts/download' | |
| |
| mkdir -p ~/'.wine/Call of Duty Modern Warfare 2 (2009)/drive_c/Program Files/Steam/emu' && unzip -j -o '/tmp/Goldberg_Lan_Steam_Emu_master.zip' 'experimental_steamclient/steamclient.dll' -d ~/'.wine/Call of Duty Modern Warfare 2 (2009)/drive_c/Program Files/Steam/emu' | |
| |
| * :?: TODO: ''%ProgramFiles%'' path | |
| |
| WINEPREFIX=~/'.wine/Call of Duty Modern Warfare 2 (2009)' wine REG ADD 'HKEY_CURRENT_USER\Software\Valve\Steam\ActiveProcess' /v 'SteamClientDll' /t 'REG_SZ' /d '%ProgramFiles%\Steam\emu\steamclient.dll' /f | |
| |