| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:windows:dota_2_pre-crownfall_steamcmd [2026/01/25 17:02] – [Goldberg Emulator] Sean Rhone | games:windows:dota_2_pre-crownfall_steamcmd [2026/04/09 19:29] (current) – steamcmd notes separate Sean Rhone |
|---|
| * Dota 2 | * Dota 2 |
| * Build 9968 (revision 8806282) | * Build 9968 (revision 8806282) |
| * Pre-Crownfall ((Before [[https://steamdb.info/patchnotes/14102378/|Crownfall]] 7.36 (April 18, 2024); No Hero Facets)) ((Files based around patch [[https://steamdb.info/patchnotes/13942756/|13942756]])) | * Pre-Crownfall ((Before [[https://steamdb.info/patchnotes/14102378/|Crownfall]] 7.36 (April 18, 2024); this version doesn't have Hero Facets)) ((Files based around patch [[https://steamdb.info/patchnotes/13942756/|13942756]])) |
| * SteamCMD ((https://developer.valvesoftware.com/wiki/SteamCMD)) | * SteamCMD ((https://developer.valvesoftware.com/wiki/SteamCMD)) |
| * Goldberg Emulator ((https://mr_goldberg.gitlab.io/goldberg_emulator/)) | * Goldberg Emulator ((https://mr_goldberg.gitlab.io/goldberg_emulator/)) |
| |
| * [[windows;10|Windows 10 (21H2)]] | * [[windows;10|Windows 10 (21H2)]] |
| | * [[programs;windows;steamcmd|SteamCMD + Goldberg Emu]] |
| ====== SteamCMD ====== | |
| | |
| MKDIR "%ProgramFiles%\Steam" & DEL /Q "%Temp%\steamcmd.exe" "%ProgramFiles%\Steam\steamcmd.exe" & "curl.exe" --output "%Temp%\steamcmd.exe" --location "https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip" && "tar.exe" -xvf "%Temp%\steamcmd.exe" -C "%ProgramFiles%\Steam" | |
| | |
| "%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +quit | |
| |
| ====== Dota 2 Pre-Crownfall ====== | ====== Dota 2 Pre-Crownfall ====== |
| |
| RMDIR /S /Q "%ProgramFiles%\Steam\steamapps\content\app_570" | RMDIR /S /Q "%ProgramFiles%\Steam\steamapps\content\app_570" |
| |
| ====== Goldberg Emulator ====== | |
| |
| * Forces Dota 2 to offline, sets display name, and allows settings save/persistence ((in-game video settings don't stick otherwise; settings save to Steam user account and relies on Steam APIs)) | |
| * Last tested: ''Goldberg_Lan_Steam_Emu_master--475342f0.zip'' (([[https://gitlab.com/Mr_Goldberg/goldberg_emulator/-/jobs/4247811310/artifacts/download|Lastest artifact]] from project page)) | |
| |
| MKDIR "%ProgramFiles%\Steam\emu" & DEL /Q "%Temp%\Goldberg_Lan_Steam_Emu_master.zip" "%ProgramFiles%\Steam\emu\steamclient64.dll" & "curl.exe" --output "%Temp%\Goldberg_Lan_Steam_Emu_master.zip" --location "https://gitlab.com/Mr_Goldberg/goldberg_emulator/-/jobs/4247811310/artifacts/download" && "tar.exe" -xvf "%Temp%\Goldberg_Lan_Steam_Emu_master.zip" --strip-components="1" -C "%ProgramFiles%\Steam\emu" "experimental_steamclient/steamclient64.dll" | |
| |
| DIR "%ProgramFiles%\Steam\emu\steamclient64.dll" | |
| |
| REG ADD "HKEY_CURRENT_USER\SOFTWARE\Valve\Steam\ActiveProcess" /v "SteamClientDll64" /t "REG_SZ" /d "C:\Program Files\Steam\emu\steamclient64.dll" /f | |
| |
| ===== Settings ===== | |
| |
| * ''force_account_name.txt'' for in-game username | |
| * All other files are empty | |
| |
| MKDIR "%ProgramFiles%\Steam\emu\steam_settings" & ECHO Espionage724 > "%ProgramFiles%\Steam\emu\steam_settings\force_account_name.txt" & TYPE NUL > "%ProgramFiles%\Steam\emu\steam_settings\disable_networking.txt" & TYPE NUL > "%ProgramFiles%\Steam\emu\steam_settings\disable_overlay.txt" & TYPE NUL > "%ProgramFiles%\Steam\emu\steam_settings\offline.txt" | |
| |
| ====== Compat Settings ====== | ====== Compat Settings ====== |