Batfoxkid / Freak-Fortress-2-Rewrite

The gamemode that's now also a standalone boss maker.
https://forums.alliedmods.net/forumdisplay.php?f=154
GNU General Public License v3.0
17 stars 7 forks source link

[Request] Increase maxplayers to above 66 #188

Open DanishSoup opened 5 months ago

DanishSoup commented 5 months ago

Description

In our server, the maximum amount of players there can be (not join) is over the current maxplayers amount that is present in the precompiled version of ff2:r which is 66.

Applications

Changing this value in clients.inc to 256 will help with servers that go above the 66 maxplayers limit. Helps server owners not have to compile the plugin themselves and just drag and drop updates

Code Snippet

If applicable, a code snippet of the feature and the source if it came from someone else.

Other Information

Add any other context about the feature request here.

naydef commented 5 months ago

Latest SM 1.12 already has this constant set to 101, aka 100 players. I guess compiling with latest SM 1.12 compiler is what should be done here. We better not tamper with SM provided include files, even less changing MAXPLAYERS to a value more than 100.