User Tools

Site Tools


games:windows:dota_2

This is an old revision of the document!


Bots Scripts

  • Bot scripts are automatically loaded and used if present 1)
  • Use official Bot match from Main Menu 2)
explorer "%ProgramFiles(x86)%\Steam\steamapps\common\dota 2 beta\game\dota\scripts\vscripts"

Dependencies

Git

  • Git from the command line and also from 3rd-party software

Open Hyper AI

RMDIR /S /Q "%ProgramFiles(x86)%\Steam\steamapps\common\dota 2 beta\game\dota\scripts\vscripts\bots"
git clone --branch "main" --depth "1" --recurse-submodules "https://github.com/forest0xia/dota2bot-OpenHyperAI.git" "%Temp%\OpenHyperAI" && 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"

Default Bots

  • Removing the game\dota\scripts\vscripts\bots folder results in using default/built-in bot scripts
RMDIR /S /Q "%ProgramFiles(x86)%\Steam\steamapps\common\dota 2 beta\game\dota\scripts\vscripts\bots"
1)
apparently relies on a Local Dev Script feature and the scripts being in a bots folder at dota\scripts\vscripts
2)
no need for a custom lobby; as long as scripts are in the bots folder they'll be used (check Hero names); FretBots with OHA scripts needs more conf
/srv/www/wiki/data/attic/games/windows/dota_2.1736890786.txt.gz · Last modified: by Sean Rhone