User Tools

Site Tools


games:windows:dota_2_pre-crownfall_steamcmd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
games:windows:dota_2_pre-crownfall_steamcmd [2026/01/24 11:35] – [Clean-up] Sean Rhonegames:windows:dota_2_pre-crownfall_steamcmd [2026/04/09 19:29] (current) – steamcmd notes separate Sean Rhone
Line 3: Line 3:
   * 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)''))
Line 11: Line 13:
  
   * [[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 ======
Line 112: Line 107:
 ==== 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"
Line 121: Line 116:
  
   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)) 
-  * [[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%\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 ======
  
-  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" /f+  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
/var/www/wiki/data/attic/games/windows/dota_2_pre-crownfall_steamcmd.1769272503.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki