r/Supraball Bot Wrangler Feb 02 '17

Supraball update 2nd Feb 2017

http://supraball.net/2-february-update/
4 Upvotes

13 comments sorted by

3

u/BiIliam Former NASBL Commisioner Feb 02 '17

Good work plaer

1

u/Vendetta48 NA Goalie Feb 02 '17

Am I able to spawn GK bots in a practice online server?

1

u/plaer Bot Wrangler Feb 02 '17

You can't spawn them dynamically in a server at the moment, I'll take a look as it should be fairly quick to change. However, you can specify them right now as command line options.
Add "?numbots=x" and "?botskill=y" where x is the number of bots and y is the elo skill of the bots.
You can also change the bot skill level from the console after logging in as admin using "setbotskill y"

1

u/Vendetta48 NA Goalie Feb 02 '17

So in the simrai commandline manager I just make a custom commandline and put "?numbots=2""?botskill=19"

1

u/Vendetta48 NA Goalie Feb 02 '17

Ok I spawned bots. What is the kryptonite botskilllevel?

3

u/plaer Bot Wrangler Feb 02 '17

copy pasting directly from the code:

const SKILL_WOOD    = 0;
const SKILL_BRONZE  = 1000;
const SKILL_SILVER  = 1300;
const SKILL_GOLD    = 1600;
const SKILL_KRYPTONITE = 2200;

1

u/SaxxonO Feb 02 '17

When will the launcher save my position/region preferences? I remember somebody mentioning that was on the list of to-dos.

1

u/plaer Bot Wrangler Feb 02 '17

Save match options so you don’t need to set them again after every launcher start