Both sides previous revisionPrevious revisionNext revision | Previous revision |
games:windows:dota_2 [2025/03/11 22:25] – Sean Rhone | games:windows:dota_2 [2025/04/16 00:49] (current) – [Git] Sean Rhone |
---|
| |
* Dota 2 ((https://www.dota2.com/home)) ((https://store.steampowered.com/app/570/Dota_2/)) | * Dota 2 ((https://www.dota2.com/home)) ((https://store.steampowered.com/app/570/Dota_2/)) |
| |
| * Open Hyper AI ((https://github.com/forest0xia/dota2bot-OpenHyperAI)) ((https://steamcommunity.com/sharedfiles/filedetails/?id=3246316298)) |
| * Last tested commit: [[https://github.com/forest0xia/dota2bot-OpenHyperAI/commit/93e4608611196bdbb5d4aae7549cb25d840ae13a|~93e4608]] |
| |
===== Prerequisites ===== | ===== Prerequisites ===== |
| |
* [[windows:10|Windows 10 (21H2)]] | * [[windows:10|Windows 10 (21H2)]] |
| |
| ====== Dependencies ====== |
| |
| ===== Git ===== |
| |
| * https://gitforwindows.org/ |
| * Last tested: ''Git-2.49.0-64-bit.exe'' |
| |
| * Git from the command line and also from 3rd-party software |
| |
====== Launch Flags ====== | ====== Launch Flags ====== |
| |
"explorer.exe" "%ProgramFiles(x86)%\Steam\steamapps\common\dota 2 beta\game\dota\scripts\vscripts" | "explorer.exe" "%ProgramFiles(x86)%\Steam\steamapps\common\dota 2 beta\game\dota\scripts\vscripts" |
| |
===== Dependencies ===== | |
| |
==== Git ==== | |
| |
* https://www.git-scm.com/download/win | |
* Last tested: ''Git-2.48.1-64-bit.exe'' | |
| |
* Git from the command line and also from 3rd-party software | |
| |
===== Open Hyper AI ===== | ===== Open Hyper AI ===== |
| |
* https://github.com/forest0xia/dota2bot-OpenHyperAI/commits/main/bots | * https://github.com/forest0xia/dota2bot-OpenHyperAI/commits/main/bots |
* https://steamcommunity.com/sharedfiles/filedetails/?id=3246316298 | |
| |
RMDIR /S /Q "%ProgramFiles(x86)%\Steam\steamapps\common\dota 2 beta\game\dota\scripts\vscripts\bots" | RMDIR /S /Q "%ProgramFiles(x86)%\Steam\steamapps\common\dota 2 beta\game\dota\scripts\vscripts\bots" |
| |
RMDIR /S /Q "%ProgramFiles(x86)%\Steam\steamapps\common\dota 2 beta\game\dota\scripts\vscripts\bots" | RMDIR /S /Q "%ProgramFiles(x86)%\Steam\steamapps\common\dota 2 beta\game\dota\scripts\vscripts\bots" |
| |
| ====== Scripts ====== |
| |
| MKDIR "%ProgramFiles(x86)%\Steam\scripts\Dota 2 (570)" |
| |
| "explorer.exe" "%ProgramFiles(x86)%\Steam\scripts\Dota 2 (570)" |
| |
| ===== Open Hyper AI ===== |
| |
| "notepad.exe" "%ProgramFiles(x86)%\Steam\scripts\Dota 2 (570)\OpenHyperAI-update.bat" |
| |
| <code> |
| @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(x86)%\Steam\steamapps\common\dota 2 beta\game\dota\scripts\vscripts\bots" |
| MKDIR "%ProgramFiles(x86)%\Steam\steamapps\common\dota 2 beta\game\dota\scripts\vscripts\bots" |
| |
| XCOPY /E /Q /Y "%Temp%\OpenHyperAI\bots\" "%ProgramFiles(x86)%\Steam\steamapps\common\dota 2 beta\game\dota\scripts\vscripts\bots\" |
| |
| RMDIR /S /Q "%Temp%\OpenHyperAI" |
| |
| :: End</code> |
| |
| "%ProgramFiles(x86)%\Steam\scripts\Dota 2 (570)\OpenHyperAI-update.bat" |
| |
| ===== Default ===== |
| |
| "notepad.exe" "%ProgramFiles(x86)%\Steam\scripts\Dota 2 (570)\default-bots.bat" |
| |
| <code> |
| @echo off |
| |
| RMDIR /S /Q "%ProgramFiles(x86)%\Steam\steamapps\common\dota 2 beta\game\dota\scripts\vscripts\bots" |
| |
| :: End</code> |
| |
| "%ProgramFiles(x86)%\Steam\scripts\Dota 2 (570)\default-bots.bat" |
| |
| ====== Launcher Shortcuts ====== |
| |
| ===== Start Menu ===== |
| |
| * Right-click -> New -> Shortcut |
| |
| DEL /F "%AppData%\Microsoft\Windows\Start Menu\Programs\Steam\Dota 2.url" "%UserProfile%\Desktop\Dota 2.url" |
| |
| MKDIR "%AppData%\Microsoft\Windows\Start Menu\Programs\Dota 2" |
| |
| "explorer.exe" "%AppData%\Microsoft\Windows\Start Menu\Programs\Dota 2" |
| |
| ==== OHA Bot Scripts ==== |
| |
| "%ProgramFiles(x86)%\Steam\scripts\Dota 2 (570)\OpenHyperAI-update.bat" |
| |
| Open Hyper AI |
| |
| ==== Default Bots ==== |
| |
| "%ProgramFiles(x86)%\Steam\scripts\Dota 2 (570)\default-bots.bat" |
| |
| Default Bots |
| |
| ==== Bots Folder ==== |
| |
| "explorer.exe" "%ProgramFiles(x86)%\Steam\steamapps\common\dota 2 beta\game\dota\scripts\vscripts" |
| |
| Bots Folder |
| |
| ==== Install Notes ==== |
| |
| "https://wiki.realmofespionage.xyz/games;windows;dota_2" |
| |
| Install Notes |
| |