I've got the problem that a bot is joining my server when a match has started and the last player leaves the server before the match has ended. When I reconnect to the server the bot leaves. But I don't want any bots to join at any time. Numplay is already 0. Does someone know how to avoid this?
Announcement
Collapse
No announcement yet.
Bot joining when the last player leaves
Collapse
X
-
UT3.exe server DM-Deck?MaxPlayers=10?PureServer=1?ForceRespawn=True? PlayersMustBeReady=False?VoteDuration=20?MinNetPla yers=0?bUsesStats=True?bAllowJoinInProgress=True?N umPublicConnections=10?NumPrivateConnections=0?Num OpenPublicConnections=10?NumOpenPrivateConnections =0?game=UTGame.UTDuelGame?Mutator=0?ServerDescript ion=0460001000001010000320000690001080001050001160 00101000045000077000097000114000105000110000101000 11500003200006700010800009700011000011500010100011 4000118000101000114000?GoalScore=0?TimeLimit=15?bA llowInvites=True?bUsesPresence=True?bAllowJoinViaP resence=True?numplay=0
Thats it
Comment
-
Hmm...I've not run Duel, so I don't know if that is having some effect.
There is a bunch of unnecessary stuff on the command line. At a minimum you can shorten it to this:
Code:UT3.exe server DM-Deck?game=UTGame.UTDuelGame?MaxPlayers=10?GoalScore=0?TimeLimit=15?Numplay=0?ForceRespawn=True?PlayersMustBeReady=False?VoteDuration=20?MinNetPlayers=0?ServerDescript ion=0460001000001010000320000690001080001050001160 00101000045000077000097000114000105000110000101000115000032000067000108000097000110000115000101000114000118000101000114000
http://utforums.epicgames.com/showthread.php?t=592120
Comment
Comment