SRCDS Steam group


[HOW TO] Team Fortress 2 +maxplayers 32
#1
OUT OF DATE

Goto:

http://forums.srcds.com/viewtopic/5254

________________________________________________


http://youngteam.eu/files/tf2/v1.0.0.1/server.dll

Modded server.dll to allow for 32 players.

Back-up your existing server.dll from \tf2\bin before replacing.

After you've replaced the file, go to \tf2\cfg\valve.rc and open this file in notepad or something similar. Add:

Code:
maxplayers 32

and add the usual:

Code:
+maxplayers 32

in your startup parameters.
Reply
#2
Good work Muppet!
Reply
#3
Cheers, you can get a 64 player modded server.dll too, but apparently weird things happen to the netcode, scoreboard etc.

Here is a proper 'HOW TO' of how to edit the server.dll yourself!

Using Hex Editor (I myself use PSPad), you need to open your server.dll in \tf\bin\ and search the file for the following set of values (I go to Search and type in 'C7 01 18' - instead of typing the whole line out):

C7 01 18 00 00 00 C7 02

and change the '18' to '20'

C7 01 20 00 00 00 C7 02


After you've done that go to \tf2\cfg\valve.rc and open this file in notepad or something similar. Add:

Code:
maxplayers 32

and add the usual:

Code:
+maxplayers 32

in your startup parameters.
Reply
#4
Nice stuff Muppet.

There is also a server plugin that you can get here that also removes the limit. Make sure you get the one that says "Player Limit Remover Windows 1.1 (TF2)" and not the other since the other one isn't for TF2.

The rar file contains a dll only, so you will have to setup the vdf manually.
Reply
#5
Cool, would be easier for people running windows now. Won't have to keep editing the server.dll every time there is an update Wink
Reply
#6
Linux version coming soon too, if that helps.

Edit: Linux version now available. Same link.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)