try set the affected files to write protected if you use BFserver ManagerGrabbi wrote:the BFserver Manager 2.01 (final) writes EACH time ServerSettings.con NEW before it starts the dedicated server with the max 64 value (32).
BF42 server with 128 players?
Re: BF42 server with 128 players?
first thing I did
doesn t work, cause then the BFSM Server Manager shows a error popup and shuts down
Onliest way is to write an own server manager / admin tool or Tuia is able to modify the bfsm exe and unlock it
doesn t work, cause then the BFSM Server Manager shows a error popup and shuts down
Onliest way is to write an own server manager / admin tool or Tuia is able to modify the bfsm exe and unlock it
[url=bf1942://85.214.226.169:14567][/url]
Re: BF42 server with 128 players?
Yes, that's an annoying problem in BFServerManager. It has also another limitation, any player ID with a number greater than 64 can't be targeted with admin commands, like !kick .73. I found what to change in the code to solve that. However, I couldn't came up with a solution for the maximum players limit to 64 in BFSM.
Re: BF42 server with 128 players?
try and put the "game.serverMaxPlayers" somewhere it reads "late" in the server files, it should overrun the bfmanager settings.
edit: dropping it in the init.con file in the game.rfa seems to work, not the quickest way to change a value on but perhaps ok until there is a better solution.Grabbi wrote:first thing I did
doesn t work, cause then the BFSM Server Manager shows a error popup and shuts down
Onliest way is to write an own server manager / admin tool or Tuia is able to modify the bfsm exe and unlock it
Re: BF42 server with 128 players?
Thank you, freddy!
Re: BF42 server with 128 players?
this is a easier way to change values, by using this line in the game.rfa init.con
then make the file "maxplayers.con" containing the game.serverMaxPlayers code and put it in servers directory /mods/bf1942
now values can be changed easily with notepad or edited on the fly over ftp.
Code: Select all
run ../../mods/bf1942/maxplayers.con
now values can be changed easily with notepad or edited on the fly over ftp.
Re: BF42 server with 128 players?
Amazing!
Can someone please give me the steps on how to play coop with 127 bots on my local machine? I'm a noob at those server things. I downloaded the patched exe along with BFSM but couldn't raise the player count higher than 64.
Can someone please give me the steps on how to play coop with 127 bots on my local machine? I'm a noob at those server things. I downloaded the patched exe along with BFSM but couldn't raise the player count higher than 64.
Re: BF42 server with 128 players?
sureexe wrote:Amazing!
Can someone please give me the steps on how to play coop with 127 bots on my local machine? I'm a noob at those server things. I downloaded the patched exe along with BFSM but couldn't raise the player count higher than 64.
freddy wrote:try and put the "game.serverMaxPlayers" somewhere it reads "late" in the server files, it should overrun the bfmanager settings.
edit: dropping it in the init.con file in the game.rfa seems to work, not the quickest way to change a value on but perhaps ok until there is a better solution.
and finallyfreddy wrote:this is a easier way to change values, by using this line in the game.rfa init.conthen make the file "maxplayers.con" containing the game.serverMaxPlayers code and put it in servers directory /mods/bf1942Code: Select all
run ../../mods/bf1942/maxplayers.con
now values can be changed easily with notepad or edited on the fly over ftp.
freddy wrote:1: to get more bots in coop-mode open the file AIdefault.con in game.rfa and raise the value on "aiSettings.setMaxNBots"
Re: BF42 server with 128 players?
Hmm I think I did all that and it still doesn't work.
Changing init.con:
Creating maxplayers.con:
Changing AIdefault.con:
Now it shows 128 players in the server list, but when I'm in the game it's still only 64 bots.
Changing init.con:
Creating maxplayers.con:
Changing AIdefault.con:
Now it shows 128 players in the server list, but when I'm in the game it's still only 64 bots.
-
- Posts: 1
- Joined: Mon Jun 25, 2012 11:53 am
Re: BF42 server with 128 players?
Very good job Tuis, and Freddy. Both of you are genius. I would like to know if it is possible to hack maximum size of map?