ServerBots2

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

HornDog

Propeller head
Sep 27, 2003
39
0
0
127.0.0.1
horndogshouse.com
How do we know what version we have when the files are all the same name and the ini is too?

Also when the ServerBots ini is set at "BotSkill=1" the bots play at the "Average" level and local stats record them as such.

Thanks
 

ProAsm

Active Member
Mar 20, 2002
2,108
0
36
www.proasm.com
Stats will record the 'actual' bots skill settings and not ServerBots.
To get the version number:
You need a copy of the ServerBots2.u file in your System folder.
Then either online as the Admin or Play a local Instant Action game and type in the console:
Mutate ServerBotsMenu and across the top it will display the version.

http://www.proasm.com/ut/images/sbmenu.jpg
 
Last edited:

HornDog

Propeller head
Sep 27, 2003
39
0
0
127.0.0.1
horndogshouse.com
Stats will record the 'actual' bots skill settings and not ServerBots.
To get the version number:
You need a copy of the ServerBots2.u file in your System folder.
Then either online as the Admin or Play a local Instant Action game and type in the console:
Mutate ServerBotsMenu and across the top it will display the version.

http://www.proasm.com/ut/images/sbmenu.jpg

The ServerBot play as average and not as novice. The actual bot setting is novice.
Novice bots don't side step while shooting and dodge jump but ServerBots do at "BotSkill=1"
I don't know if the use of custom models would have any effect but thats what I use.

Thanks for your reply.
 

ProAsm

Active Member
Mar 20, 2002
2,108
0
36
www.proasm.com
Some Bots cannot go below a 3, Satin character being one of them.
Otherwise I just checked through the code and it sets up the Bot on whatever skill you ask so it must be a UT thing.
Code:
    if (Voice == "XGame.JuggFemaleVoice")
        NewBot.InitializeSkill(BotSkill + 2);
    else
        NewBot.InitializeSkill(BotSkill);
 

HornDog

Propeller head
Sep 27, 2003
39
0
0
127.0.0.1
horndogshouse.com
I presume that's UT code? Do you have any Idea on a work around?
Some of the, less than skilled, player on my server complain.
Thanks for checking.

EDIT: If I setup a Bot roster with the same models they behave the way the BotSkill is set. But it has its obvious lack of options.
 
Last edited:

ProAsm

Active Member
Mar 20, 2002
2,108
0
36
www.proasm.com
At this stage no, I dont have a work around as I have forgotten most the UT stuff anyways :D
Next I work on UT stuff I'll have a look see what I can do here ;)