ValvePython / dota2

🐸 Python package for interacting with Dota 2 Game Coordinator
http://dota2.readthedocs.io
201 stars 32 forks source link

Custom game lobby create #43

Closed maratkh closed 5 years ago

maratkh commented 5 years ago

Hi! Some one can create custom game lobby (for exaple dota 10*10) and start the game eirh real gamer?

Thnx!

rossengeorgiev commented 5 years ago

Yes, you can create a custom lobby and start it.

maratkh commented 5 years ago

How?

rossengeorgiev commented 5 years ago

Use the create_practice_lobby method and provide the right settings. The basic functionality is in https://dota2.readthedocs.io/en/stable/dota2.features.lobby.html

You will need to look at what the dota 2 client does and replicate those details.

maratkh commented 5 years ago

I can create a custom gsme lobby, but if i stsrt it, bot cant join to game, have any solutions?