Both sides previous revisionPrevious revisionNext revision | Previous revision |
games:windows:dota_2_pre-crownfall_steamcmd [2025/09/03 22:00] – Sean Rhone | games:windows:dota_2_pre-crownfall_steamcmd [2025/09/11 06:43] (current) – external edit 127.0.0.1 |
---|
* Dota 2 | * Dota 2 |
* Build 9968 (revision 8806282) | * Build 9968 (revision 8806282) |
* Pre-Crownfall ((Before [[https://steamdb.info/patchnotes/14102378/|Crownfall]] 7.36 (2024/04/18); No Facets)) ((Files based on [[https://steamdb.info/patchnotes/13942756/|13942756]])) | * 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]])) |
* 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]])) | * DX11 ((Vulkan API is DLC; see [[games;bsd;wine;dota_2_steamcmd?rev=1747611205#todo|FreeBSD]] under ''Reset settings (DX11)'')) |
* 64-bit | * 64-bit |
| |
===== Prerequisites ===== | ===== Prerequisites ===== |
| |
* [[windows:10|Windows 10 (21H2)]] | * [[windows;11_ltsc|Windows 11 (24H2)]] |
| |
====== SteamCMD ====== | ====== SteamCMD ====== |
==== Clean-up ==== | ==== Clean-up ==== |
| |
* Back-up folder | * Back-up/archive folder ((''50.2 GB'', 23,336 Files, 2,020 Folders)) |
| |
RMDIR /S /Q "%ProgramFiles(x86)%\Steam\steamapps\content\app_570" | RMDIR /S /Q "%ProgramFiles(x86)%\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)) |
* [[https://gitlab.com/Mr_Goldberg/goldberg_emulator/-/jobs/4247811310/artifacts/download|Latest zip]] (([[https://mr_goldberg.gitlab.io/goldberg_emulator/|source]])) | * [[https://gitlab.com/Mr_Goldberg/goldberg_emulator/-/jobs/4247811310/artifacts/download|Latest zip]] (([[https://mr_goldberg.gitlab.io/goldberg_emulator/|source]])) |
* ''experimental_steamclient\steamclient64.dll'' to ''Steam\emu'' folder | * Last tested: ''Goldberg_Lan_Steam_Emu_master--475342f0.zip'' |
| |
MKDIR "%ProgramFiles(x86)%\Steam\emu" | * ''experimental_steamclient\steamclient64.dll'' to ''Steam\emu'' folder |
| |
"explorer.exe" "%ProgramFiles(x86)%\Steam\emu" | MKDIR "%ProgramFiles(x86)%\Steam\emu" & "explorer.exe" "%ProgramFiles(x86)%\Steam\emu" |
| |
DIR "%ProgramFiles(x86)%\Steam\emu\steamclient64.dll" | DIR "%ProgramFiles(x86)%\Steam\emu\steamclient64.dll" |
* All other files are empty | * All other files are empty |
| |
MKDIR "%ProgramFiles(x86)%\Steam\emu\steam_settings" | MKDIR "%ProgramFiles(x86)%\Steam\emu\steam_settings" & "notepad.exe" "%ProgramFiles(x86)%\Steam\emu\steam_settings\force_account_name.txt" |
| |
"notepad.exe" "%ProgramFiles(x86)%\Steam\emu\steam_settings\force_account_name.txt" | |
| |
Espionage724 | Espionage724 |
| |
"notepad.exe" "%ProgramFiles(x86)%\Steam\emu\steam_settings\disable_networking.txt" | "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" |
| |
"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_LOCAL_MACHINE\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" /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 |
| |
====== Firewall ====== | ====== Firewall ====== |
===== Block ===== | ===== Block ===== |
| |
"netsh.exe" advfirewall firewall add rule name="Dota 2 Pre-Crownfall" dir="in" action="block" profile="any" program="%ProgramFiles%\Dota 2 Pre-Crownfall\game\bin\win64\dota2.exe" | **** |
| |
"netsh.exe" advfirewall firewall add rule name="Dota 2 Pre-Crownfall" dir="out" action="block" profile="any" program="%ProgramFiles%\Dota 2 Pre-Crownfall\game\bin\win64\dota2.exe" | "netsh.exe" advfirewall firewall add rule name="Dota 2 Pre-Crownfall" dir="in" action="block" profile="any" program="%ProgramFiles%\Dota 2 Pre-Crownfall\game\bin\win64\dota2.exe" && "netsh.exe" advfirewall firewall add rule name="Dota 2 Pre-Crownfall" dir="out" action="block" profile="any" program="%ProgramFiles%\Dota 2 Pre-Crownfall\game\bin\win64\dota2.exe" |
| |
===== Delete Rules ===== | ===== Delete Rules ===== |
<code>"%ProgramFiles%\Dota 2 Pre-Crownfall\game\bin\win64\dota2.exe" -dx11 -novid -useforcedmparms -noforcemaccel -noforcemspd -nogammaramp -nomicsettings +sv_lan "1" +dota_bot_practice_difficulty "4" +dota_start_ai_game "1" +map "dota"</code> | <code>"%ProgramFiles%\Dota 2 Pre-Crownfall\game\bin\win64\dota2.exe" -dx11 -novid -useforcedmparms -noforcemaccel -noforcemspd -nogammaramp -nomicsettings +sv_lan "1" +dota_bot_practice_difficulty "4" +dota_start_ai_game "1" +map "dota"</code> |
| |
Dota 2 Pre-Crown | Dota 2 |
| |
===== Start Menu ===== | ===== Start Menu ===== |
| |
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-Crownfal" & "explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Dota 2 Pre-Crownfal" |
| |
==== Dota 2 ==== | ==== Dota 2 ==== |