You are here: Big Brother Bot ForumGeneral CategoryGeneral Discussionplaying with the unsupported bots in URT :)
Pages: [1]   Go Down
  Print  
Author Topic: playing with the unsupported bots in URT :)  (Read 1699 times) Bookmark and Share
B3 Contrib/Support
*
OS: Linux
Type: Home user
Gameservers: Over see 25 URT servers / B3 servers (not all mine)
Posts: 339
Offline Offline
WWW
« on: February 26, 2010, 02:01:35 AM »

after seeing Destroyer having problems with the bots I though I would take a peek at it
I setting up poweradminurt.xml so it read so far:
Quote
<!-- BOTSUPPORT IS VERY UNSTABLE! IT MAY CRASH YOUR SERVER PLENTY! -->
        <settings name="botsupport">
                <!-- enable bots for the server -->
                <set name="bot_enable">True</set>
                <!-- skill level of the bots 1-5 -->
                <set name="bot_skill">4</set>
                <!-- will add bots untill this number of players is reached -->
                <set name="bot_minplayers">2</set>
                <!-- maps that have proven to be stable to support bots, be very carefull! -->
                <set name="bot_maps">ut4_turnpike ut4_cambridge_fixed ut4_abbey ut4_algiers ut4_austria ut4_riyadh ut4_uptown</set>
then I came to ut4_tohunga_b8.pk3 and the server crashed, (which in beta3 the bots worked). for some reason when a map that comes up not in the "bot_maps" list bot_minplayers 2 is still active. I remembered you could set Cvars in the mapcycle file so I set up:
Code:
ut4_casa
{
bot_minplayers 0
{
ut4_arena2
{
bot_minplayers 0
{
ut4_turnpike
{
bot_minplayers 0
{
ut4_cambridge_fixed
ut4_abbey
ut4_cemetery666
ut4_algiers
ut4_austria
ut4_tohunga_b8
{
bot_minplayers 0
{
ut4_sanc
ut4_riyadh
ut_sniperduell
{
bot_minplayers 0
{
and now im in a loop on ut4_casa  Shocked
although bots are very unsupported the poweradminurt is starting the bots its just not stopping them when the next map in the list pops up.
Since I don't know a whole lot. I will probably just remove the maps but if I figure out a fix I'll report back.
Logged

[ www.xlrstats.com ]
Project Lead
*
OS: Linux
Type: Owner dedicated server(s)
Gameservers: CoD, CoD2, CoD5, UrT
Posts: 2022
Offline Offline
WWW
Support Specialty: B3-Core, CoD/UrT/WoP/ETPro parsers, Plugin development
« Reply #1 on: February 26, 2010, 02:12:52 AM »

Seems to be a timing issue. Poweradminurt is sending set bot_minplayers 0 at game exit, but might be that the gameserver is loading a new map meanwhile and thus does not receive the command...
Logged

B3 Contrib/Support
*
OS: Linux
Type: Home user
Gameservers: Over see 25 URT servers / B3 servers (not all mine)
Posts: 339
Offline Offline
WWW
« Reply #2 on: February 26, 2010, 02:31:49 AM »

ohh yes, it is lag :
Code:
100226 02:23:48 VERBOSE RCON sending (192.168.6.50:27960) set bot_minplayers 0
100226 02:23:48 DEBUG   Log time reset 0
100226 02:23:48 CONSOLE 0:00 ------------------------------------------------------------
100226 02:23:48 CONSOLE 0:00 Warmup:
100226 02:23:48 DEBUG   EVENT: OnWarmup
100226 02:23:48 ERROR   RCON: ERROR reading: No readable socket
100226 02:23:48 VERBOSE RCON: retry sending set bot_minplayers 0...
100226 02:23:49 CONSOLE 0:00 ClientConnect: 0
100226 02:23:49 DEBUG   Client Connected - ready to parse Userinfoline

I get that a lot "No readable sockets" but it retries right away and normally gets it on the second try.
 
Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3477
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #3 on: February 26, 2010, 03:57:42 AM »

shouldn't your cyclemap be more like
Quote
ut4_casa
{
bot_minplayers 0
}
ut4_arena2
{
bot_minplayers 0
}
ut4_turnpike
{
bot_minplayers 0
}
ut4_cambridge_fixed
ut4_abbey
ut4_cemetery666
ut4_algiers
ut4_austria
ut4_tohunga_b8
{
bot_minplayers 0
}
ut4_sanc
ut4_riyadh
ut_sniperduell
{
bot_minplayers 0
}
Logged

B3 Contrib/Support
*
OS: Linux
Type: Home user
Gameservers: Over see 25 URT servers / B3 servers (not all mine)
Posts: 339
Offline Offline
WWW
« Reply #4 on: February 26, 2010, 04:21:53 AM »

 Roll Eyes yeah {}  not {{, that could explain why it was in the loop, It also a pears if I !cyclemap b3 can't update fast enough to the server so the next map the bots are still loaded. That might have something to do this the speed of the box or it might be time to install some 1.2.2b Wink that server is still on 1.2.1b the other 2 servers are last months 1.2.2b.
Logged
B3 Contrib/Support
*
OS: Linux
Type: Home user
Gameservers: Over see 25 URT servers / B3 servers (not all mine)
Posts: 339
Offline Offline
WWW
« Reply #5 on: February 27, 2010, 01:49:52 AM »

so I'm not sure if its the dual 1Ghz (copper mine's)  2GB ram, or URT it's self. But when i got to the next unsupported map poweradminurt is turning off the bots like it should but when the next supported map comes up, it still sets bot_minplayers 0.

I even redid the mapcycle.txt the correct way ( thanks again Courgette LOL ) but still a no go. maybe in 2020 when 4.2 is released, they'll have the code cleaned up and working again.

the reason for this was to troll for players but the bots will only come if 2 people join then one or both leave on supported map.

so riyadh has bots goes to casa has not bots. every one leaves at the end of casa. map is over goes to abbey. which has bots but no bots join in till the two people come, and one and or both leave. 
« Last Edit: February 27, 2010, 02:10:47 AM by ryry46d9 » Logged
Senior Dev.
*
OS: Linux
Type: Home user
Posts: 3477
Offline Offline
WWW
Support Specialty: B3-Core, UrT/SmG/BFBC2 parsers, Plugin development
« Reply #6 on: February 27, 2010, 02:52:06 AM »

maybe you can provide a b3.log showing that ?
Logged

B3 Contrib/Support
*
OS: Linux
Type: Home user
Gameservers: Over see 25 URT servers / B3 servers (not all mine)
Posts: 339
Offline Offline
WWW
« Reply #7 on: February 27, 2010, 02:53:11 AM »

when I get up today I'll set up the server and dump the log for ya
Logged
B3 Contrib/Support
*
OS: Linux
Type: Home user
Gameservers: Over see 25 URT servers / B3 servers (not all mine)
Posts: 339
Offline Offline
WWW
« Reply #8 on: February 27, 2010, 09:20:05 PM »

Code:
100227 20:51:32 CONSOLE 0:28 InitRound: \sv_allowdownload\0\g_matchmode\0\g_gametype\3\sv_maxclients\20\sv_floodprotect\1\g_warmup\6\capturelimit\15\sv_hostname\The Play Ground Main [B3] \g_followstrict\1\fraglimit\0\timelimit\5\g_cahtime\15\g_swaproles\0\g_roundtime\3\g_bombexplodetime\49\g_bombdefusetime\7\g_hotpotato\2\g_waverespawns\0\g_redwave\0\g_bluewave\0\g_respawndelay\3\g_suddendeath\1\g_maxrounds\15\g_friendlyfire\1\g_allowvote\536870920\g_armbands\0\dmflags\0\sv_minRate\0\sv_maxRate\0\sv_minPing\0\sv_maxPing\0\sv_dlURL*\g_maxGameClients\0\g_deadchat\2\g_gear\0\g_teamnamered\Team Pro   \g_teamnameblue\Team N00b   \g_survivorrule\0\version\ioq3 1.35urt linux-i386 Jan 28 2009\protocol\68\mapname\ut4_abbey\sv_privateClients\0\bot_minplayers\0\ Admin\ryry46d9\ Email\ryry46d9@*\gamename\q3ut4\g_needpass\1\g_enableDust\0\g_enableBreath\0\g_antilagvis\0\g_survivor\0\g_enablePrecip\0\g_modversion\4.1\_url\ryry.mine.nu
100227 20:51:32 DEBUG   EVENT: OnInitround
100227 20:51:32 VERBOSE ...self.console.game.gameType: tdm
100227 20:51:32 DEBUG   Synchronizing client info
100227 20:51:32 VERBOSE RCON sending (192.168.6.50:27960) status
100227 20:51:32 DEBUG   Joining Players
100227 20:51:32 VERBOSE RCON sending (192.168.6.50:27960) status
100227 20:51:33 ERROR   RCON: ERROR reading: No readable socket
100227 20:51:33 VERBOSE RCON: retry sending status...
100227 20:51:33 VERBOSE Queueing event Game Round Start <b3.game.Game object at 0x9f90fcc>
100227 20:51:33 VERBOSE Parsing Event: Game Round Start: XlrstatsPlugin
100227 20:51:33 VERBOSE Parsing Event: Game Round Start: PoweradminurtPlugin
100227 20:51:33 DEBUG   PoweradminurtPlugin: Disabling the bots
100227 20:51:33 VERBOSE RCON sending (192.168.6.50:27960) set bot_minplayers 0
100227 20:51:34 DEBUG   PoweradminurtPlugin: Checking for bot support
100227 20:51:34 DEBUG   PoweradminurtPlugin: Enabling bots for this map
100227 20:51:34 DEBUG   PoweradminurtPlugin: Enabling the bots
100227 20:51:34 VERBOSE RCON sending (192.168.6.50:27960) set bot_minplayers 2
100227 20:51:34 VERBOSE Parsing Event: Game Round Start: KniferPlugin
100227 20:52:00 VERBOSE RCON sending (192.168.6.50:27960) status
100227 20:52:00 VERBOSE StatusPlugin: Building XML status
100227 20:52:00 DEBUG   StatusPlugin: Writing XML status to /home/b3/status.xml
100227 20:52:00 DEBUG   PoweradminurtPlugin: Checking Names
100227 20:52:00 DEBUG   PoweradminurtPlugin: Checking for idle Spectators
100227 20:52:36 CONSOLE 1:33 Hit: 0 1 3 1: RYRY46d9 hit RYRY in the Kevlar
100227 20:52:36 DEBUG   No victim
100227 20:52:36 CONSOLE 1:33 Hit: 0 1 4 1: RYRY46d9 hit RYRY in the Arms
100227 20:52:36 DEBUG   No victim
100227 20:52:36 CONSOLE 1:33 Hit: 0 1 4 1: RYRY46d9 hit RYRY in the Arms
100227 20:52:36 DEBUG   No victim
100227 20:52:37 CONSOLE 1:33 Hit: 0 1 4 1: RYRY46d9 hit RYRY in the Arms
100227 20:52:37 DEBUG   No victim
100227 20:52:37 CONSOLE 1:34 Hit: 0 1 4 1: RYRY46d9 hit RYRY in the Arms
100227 20:52:37 DEBUG   No victim
100227 20:52:37 CONSOLE 1:34 Kill: 1 0 12: RYRY46d9 killed RYRY by UT_MOD_KNIFE
100227 20:52:37 DEBUG   OnKill: 12 (RYRY46d9 killed RYRY by UT_MOD_KNIFE)
100227 20:52:37 VERBOSE RCON sending (192.168.6.50:27960) dumpuser 0
100227 20:52:37 VERBOSE Parsed user info {'racered': '2', 'ip': '192.168.6.253', 'sex': 'male', 'rate': '25000', 'cg_predictitems': '0', 'headmodel': 'sarge', 'port': '27960', 'team_model': 'james', 'cl_anonymous': '0', 'weapmodes': '00000111220000020000', 'cl_guid': '*', 'snaps': '20', 'cg_rgb': '128 128 128', 'gear': 'FcAAWRX', 'handicap': '100', 'team': -1, 'color1': '4', 'color2': '5', 'password': '*', 'cg_physics': '1', 'teamtask': '0', 'name': 'RYRY', 'cid': '0', 'team_headmodel': '*james', 'ut_timenudge': '30', 'raceblue': '2', 'model': 'sarge'}
100227 20:52:37 VERBOSE Queueing event Client Name Change RYRY
100227 20:52:37 VERBOSE 0 cid changed from None to 0
100227 20:52:37 DEBUG   Client Connected: [0] RYRY - * ({'guid': '*'})
100227 20:52:37 DEBUG   Storage: getClient <b3.clients.Client object at 0xa12d6cc>
100227 20:52:37 VERBOSE Queueing event Client Name Change RYRY
100227 20:52:37 VERBOSE Parsing Event: Client Name Change: PoweradminurtPlugin
100227 20:52:37 BOT     Client found in storage 560, welcome back RYRY
100227 20:52:37 VERBOSE Parsing Event: Client Name Change: PoweradminurtPlugin
100227 20:52:37 VERBOSE Queueing event Client Name Change RYRY
100227 20:52:37 DEBUG   Storage: setClient <b3.clients.Client object at 0xa12d6cc>
100227 20:52:37 DEBUG   Storage: setClient data {'time_add': 1267159065, 'time_edit': 1267332757, 'name': 'RYRY', 'group_bits': 0, 'ip': '192.168.6.253', 'auto_login': 1, 'greeting': '', 'pbid': '', 'connections': 22, 'mask_level': 0, 'guid': '*', 'id': 560}
100227 20:52:37 VERBOSE Parsing Event: Client Name Change: PoweradminurtPlugin
100227 20:52:37 DEBUG   Client Authorized: [0] RYRY - *
100227 20:52:37 VERBOSE Queueing event Client Authenticated <b3.clients.Client object at 0xa12d6cc>
100227 20:52:37 VERBOSE RCON sending (192.168.6.50:27960) dumpuser 1
100227 20:52:37 VERBOSE Parsing Event: Client Authenticated: WelcomePlugin
100227 20:52:38 VERBOSE Parsing Event: Client Authenticated: PoweradminurtPlugin
100227 20:52:38 VERBOSE Parsing Event: Client Authenticated: CtimePlugin
100227 20:52:38 DEBUG   CtimePlugin: CTIME CONNECTED: Client exist! : 0
100227 20:52:38 DEBUG   CtimePlugin: CTIME RECONNECTED: Player RYRY^7 connected again, but playing since: 2010-02-27 20:00:04.432843
100227 20:52:38 VERBOSE Parsing Event: Client Authenticated: BanlistPlugin
100227 20:52:38 DEBUG   BanlistPlugin: checking slot: 0, RYRY, 192.168.6.253, *
100227 20:52:38 VERBOSE Parsing Event: Client Authenticated: ForumlinkPlugin
100227 20:52:38 VERBOSE Parsed user info {'racered': '2', 'ip': '192.168.6.253', 'sex': 'male', 'rate': '25000', 'cg_predictitems': '0', 'headmodel': 'sarge', 'port': '1025', 'team_model': 'james', 'cl_anonymous': '0', 'funred': 'deadeye,deer,wingz', 'weapmodes': '00000100020000020002', 'cl_guid': '*', 'funblue': 'achmed,knifeme,wings', 'snaps': '20', 'cg_rgb': '255 255 0', 'gear': 'GaAOVUA', 'handicap': '100', 'team': -1, 'color1': '4', 'color2': '5', 'password': '*", 'cg_physics': '1', 'teamtask': '0', 'name': 'RYRY46d9', 'cid': '1', 'team_headmodel': '*james', 'ut_timenudge': '30', 'raceblue': '2', 'model': 'sarge'}
100227 20:52:38 VERBOSE Queueing event Client Name Change RYRY46d9
100227 20:52:38 VERBOSE 0 cid changed from None to 1
100227 20:52:38 DEBUG   Client Connected: [1] RYRY46d9 - * ({'guid': '*'})
100227 20:52:38 DEBUG   Storage: getClient <b3.clients.Client object at 0xa12d1ec>
100227 20:52:38 VERBOSE Queueing event Client Name Change RYRY46d9
100227 20:52:38 VERBOSE Parsing Event: Client Name Change: PoweradminurtPlugin
100227 20:52:38 BOT     Client found in storage 2, welcome back RYRY46d9
100227 20:52:38 VERBOSE Queueing event Client Name Change RYRY46d9
100227 20:52:38 VERBOSE Parsing Event: Client Name Change: PoweradminurtPlugin
100227 20:52:38 DEBUG   Storage: setClient <b3.clients.Client object at 0xa12d1ec>
100227 20:52:38 DEBUG   Storage: setClient data {'time_add': 1265536857, 'time_edit': 1267332758, 'name': 'RYRY46d9', 'group_bits': 128, 'ip': '192.168.6.253', 'auto_login': 1, 'greeting': '', 'pbid': '', 'connections': 178, 'mask_level': 0, 'guid': '*', 'id': 2}
100227 20:52:38 DEBUG   Client Authorized: [1] RYRY46d9 - *
100227 20:52:38 VERBOSE Queueing event Client Authenticated <b3.clients.Client object at 0xa12d1ec>
100227 20:52:38 VERBOSE Parsing Event: Client Name Change: PoweradminurtPlugin
100227 20:52:38 VERBOSE Queueing event Client Kill (100, '12', 'body', 'UT_MOD_KNIFE')
100227 20:52:38 VERBOSE Parsing Event: Client Authenticated: WelcomePlugin
100227 20:52:38 VERBOSE Parsing Event: Client Authenticated: PoweradminurtPlugin
100227 20:52:38 VERBOSE Parsing Event: Client Authenticated: CtimePlugin
100227 20:52:38 DEBUG   CtimePlugin: CTIME CONNECTED: Client exist! : 1
100227 20:52:38 DEBUG   CtimePlugin: CTIME RECONNECTED: Player RYRY46d9^7 connected again, but playing since: 2010-02-27 20:00:31.731435
100227 20:52:38 VERBOSE Parsing Event: Client Authenticated: BanlistPlugin
100227 20:52:38 DEBUG   BanlistPlugin: checking slot: 1, RYRY46d9, 192.168.6.253, *
100227 20:52:38 VERBOSE Parsing Event: Client Authenticated: ForumlinkPlugin
100227 20:52:38 VERBOSE Parsing Event: Client Kill: StatsPlugin
100227 20:52:38 VERBOSE stats vshift 0.5
100227 20:52:38 VERBOSE Parsing Event: Client Kill: XlrstatsPlugin
100227 20:52:38 VERBOSE Parsing Event: Client Kill: SpreePlugin
100227 20:52:38 VERBOSE Parsing Event: Client Kill: HeadshotsurtPlugin
100227 20:52:38 VERBOSE Parsing Event: Client Kill: KniferPlugin
100227 20:52:38 VERBOSE RCON sending (192.168.6.50:27960) bigtext "^3RYRY46d9^7 ^7: first knife kill"
100227 20:52:39 DEBUG   KniferPlugin: Client RYRY46d9, 1 knife kills
100227 20:52:45 CONSOLE 1:42 Hit: 0 1 3 1: RYRY46d9 hit RYRY in the Kevlar
100227 20:52:45 VERBOSE Queueing event Client Damage (15, '1', '3')
100227 20:52:45 VERBOSE Parsing Event: Client Damage: StatsPlugin
100227 20:52:45 VERBOSE Parsing Event: Client Damage: PoweradminurtPlugin
100227 20:52:46 CONSOLE 1:42 Hit: 0 1 3 1: RYRY46d9 hit RYRY in the Kevlar
100227 20:52:46 VERBOSE Queueing event Client Damage (15, '1', '3')
100227 20:52:46 VERBOSE Parsing Event: Client Damage: StatsPlugin
100227 20:52:46 VERBOSE Parsing Event: Client Damage: PoweradminurtPlugin
100227 20:52:46 CONSOLE 1:43 Hit: 0 1 3 1: RYRY46d9 hit RYRY in the Kevlar
100227 20:52:46 VERBOSE Queueing event Client Damage (15, '1', '3')
100227 20:52:46 VERBOSE Parsing Event: Client Damage: StatsPlugin
100227 20:52:46 CONSOLE 1:43 Kill: 1 0 12: RYRY46d9 killed RYRY by UT_MOD_KNIFE
100227 20:52:46 DEBUG   OnKill: 12 (RYRY46d9 killed RYRY by UT_MOD_KNIFE)
100227 20:52:46 VERBOSE Queueing event Client Kill (100, '12', '3', 'UT_MOD_KNIFE')
100227 20:52:46 VERBOSE Parsing Event: Client Damage: PoweradminurtPlugin
100227 20:52:46 VERBOSE Parsing Event: Client Kill: StatsPlugin
100227 20:52:46 VERBOSE stats vshift 0.574712643678
100227 20:52:46 VERBOSE Parsing Event: Client Kill: XlrstatsPlugin
100227 20:52:46 VERBOSE Parsing Event: Client Kill: SpreePlugin
100227 20:52:46 VERBOSE Parsing Event: Client Kill: HeadshotsurtPlugin
100227 20:52:46 VERBOSE Parsing Event: Client Kill: KniferPlugin
100227 20:52:46 DEBUG   KniferPlugin: Client RYRY46d9, 2 knife kills
100227 20:52:53 CONSOLE 1:50 Kill: 0 0 10: RYRY killed RYRY by MOD_CHANGE_TEAM
100227 20:52:53 DEBUG   OnKill: 10 (RYRY killed RYRY by MOD_CHANGE_TEAM)
100227 20:52:53 VERBOSE Team Change Event Caught, exiting
100227 20:52:53 CONSOLE 1:50 ClientUserinfo: 0 \ip\192.168.6.253:27960\name\RYRY\password\46d9\racered\2\raceblue\2\rate\25000\ut_timenudge\30\cg_rgb\128 128 128\cg_predictitems\0\cg_physics\1\gear\FcAAWRX\cl_anonymous\0\sex\male\handicap\100\color2\5\color1\4\team_headmodel\*james\team_model\james\headmodel\sarge\model\sarge\snaps\20\teamtask\0\cl_guid\*\weapmodes\00000111220000020000
100227 20:52:53 VERBOSE Parsed user info {'racered': '2', 'ip': '192.168.6.253', 'sex': 'male', 'rate': '25000', 'cg_predictitems': '0', 'headmodel': 'sarge', 'port': '27960', 'team_model': 'james', 'cl_anonymous': '0', 'weapmodes': '00000111220000020000', 'cl_guid': '*', 'snaps': '20', 'cg_rgb': '128 128 128', 'gear': 'FcAAWRX', 'handicap': '100', 'team': -1, 'color1': '4', 'color2': '5', 'password': '*', 'cg_physics': '1', 'teamtask': '0', 'name': 'RYRY', 'cid': '0', 'team_headmodel': '*james', 'ut_timenudge': '30', 'raceblue': '2', 'model': 'sarge'}
100227 20:52:53 VERBOSE Queueing event Client Name Change RYRY
100227 20:52:53 VERBOSE 560 cid changed from 0 to 0
100227 20:52:53 VERBOSE Parsing Event: Client Name Change: PoweradminurtPlugin
100227 20:52:53 CONSOLE 1:50 ClientUserinfoChanged: 0 n\RYRY\t\3\r\2\tl\0\f0\\f1\\f2\\a0\128\a1\128\a2\128
100227 20:52:53 VERBOSE Parsed user info {'name': 'RYRY', 'cid': '0', 'n': 'RYRY', 'a1': '128', 'a0': '128', 'tl': '0', 'r': '2', 't': '3', 'team': 1, 'a2': '128'}
100227 20:52:53 VERBOSE Queueing event Client Name Change RYRY
100227 20:52:53 VERBOSE 560 cid changed from 0 to 0
100227 20:52:53 VERBOSE Queueing event Client Team Change 1
100227 20:52:53 VERBOSE Parsing Event: Client Name Change: PoweradminurtPlugin
100227 20:52:53 VERBOSE Parsing Event: Client Team Change: PoweradminurtPlugin
100227 20:52:53 VERBOSE PoweradminurtPlugin: Client variable teamtime set to: 1267332773
100227 20:52:53 VERBOSE PoweradminurtPlugin: Teamchanged cid: 0, name: RYRY, team: 1
100227 20:52:53 VERBOSE PoweradminurtPlugin: Player joined specs
100227 20:52:53 CONSOLE 1:50 ClientBegin: 0
100227 20:52:53 VERBOSE RCON sending (192.168.6.50:27960) tell 1 ^2(^2The Babysitter^2)^7: ^3[pm]^7 You have ^10^7 unread private messages, and you have ^10^7 unread forum posts
100227 20:53:00 VERBOSE RCON sending (192.168.6.50:27960) status
100227 20:53:00 VERBOSE StatusPlugin: Building XML status
100227 20:53:00 DEBUG   StatusPlugin: Writing XML status to /home/b3/status.xml
100227 20:53:00 DEBUG   PoweradminurtPlugin: Checking Names
100227 20:53:00 DEBUG   PoweradminurtPlugin: No players to warn
100227 20:53:00 DEBUG   PoweradminurtPlugin: No players to warn
100227 20:53:00 VERBOSE PoweradminurtPlugin: Checking for balancing
100227 20:53:00 VERBOSE RCON sending (192.168.6.50:27960) g_redteamlist
100227 20:53:01 DEBUG   Get cvar g_redteamlist = ["g_redTeamList" is:"^7", the default]
100227 20:53:01 VERBOSE RCON sending (192.168.6.50:27960) g_blueteamlist
100227 20:53:01 DEBUG   Get cvar g_blueteamlist = ["g_blueTeamList" is:"B^7" default:"^7"]
100227 20:53:01 VERBOSE PoweradminurtPlugin: Teambalance: Teams are balanced, red: 0, blue: 1 (diff: 1)
100227 20:53:01 VERBOSE RCON sending (192.168.6.50:27960) status
100227 20:53:02 INFO    BanlistPlugin: [ts] updating from ftp://*:*@63.208.142.101/q3ut4/63.208.142.101:27960/q3ut4/banlist.txt
100227 20:53:02 INFO    BanlistPlugin: checking all connected players
100227 20:53:02 DEBUG   BanlistPlugin: checking slot: 1, RYRY46d9, 192.168.6.253, *
100227 20:53:02 DEBUG   BanlistPlugin: checking slot: 0, RYRY, 192.168.6.253, *
100227 20:53:08 DEBUG   WelcomePlugin: LastVisit: 08:44PM PST 02/27/10
100227 20:53:08 DEBUG   WelcomePlugin: Client already welcomed in the past hour
100227 20:53:08 DEBUG   WelcomePlugin: LastVisit: 08:45PM PST 02/27/10
100227 20:53:08 DEBUG   WelcomePlugin: Client already welcomed in the past hour
so now I got the two going take one to spec and no bot comes.
poweradminurt.xml
Code:
<!-- BOTSUPPORT IS VERY UNSTABLE! IT MAY CRASH YOUR SERVER PLENTY! -->
        <settings name="botsupport">
                <!-- enable bots for the server -->
                <set name="bot_enable">True</set>
                <!-- skill level of the bots 1-5 -->
                <set name="bot_skill">4</set>
                <!-- will add bots untill this number of players is reached -->
                <set name="bot_minplayers">2</set>
                <!-- maps that have proven to be stable to support bots, be very carefull! -->
                <set name="bot_maps">ut4_abbey ut4_austria</set>
        </settings>
mapcycle.txt
Code:
ut4_abbey
ut4_algiers
ut4_austria
« Last Edit: February 27, 2010, 09:32:21 PM by ryry46d9 » Logged
B3 Contrib/Support
*
OS: Linux
Type: Home user
Gameservers: Over see 25 URT servers / B3 servers (not all mine)
Posts: 339
Offline Offline
WWW
« Reply #9 on: April 05, 2010, 12:19:58 PM »

ok so, I'm back at this again. Now they will come and go but lets say the sever only has one player 3 bots will load. Second player joins, one bot leaves. The question I have now is bot_minplayer is set to twenty but is stuck at 4. 4 real players = no bots. where do I go poking around to edit this function.

Code:
(b3) v1.2.2b-20100224

Code:
<settings name="botsupport">
        <set name="bot_enable">True</set>
        <set name="bot_skill">4</set>
        <set name="bot_minplayers">20</set>
        <set name="bot_maps">ut4_abbey ut4_algiers kellblack ut4_austria ut4_riyadh ut_pacman</set>
</settings>
 

Map cycle is the same as bot_maps with no extra maps on the server (SR8 practice)

also if I don't have bot_enable 1  set in the server.cfg, I get no bots at all. every map start it will call to unsupported map. 
Logged
Tags: urt  urbanterror  bots  poweradminurt 
Pages: [1]   Go Up
  Print  
 
Jump to:  


Rate this page +1 at Google Search


SimplePortal 2.3.1 © 2008-2009, SimplePortal