Tired of endless dota2 matches, write a dota2 bot script for fun.
Table of Contents
Start Place
For short, make a copy of directory dota 2 beta/game/dota/scripts/vscripts/bots_example and name it as bots. Then you can start with rewrite some functions in the bot example scripts.
Official Wiki
Learn Lua first
Valve Official Wiki
Introduction
No need to do image recognization.
3 levels for bots to evaluate and make decisions:
- team level
- mode level
- action level
3 important files for game data:
- npc_abilities.txt
- npc_heroes.txt
- npc_units.txt
近期评论