====== Information ======
* Dota 2 ((https://www.dota2.com/home))
* SteamCMD + Goldberg Steam Emulator
* https://blog.realmofespionage.xyz/?p=139
* Open Hyper AI ((https://github.com/forest0xia/dota2bot-OpenHyperAI)) ((2025/06/21: Not tested beyond 7.39 "Spring Forward"))
* :!: 2026/04/09: WIP
===== Prerequisites =====
* [[windows;10|Windows 10 (21H2)]]
* [[programs;windows;steamcmd|SteamCMD]]
* [[programs;windows;git|Git]]
====== Dota 2 ======
===== Install =====
MKDIR "%ProgramFiles%\Steam\steamapps\common" & "%SystemRoot%\explorer.exe" "%ProgramFiles%\Steam\steamapps"
DIR /B "%ProgramFiles%\Steam\steamapps\appmanifest_570.acf" & DIR /AD /B "%ProgramFiles%\Steam\steamapps\common" | "%SystemRoot%\System32\find.exe" "dota 2 beta"
"%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +app_update "570" +quit
"%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +app_update "570" validate +quit
===== Initial Launch =====
* ''-autoconfig''
* Configure Video settings
* In-game console ''\'' -> ''host_writeconfig''
"%ProgramFiles%\Steam\steamapps\common\dota 2 beta\game\bin\win64\dota2.exe" -autoconfig -console -dx11 -novid -useforcedmparms -noforcemaccel -noforcemspd -nogammaramp -nomicsettings
====== Firewall ======
===== Block =====
"netsh.exe" advfirewall firewall add rule name="Dota 2" dir="in" action="block" profile="any" program="%ProgramFiles%\Steam\steamapps\common\dota 2 beta\game\bin\win64\dota2.exe"
"netsh.exe" advfirewall firewall add rule name="Dota 2" dir="out" action="block" profile="any" program="%ProgramFiles%\Steam\steamapps\common\dota 2 beta\game\bin\win64\dota2.exe"
===== Delete Rules =====
****
"netsh.exe" advfirewall firewall delete rule name="Dota 2"
====== Scripts ======
MKDIR "%ProgramFiles%\Steam\scripts\Dota 2 (570)"
"explorer.exe" "%ProgramFiles%\Steam\scripts\Dota 2 (570)"
===== Update =====
"notepad.exe" "%ProgramFiles%\Steam\scripts\Dota 2 (570)\update-steamcmd.bat"
@echo off
"%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +app_update "570" +quit
:: End
"%ProgramFiles%\Steam\scripts\Dota 2 (570)\update-steamcmd.bat"
===== Validate =====
"notepad.exe" "%ProgramFiles%\Steam\scripts\Dota 2 (570)\validate-steamcmd.bat"
@echo off
"%ProgramFiles%\Steam\steamcmd.exe" +login "Espionage724" +app_update "570" validate +quit
PAUSE
:: End
"%ProgramFiles%\Steam\scripts\Dota 2 (570)\validate-steamcmd.bat"
===== Bot Scripts =====
==== Open Hyper AI ====
* https://github.com/forest0xia/dota2bot-OpenHyperAI/commits/main/
"notepad.exe" "%ProgramFiles%\Steam\scripts\Dota 2 (570)\OpenHyperAI-update.bat"
@echo off
"%ProgramFiles%\Git\bin\git.exe" clone --branch "main" --depth "1" --recurse-submodules "https://github.com/forest0xia/dota2bot-OpenHyperAI.git" "%Temp%\OpenHyperAI"
RMDIR /S /Q "%ProgramFiles%\Steam\steamapps\common\dota 2 beta\game\dota\scripts\vscripts\bots"
MKDIR "%ProgramFiles%\Steam\steamapps\common\dota 2 beta\game\dota\scripts\vscripts\bots"
XCOPY /E /Q /Y "%Temp%\OpenHyperAI\bots\" "%ProgramFiles%\Steam\steamapps\common\dota 2 beta\game\dota\scripts\vscripts\bots\"
RMDIR /S /Q "%Temp%\OpenHyperAI"
:: End
"%ProgramFiles%\Steam\scripts\Dota 2 (570)\OpenHyperAI-update.bat"
==== Default ====
"notepad.exe" "%ProgramFiles%\Steam\scripts\Dota 2 (570)\default-bots.bat"
@echo off
RMDIR /S /Q "%ProgramFiles%\Steam\steamapps\common\dota 2 beta\game\dota\scripts\vscripts\bots"
:: End
"%ProgramFiles%\Steam\scripts\Dota 2 (570)\default-bots.bat"
====== Launcher Shortcuts ======
===== Desktop =====
==== Dota 2 ====
"%ProgramFiles%\Steam\steamapps\common\dota 2 beta\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"
Dota 2
===== Start Menu =====
MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\Dota 2"
"explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Dota 2"
==== Dota 2 ====
"%ProgramFiles%\Steam\steamapps\common\dota 2 beta\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"
Dota 2
==== Reset ====
"%ProgramFiles%\Steam\steamapps\common\dota 2 beta\game\bin\win64\dota2.exe" -autoconfig -console -dx11 -novid -useforcedmparms -noforcemaccel -noforcemspd -nogammaramp -nomicsettings
Reset In-Game Settings
==== Updater ====
"%ProgramFiles%\Steam\scripts\Dota 2 (570)\update-steamcmd.bat"
Update
==== Validate =====
"%ProgramFiles%\Steam\scripts\Dota 2 (570)\validate-steamcmd.bat"
Verify Game Files
==== Bot Scripts ====
=== Open Hyper AI ===
"%ProgramFiles%\Steam\scripts\Dota 2 (570)\OpenHyperAI-update.bat"
Use Open Hyper AI Bots
=== Default ===
"%ProgramFiles%\Steam\scripts\Dota 2 (570)\default-bots.bat"
Use Default Bots
=== Folder ===
"%ProgramFiles%\Steam\steamapps\common\dota 2 beta\game\dota\scripts\vscripts"
Bots Folder
==== Install Notes ====
"https://wiki.realmofespionage.xyz/games;windows;dota_2_steamcmd"
Install Notes