-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Game mode #73
Comments
how do we change the game mode i tried several stuff but still didn't manage to get the right one |
From my conclusions, the game modes are defined in |
I searched in the league folders as well as the code but didn’t find anything yet even the API doesn’t give the info |
I was thinking of printing this out with the command |
There is something i found out if the purpose is the lvling up then the longer the game gets the more xp you get so running an intermediate bot game is the perfect thing to do here you go. and yes it works i did try it out tho i tried the other game modes but still didn’t manage to find the right queue. |
A little documentation here would be useful for people who would like to improve this program. :) |
Check out this, it should be helpful:
|
I wonder how the program selects the game mode with this line of code. Could you please give me some guidance? I am going to make some modifications to the program.
StartCoop.cs (21 line)
private static QueueEnum QueueType = QueueEnum.BotIntro;
Specifically, I am interested in where "BotIntro" is defined.
The text was updated successfully, but these errors were encountered: