[Help] Cant increase player limit

Status
Not open for further replies.
Newbie Spellweaver
Joined
Nov 23, 2006
Messages
46
Reaction score
0
Hi i want to increase the player limit in the Deathmatch to 32. Someone told me to make a new line saying 32 but its not coming up as an option in game. Heres my config file.

gametypecfg.xml

<?xml version="1.0" encoding="UTF-8"?>
<XML>
<GAMETYPE id="0"> <!-- GAMETYPE_DEATHMATCH_SOLO -->
<ROUNDS round="10" str="10" />
<ROUNDS round="20" str="20" />
<ROUNDS round="30" str="30" />
<ROUNDS round="50" str="50" default="true" />
<ROUNDS round="70" str="70" />
<ROUNDS round="100" str="100" />
<ROUNDS round="150" str="150" />
<ROUNDS round="200" str="200" />
<LIMITTIME sec="99999" str="Infinite" />
<LIMITTIME sec="10" str="10 min" />
<LIMITTIME sec="20" str="20 min" />
<LIMITTIME sec="30" str="30 min" default="true" />
<LIMITTIME sec="40" str="40 min" />
<LIMITTIME sec="50" str="50 min" />
<LIMITTIME sec="60" str="60 min" />
<MAXPLAYERS player="4" str="4" />
<MAXPLAYERS player="8" str="8" default="true" />
<MAXPLAYERS player="12" str="12" />
<MAXPLAYERS player="16" str="16" />
<MAXPLAYERS player="32" str="32" />
</GAMETYPE>
 
I know what you mean...

I'm trying to make a server where the round limit is 99999. It's almost infinite, you see. No one passes all the day playing, but if someone could, and make one frag per second, he'll do 84600 frags. I know the both conditions are impossible, so... it's infinite.
 
Upvote 0
I know what you mean...

I'm trying to make a server where the round limit is 99999. It's almost infinite, you see. No one passes all the day playing, but if someone could, and make one frag per second, he'll do 84600 frags. I know the both conditions are impossible, so... it's infinite.
Nah, use -1 Frags, thats literally impossible. With plvling, I've reached 100k+ kills on the official servers, but the game resets to round 1 so it cant end the game.
 
Upvote 0
Im having the same issue, Same with quest I set up to 16 and set it as default and put the file in the server aswell, and wen i go into quest mode it flashs 16 player for half a second then goes to 4, and wen i check the options it only allows 4 players.... same with deathmatch, cept I tried 32 players instead of 16, And Im usin the BR server client.
 
Upvote 0
Status
Not open for further replies.
Back