Dota 2 1v1 solo mid rules of exponents
Thread: help me please, I can’t create bot lobby in 1v1 mode
Thread Tools
Display
- Linear Mode
- Switch to Hybrid Mode
- Switch to Threaded Mode
help me please, I can’t create bot lobby in 1v1 mode
I want to create lobby with bot in 1v1 mode but It’s still 5v5 hero.
Then, I try to use “createhero . enemy” to create hero in empty room but
this bot is passive mode and I can’t control them at all.
The console monitor say “unit is not controllable by the ordering player”.
Does anyone know any way to create lobby in 1v1 mode? help me please.
thank you very much
download the SF mid 1v1 and look at their code to learn.
it will be in \Steam\steamapps\workshop\content\570\ “XXXXXXXX”
Thank you very much for reply!!
Do you mean about “[JPBot] 1v1 SF mid” ? I very confuse about how to run it.
It doesn’t have any detail in steam workshop. I try to run it in “all pick” and “1v1 solo mid”
but some bot doesn’t pick hero.
Do you know the way to run this?
you pick 1v1 solo mid mode in a game lobby and choose those bot scripts in the “radiant bots and dire bots” dropdown box.
but what you are after is the hero_selection file.
rereading your first post, are you wanting to script a 1v1 bot or just play a 1v1 game with bots using other peoples scripts?
Last edited by Yavimaya; 08-14-2017 at 05:24 AM .
I want to script a 1v1 bot and use machine learning to improve it.
First , I plan to use “default bot” play with my bot for training model and testing my bot
( radiant bots is default script , dire bots is my script and I see a match as spectator).
but I can’t create lobby in 1v1 now.
I try to do follow your method but some bot still not pick hero.
I am not confident about my setting. please help me to check my setting T_T
2nd radiant bot don’t select hero and the game can’t start
pickHero. jpg
thank you very much for helping me
Last edited by jack05; 08-14-2017 at 07:11 AM .
Ohhhh , I found the cause of problem. In hero_selection file use 1,2,3. instead of player ID. The function “SelectHero” need a player id in first parameter.
Thank you very much for helping me . )))
I want to script a 1v1 bot and use machine learning to improve it.
First , I plan to use “default bot” play with my bot for training model and testing my bot
( radiant bots is default script , dire bots is my script and I see a match as spectator).
but I can’t create lobby in 1v1 now.
I try to do follow your method but some bot still not pick hero.
I am not confident about my setting. please help me to check my setting T_T
2nd radiant bot don’t select hero and the game can’t start
pickHero. jpg
thank you very much for helping me
the only thing i see wrong with your pictures is that there are bots in slots other than the first slots of each team.
in a 1v1 mode only 2 bots should be picked, not a whole team.
i have never run or looked at the SF mid scripts, i dont know why they are loading more than 1 hero, they shouldnt.
im not sure 1,2,3 is a good solution because if someone joins slot 4 or whatever, then slot 1 on each team might get filled (?) and you may end up with 2 mid bots and a player with nowhere to go.

