| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| games:windows:dota_2_pre-crownfall_steamcmd [2026/01/24 09:15] – [Content 4] Sean Rhone | games:windows:dota_2_pre-crownfall_steamcmd [2026/01/29 05:55] (current) – old revision restored (2026/01/25 17:04) 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)'')) |
| ====== SteamCMD ====== | ====== 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" |
| |
| 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" xf "%Temp%\steamcmd.exe" -C "%ProgramFiles%\Steam" | "%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +quit |
| | |
| CD "%ProgramFiles%\Steam" && "%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +quit | |
| |
| ====== Dota 2 Pre-Crownfall ====== | ====== Dota 2 Pre-Crownfall ====== |
| * ''381454'' manifest ''5297697076786798060'' | * ''381454'' manifest ''5297697076786798060'' |
| |
| "%ProgramFiles(x86)%\Steam\steamcmd.exe" +login "Espionage724" +download_depot "570" "381454" "5297697076786798060" +quit | "%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +download_depot "570" "381454" "5297697076786798060" +quit |
| |
| ROBOCOPY "%ProgramFiles(x86)%\Steam\steamapps\content\app_570\depot_381454" "%ProgramFiles%\Dota 2 Pre-Crownfall" /MOVE /E | ROBOCOPY "%ProgramFiles%\Steam\steamapps\content\app_570\depot_381454" "%ProgramFiles%\Dota 2 Pre-Crownfall" /MOVE /E |
| |
| ==== Content 6 ==== | ==== Content 6 ==== |
| * ''381455'' manifest ''3533452766342976639'' | * ''381455'' manifest ''3533452766342976639'' |
| |
| "%ProgramFiles(x86)%\Steam\steamcmd.exe" +login "Espionage724" +download_depot "570" "381455" "3533452766342976639" +quit | "%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +download_depot "570" "381455" "3533452766342976639" +quit |
| |
| ROBOCOPY "%ProgramFiles(x86)%\Steam\steamapps\content\app_570\depot_381455" "%ProgramFiles%\Dota 2 Pre-Crownfall" /MOVE /E | ROBOCOPY "%ProgramFiles%\Steam\steamapps\content\app_570\depot_381455" "%ProgramFiles%\Dota 2 Pre-Crownfall" /MOVE /E |
| |
| ==== Clean-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 |
| | |
| RMDIR /S /Q "%ProgramFiles(x86)%\Steam\steamapps\content\app_570" | |
| |
| "explorer.exe" "%ProgramFiles%\Dota 2 Pre-Crownfall" | "explorer.exe" "%ProgramFiles%\Dota 2 Pre-Crownfall" |
| | |
| | ==== Clean-up ==== |
| | |
| | **** |
| | |
| | RMDIR /S /Q "%ProgramFiles%\Steam\steamapps\content\app_570" |
| |
| ====== Goldberg Emulator ====== | ====== 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)) | * 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'' (([[https://gitlab.com/Mr_Goldberg/goldberg_emulator/-/jobs/4247811310/artifacts/download|Lastest artifact]] from project page)) |
| * Last tested: ''Goldberg_Lan_Steam_Emu_master--475342f0.zip'' | |
| |
| * ''experimental_steamclient\steamclient64.dll'' to ''Steam\emu'' folder | 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" |
| |
| MKDIR "%ProgramFiles(x86)%\Steam\emu" & "explorer.exe" "%ProgramFiles(x86)%\Steam\emu" | DIR "%ProgramFiles%\Steam\emu\steamclient64.dll" |
| |
| DIR "%ProgramFiles(x86)%\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 |
| | |
| REG ADD "HKEY_CURRENT_USER\SOFTWARE\Valve\Steam\ActiveProcess" /v "SteamClientDll64" /t "REG_SZ" /d "C:\Program Files (x86)\Steam\emu\steamclient64.dll" /f | |
| |
| ===== Settings ===== | ===== Settings ===== |
| * All other files are empty | * All other files are empty |
| |
| MKDIR "%ProgramFiles(x86)%\Steam\emu\steam_settings" & "notepad.exe" "%ProgramFiles(x86)%\Steam\emu\steam_settings\force_account_name.txt" | 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" |
| | |
| 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 ==== |