Re: Bots

  • 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.

Falken

New Member
Apr 7, 2000
21
0
0
Illinois
www.nicompco.com
You should check and see what your minimum player amount is set to. You can do this through the web interface OR in your unrealtournament.ini file in the UT\system directory.

Look for these:

InitialBots=x (x being the number you want)

These can obviously effect it as well:

MaxTeams=x
MaxTeamSize=x

These entries appear several times in the INI file, you need to modify the one for the game you are playing (IE DeathMatchPlus, CTFGame, so on)

I don't think I left anything out. If you have the web interface turned on it is easiet to set in there. If you do have it on you should change the port it works on...

Same INI file, should look like this, if not add it (when you are SURE it does not exist)

[UWeb.WebServer]
Applications[0]=UTServerAdmin.UTServerAdmin
ApplicationPaths[0]=/ServerAdmin
Applications[1]=UTServerAdmin.UTImageServer
ApplicationPaths[1]=/images
DefaultApplication=0
bEnabled=True
ListenPort=xxx (xxx = a port YOU make up, for obvious security reasons)

Good luck....