Both sides previous revisionPrevious revisionNext revision | Previous revision |
games:windows:dota_2_classic_source1_steamcmd [2025/06/01 10:57] – Sean Rhone | games:windows:dota_2_classic_source1_steamcmd [2025/06/27 23:22] (current) – Sean Rhone |
---|
* Dota 2 | * Dota 2 |
* Build 1504 | * 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]] | |
| |
===== Prerequisites ===== | ===== Prerequisites ===== |
====== SteamCMD ====== | ====== SteamCMD ====== |
| |
* https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip | * [[https://steamcdn-a.akamaihd.net/client/installer/steamcmd.zip|steamcmd.zip]] |
* ''steamcmd.exe'' to ''Steam'' folder | * ''steamcmd.exe'' to ''Steam'' folder |
| |
* [[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]] | * [[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'' | * 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~" | MOVE /Y "%ProgramFiles(x86)%\Dota 2 Classic\bin\steam_api.dll" "%ProgramFiles(x86)%\Dota 2 Classic\bin\steam_api.dll~" |
| |
==== steam_appid ==== | ==== steam_appid ==== |
| |
| * This sets a separate ''Goldberg SteamEmu Saves'' folder to prevent conf merging with newer Dota 2 clients |
| |
"notepad.exe" "%ProgramFiles(x86)%\Dota 2 Classic\bin\steam_appid.txt" | "notepad.exe" "%ProgramFiles(x86)%\Dota 2 Classic\bin\steam_appid.txt" |
| |
Espionage724 | Espionage724 |
| |
====== Compat Settings ====== | |
| |
REG ADD "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers" /v "%ProgramFiles(x86)%\Dota 2 Classic\dota.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\dota.exe" /v "UseLargePages" /t "REG_DWORD" /d "1" /f | |
| |
====== Firewall ====== | ====== Firewall ====== |
| |
"netsh.exe" advfirewall firewall delete rule name="Dota 2 Classic" | "netsh.exe" advfirewall firewall delete rule name="Dota 2 Classic" |
| |
| ====== Launcher Shortcuts ====== |
| |
| ===== Desktop ===== |
| |
| ==== 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 Classic |
| |
| ===== Start Menu ===== |
| |
| MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\Dota 2 Classic" |
| |
| "explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Dota 2 Classic" |
| |
| ==== 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 ====== | ====== Launch ====== |
* ''-autoconfig'' | * ''-autoconfig'' |
* Configure Video settings | * Configure Video settings |
* In-game console ''\'' or ''~'' -> ''host_writeconfig'' | * In-game console ''\'' -> ''host_writeconfig'' |
| |
"%ProgramFiles(x86)%\Dota 2 Classic\dota.exe" -autoconfig -console -novid | "%ProgramFiles(x86)%\Dota 2 Classic\dota.exe" -autoconfig -console -novid |