Menu bug -
13-03-2008
I think I've found a bug in the in-game podbot menu.
It's as follows: I add a specific bot; first I can choose the skill, next I can choose the personality, than I can choose the team, finally I can choose the skin.
All is fine up to this.
But when adding a specific bot and I pick random team, it skips the skin-part.
It doesn't happen when you pick a specific team, then choosing skin can be done.
I know that the skin-part has to be disabled when you pick "fill server" because then you can't choose a skin for both teams.
But I assume that it's a bug when adding a single bot and choosing random team, you must be able to choose a skin.
I use V3B19d.
P.s.: In the podbot.cfg there's the following:
# add [skill] [personality] [team] [name] - Adds a Bot using a Skill
# from 0-100, personality is 1 Normal , 2 Aggresive , 3 Deffensive
# team is 1 for Terrorists, 2 for Counter Terrorists and 5 to
# use auto-assign, name is of course the name for this Bot
Mustn't that be:
# add [skill] [personality] [team] [skin] [name] - Adds a Bot using a Skill
# from 0-100, personality is 1 Normal , 2 Aggresive , 3 Deffensive
# team is 1 for Terrorists, 2 for Counter Terrorists and 5 to
# use auto-assign, name is of course the name for this Bot
|