User Tools

Site Tools


games:windows:dota_2_classic_source1_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_classic_source1_steamcmd [2025/05/31 06:18] Sean Rhonegames:windows:dota_2_classic_source1_steamcmd [2025/06/27 23:22] (current) Sean Rhone
Line 2: Line 2:
  
   * Dota 2   * Dota 2
 +  * Build 1504
 +  * https://blog.realmofespionage.xyz/?p=194
   * https://steamdb.info/app/316570/depots/   * https://steamdb.info/app/316570/depots/
-  * TODO: More conf [[games;windows;dota_2_steamcmd]] 
  
-====== Folder ======+===== Prerequisites ===== 
 + 
 +  * [[windows:10|Windows 10 (21H2)]] 
 + 
 +====== SteamCMD ====== 
 + 
 +  * [[https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip|steamcmd.zip]] 
 +  * ''steamcmd.exe'' to ''Steam'' folder 
 + 
 +  MKDIR "%ProgramFiles(x86)%\Steam" 
 + 
 +  "explorer.exe" "%ProgramFiles(x86)%\Steam" 
 + 
 +  "%ProgramFiles(x86)%\Steam\steamcmd.exe" +login "Espionage724" +quit 
 + 
 +====== Dota 2 Classic ====== 
 + 
 +===== Folder =====
  
 **** ****
Line 11: Line 29:
   MKDIR "%ProgramFiles(x86)%\Dota 2 Classic"   MKDIR "%ProgramFiles(x86)%\Dota 2 Classic"
  
-====== Files ======+===== Files =====
  
-===== Content =====+==== Content ====
  
   * [[https://steamdb.info/depot/571/history/?changeid=M:23442636256031311|SteamDB]]   * [[https://steamdb.info/depot/571/history/?changeid=M:23442636256031311|SteamDB]]
Line 22: Line 40:
   ROBOCOPY "%ProgramFiles(x86)%\Steam\steamapps\content\app_316570\depot_571" "%ProgramFiles(x86)%\Dota 2 Classic" /MOV /E   ROBOCOPY "%ProgramFiles(x86)%\Steam\steamapps\content\app_316570\depot_571" "%ProgramFiles(x86)%\Dota 2 Classic" /MOV /E
  
-===== Win32 =====+==== Win32 ====
  
   * [[https://steamdb.info/depot/573/history/?changeid=M:7613852565918547628|SteamDB]]   * [[https://steamdb.info/depot/573/history/?changeid=M:7613852565918547628|SteamDB]]
Line 31: Line 49:
   ROBOCOPY "%ProgramFiles(x86)%\Steam\steamapps\content\app_316570\depot_573" "%ProgramFiles(x86)%\Dota 2 Classic" /MOV /E   ROBOCOPY "%ProgramFiles(x86)%\Steam\steamapps\content\app_316570\depot_573" "%ProgramFiles(x86)%\Dota 2 Classic" /MOV /E
  
-===== English =====+==== English ====
  
   * [[https://steamdb.info/depot/575/history/?changeid=M:1660329391753369241|SteamDB]]   * [[https://steamdb.info/depot/575/history/?changeid=M:1660329391753369241|SteamDB]]
Line 40: Line 58:
   ROBOCOPY "%ProgramFiles(x86)%\Steam\steamapps\content\app_316570\depot_575" "%ProgramFiles(x86)%\Dota 2 Classic" /MOV /E   ROBOCOPY "%ProgramFiles(x86)%\Steam\steamapps\content\app_316570\depot_575" "%ProgramFiles(x86)%\Dota 2 Classic" /MOV /E
  
-====== Settings ======+====== Goldberg Emulator ======
  
-===== Goldberg =====+  * [[https://gitlab.com/Mr_Goldberg/goldberg_emulator/uploads/6e8225169c8eaabc6768431e7fe41dc3/Goldberg_Lan_Steam_Emu_v0.2.2.zip|Goldberg_Lan_Steam_Emu_v0.2.2.zip]] 
 +  * Root ''steam_api.dll'' to ''Dota 2 Classic\bin'' 
 +  * ''967,680 steam_api.dll''
  
-****+  MOVE /Y "%ProgramFiles(x86)%\Dota 2 Classic\bin\steam_api.dll" "%ProgramFiles(x86)%\Dota 2 Classic\bin\steam_api.dll~"
  
-  REG ADD "HKEY_CURRENT_USER\SOFTWARE\Valve\Steam\ActiveProcess/v "SteamClientDll" /t "REG_SZ" /d "C:\Program Files (x86)\Steam\emu\steamclient.dll/f+  "explorer.exe" "%ProgramFiles(x86)%\Dota 2 Classic\bin"
  
-===== steam_appid =====+  DIR "%ProgramFiles(x86)%\Dota 2 Classic\bin\steam_api.dll"
  
-  "notepad.exe" "%ProgramFiles(x86)%\Dota 2 Classic\steam_appid.txt"+===== Settings =====
  
-  316570+==== steam_appid ====
  
-====== Launch ======+  * This sets a separate ''Goldberg SteamEmu Saves'' folder to prevent conf merging with newer Dota 2 clients
  
-===== Initial Settings =====+  "notepad.exe" "%ProgramFiles(x86)%\Dota 2 Classic\bin\steam_appid.txt"
  
-  * ''-autoconfig'' +  5701504
-  * Configure Video settings +
-  * In-game console ''\'' -> ''host_writeconfig''+
  
-  "%ProgramFiles(x86)%\Dota 2 Classic\dota.exe" -autoconfig -console -novid+==== Goldberg Emu ====
  
-===== Bot Match =====+  MKDIR "%AppData%\Goldberg SteamEmu Saves\settings" 
 + 
 +  "notepad.exe" "%AppData%\Goldberg SteamEmu Saves\settings\account_name.txt" 
 + 
 +  Espionage724 
 + 
 +====== Firewall ====== 
 + 
 +===== Block ===== 
 + 
 +  "netsh.exe" advfirewall firewall add rule name="Dota 2 Classic" dir="in" action="block" profile="any" program="%ProgramFiles(x86)%\Dota 2 Classic\dota.exe" 
 + 
 +  "netsh.exe" advfirewall firewall add rule name="Dota 2 Classic" dir="out" action="block" profile="any" program="%ProgramFiles(x86)%\Dota 2 Classic\dota.exe" 
 + 
 +===== Delete Rules =====
  
 **** ****
  
-  "%ProgramFiles(x86)%\Steam\steamapps\common\dota 2 beta (13942756)\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"+  "netsh.exe" advfirewall firewall delete rule name="Dota 2 Classic"
  
-====== TODO ======+====== Launcher Shortcuts ======
  
-  * https://gitlab.com/Mr_Goldberg/goldberg_emulator/uploads/6e8225169c8eaabc6768431e7fe41dc3/Goldberg_Lan_Steam_Emu_v0.2.2.zip (old version; latest doesn't work) +===== Desktop =====
-  * Root ''steam_api.dll'' to ''C:\Program Files (x86)\Dota 2 Classic\bin'' (replace original)+
  
-  MKDIR "%AppData%\Goldberg SteamEmu Saves\settings"+==== Dota 2 ====
  
-  "notepad.exe" "%AppData%\Goldberg SteamEmu Saves\settings\account_name.txt"+<code>"%ProgramFiles(x86)%\Dota 2 Classic\dota.exe" -novid +cl_interp "0" +sv_lan "1" +dota_bot_practice_difficulty "4" +dota_start_ai_game "1" +map "dota"</code>
  
-  Espionage724+  Dota 2 Classic
  
-  "%ProgramFiles(x86)%\Dota 2 Classic\dota.exe" -autoconfig -console -novid+===== Start Menu =====
  
-===== Bots =====+  MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\Dota 2 Classic"
  
-  * 0 = Passive +  "explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Dota Classic"
-  * 1 = Easy +
-  * = Medium +
-  * 3 = Hard +
-  * 4 = Unfair+
  
-  dota_bot_practice_difficulty+==== Dota 2 ==== 
 + 
 +<code>"%ProgramFiles(x86)%\Dota 2 Classic\dota.exe" -novid +cl_interp "0" +sv_lan "1" +dota_bot_practice_difficulty "4" +dota_start_ai_game "1" +map "dota"</code> 
 + 
 +  Dota 2 
 + 
 +==== Reset ==== 
 + 
 +<code>"%ProgramFiles(x86)%\Dota 2 Classic\dota.exe" -autoconfig -console -novid</code> 
 + 
 +  Reset In-Game Settings 
 + 
 +==== Install Notes ==== 
 + 
 +  "https://wiki.realmofespionage.xyz/games;windows;dota_2_classic_source1_steamcmd" 
 + 
 +  Install Notes 
 + 
 +====== Launch ====== 
 + 
 +===== Initial Settings ===== 
 + 
 +  * ''-autoconfig'' 
 +  * Configure Video settings 
 +  * In-game console ''\'' -> ''host_writeconfig'' 
 + 
 +  "%ProgramFiles(x86)%\Dota 2 Classic\dota.exe" -autoconfig -console -novid 
 + 
 +===== Bot Match ===== 
 + 
 +****
  
-  "%ProgramFiles(x86)%\Dota 2 Classic\dota.exe" -novid +sv_lan "1" +dota_bot_practice_difficulty "4" +dota_start_ai_game "1" +map "dota"+  "%ProgramFiles(x86)%\Dota 2 Classic\dota.exe" -novid +cl_interp "0" +sv_lan "1" +dota_bot_practice_difficulty "4" +dota_start_ai_game "1" +map "dota"
  
/srv/www/wiki/data/attic/games/windows/dota_2_classic_source1_steamcmd.1748686734.txt.gz · Last modified: by Sean Rhone