adamqqqplay / dota2ai

Ranked Matchmaking AI: An improved Dota2 AI based on Valve's default AI. Has more than 3 million subscribers on Steam.
http://steamcommunity.com/sharedfiles/filedetails/?id=855965029
GNU General Public License v3.0
320 stars 86 forks source link

What numbers are what difficulty for "dota_bot_set_difficulty"? #155

Open Espionage724 opened 5 months ago

Espionage724 commented 5 months ago

https://developer.valvesoftware.com/wiki/Dota_Bot_Scripting#Bot_Difficulties says there's 6

https://developer.valvesoftware.com/wiki/List_of_Dota_2_console_commands_and_variables#D says:

Sets all bots to a particular difficulty (0 = easy, 1 = medium, 2 = hard, 3 = unfair. 

But what about Passive and New Player? It seems like 0 would start at Passive and Easy being 1?

Is there a local script file that mentions the numbers? Or any way to show the bot difficulty during a match? Or any up-to-date source that mentions what numbers are what difficulty?

I want to launch Dota 2 immediately into an Unfair bot match and have this that works, and want to make sure the difficulty number is for Unfair:

+sv_lan 1 +dota_bot_set_difficulty 4 +dota_start_ai_game 1 +map dota
Espionage724 commented 1 month ago

Still interested in this!