Here's what you wanted (Upped playerlimit)

  • Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Dark-Reaper

FNG / Fresh Meat
May 15, 2009
21
0
0
Was it that :

ROServerLoading
ServerPackages=KFMMaxPlayerMod

?


Edit : No, it wasn't that, I restarted my server and it went back to 6 players.
 
Last edited:

bfsilas

FNG / Fresh Meat
May 17, 2009
29
0
0
WHEEEEHEHEHEHEHEEHEHEE
I done with my webadmin hack!
if you paste in your browser link
http://login:p***@serverIP:8075/ServerAdmin/current_console?SendText=set Engine.GameInfo MaxPlayers 20
you will get 20 players server! i running my server on linux so i make that command repeat in browser with CRON.
I dont lnow how to do it on windows.

just a heads up if you have a firefox auto refresh addon this could work

The url is shortened to get the full url just rightclick and copy link location

[URL="http://login***@serverIP:8075/ServerAdmin/current_console?SendText=set%20Engine.GameInfo%20MaxPlayers%2020"]LINKAGE
[/URL]
 
Last edited:

arramus

FNG / Fresh Meat
May 8, 2009
1,142
57
0
Residing in Japan
Hehe. It didn't take too long for a workaround to be found. Let's see if the mappers oblige from hereon with content aimed at large player counts or if it'll remain trading room sardines. Well done anyway. There'll be smiles and frowns all round. :D
 

h1ng

FNG / Fresh Meat
May 21, 2009
6
0
0
agrh this forum a bit buggy...
LiNUX man:
i running my kf server on debian linux os.
first, lets install elinks browser
Code:
sudo apt-get install elinks
Command will look like this:
Code:
elinks "http://1:2@192.168.0.103:8075/ServerAdmin/current_console?SendText=set Engine.GameInfo MaxPlayers 20"
Where 1 is your login, 2 your pass, and 192.168.0.103 server ip

Now we need to configure CRON
Type in terminal

Code:
sudo crontab -e
and add this in bottom
Code:
*/03   * * * *  elinks "http://1:2@192.168.0.103:8075/ServerAdmin/current_console?SendText=set Engine.GameInfo MaxPlayers 20"
Thats will repeat command every 30 secs..

In windows u can use smt like i Macros+]
 

h1ng

FNG / Fresh Meat
May 21, 2009
6
0
0
You can also try to do something with netcat, but it not realy easy like browser=]
 

SlayVus

FNG / Fresh Meat
May 17, 2009
26
4
0
So we need to keep a browser window open 24/7 running this "command" ?

I have two tabs open in FireFox auto-refreshing and the server open at the same time on the same PC.

CPU usage never goes over 40% and RAM usage for the server and FF combined is never above 250MB.
 

Glassman

FNG / Fresh Meat
May 27, 2009
6
0
0
Mind if i asked how you get the 64 zombies?? If It is here and I missed it I am sorry.

Thanks.

Also are you able to keep it from kicking 6 of your players at map rotate??
 

p0stal

FNG / Fresh Meat
May 26, 2009
9
0
0
Mind if i asked how you get the 64 zombies?? If It is here and I missed it I am sorry.

Thanks.

Also are you able to keep it from kicking 6 of your players at map rotate??


type this in console:

set KFMod.KFGameType MaxZombiesOnce 64
 

slayerduck

FNG / Fresh Meat
May 21, 2009
33
0
0
and it does not disable perks ?
EDIT:
Nvm it does not, works fine on my server. Thanks
 
Last edited: