| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:windows:dota_2_pre-crownfall_steamcmd [2026/01/24 11:19] – 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)) |
| | * Goldberg Emulator ((https://mr_goldberg.gitlab.io/goldberg_emulator/)) |
| * https://blog.realmofespionage.xyz/?p=194 | * https://blog.realmofespionage.xyz/?p=194 |
| * DX11 ((Vulkan API is DLC; see [[games;bsd;wine;dota_2_steamcmd?rev=1747611205#todo|FreeBSD]] under ''Reset settings (DX11)'')) | * DX11 ((Vulkan API is DLC; see [[games;bsd;wine;dota_2_steamcmd?rev=1747611205#todo|FreeBSD]] under ''Reset settings (DX11)'')) |
| |
| * [[windows;10|Windows 10 (21H2)]] | * [[windows;10|Windows 10 (21H2)]] |
| | * [[programs;windows;steamcmd|SteamCMD + Goldberg Emu]] |
| ====== SteamCMD ====== | |
| | |
| * https://developer.valvesoftware.com/wiki/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 ====== |
| ==== Back-up ==== | ==== Back-up ==== |
| |
| * Back-up/archive folder ((''50.2 GB'', 23,336 Files, 2,020 Folders)) | * ''50.2 GB'', 23,336 Files, 2,020 Folders |
| |
| "explorer.exe" "%ProgramFiles%\Dota 2 Pre-Crownfall" | "explorer.exe" "%ProgramFiles%\Dota 2 Pre-Crownfall" |
| **** | **** |
| |
| RMDIR /S /Q "%ProgramFiles(x86)%\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)) | |
| * [[https://gitlab.com/Mr_Goldberg/goldberg_emulator/-/jobs/4247811310/artifacts/download|Latest zip]] (([[https://mr_goldberg.gitlab.io/goldberg_emulator/|source]])) | |
| * Last tested: ''Goldberg_Lan_Steam_Emu_master--475342f0.zip'' | |
| | |
| 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(x86)%\Steam\emu\steam_settings" & "notepad.exe" "%ProgramFiles(x86)%\Steam\emu\steam_settings\force_account_name.txt" | |
| | |
| Espionage724 | |
| | |
| "notepad.exe" "%ProgramFiles(x86)%\Steam\emu\steam_settings\disable_networking.txt" & "notepad.exe" "%ProgramFiles(x86)%\Steam\emu\steam_settings\disable_overlay.txt" & "notepad.exe" "%ProgramFiles(x86)%\Steam\emu\steam_settings\offline.txt" | |
| |
| ====== Compat Settings ====== | ====== Compat Settings ====== |
| |
| **** | REG ADD "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles%\Dota 2 Pre-Crownfall\game\bin\win64\dota2.exe" /t "REG_SZ" /d "~ DISABLEDXMAXIMIZEDWINDOWEDMODE HIGHDPIAWARE DISABLEDWM DISABLETHEMES NoDTToDITMouseBatch DXPrimaryEmulation NoGDIHWAcceleration" /f |
| |
| REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\dota2.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f | REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\dota2.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f |
| **** | **** |
| |
| MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\Dota 2 Pre-Crownfal" & "explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Dota 2 Pre-Crownfal" | MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\Dota 2 Pre-Crownfall" & "explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Dota 2 Pre-Crownfall" |
| |
| ==== Dota 2 ==== | ==== Dota 2 ==== |