tmp64 / BugfixedHL-Rebased

Bugfixed and improved Half-Life
GNU General Public License v3.0
109 stars 21 forks source link

Max_Packet_entites request #217

Open stylez1989 opened 4 months ago

stylez1989 commented 4 months ago

Some of my players that are using the bugfixedhl client are starting to get

CL_ParsePacketEntities: new index==Max_Packet_Entities

I do understand it's reaching max point entities on my server but since it's not affecting the original client I assume we can get this fixed.

While the players using the original 25th client doesn't get kicked for this, I assume the 25th Entities is higher value than the current version of bugfixedhl.

I do know they can fix this with a few commands in the launch parameters but for the players that don't read the motd to do this if they are getting kicked can get annoying.

Fixing this will require, -num_edicts 3072 in launch parameters.

Can we up the Edicts on the actual bugfixedhl end on a update so we don't have to tell everyone to do this?

tmp64 commented 4 months ago

Do clients get an error message when they are kicked?

stylez1989 commented 4 months ago

Host_EndGame: CL_ParsePacketEntities: newindex == MAX_PACKET_ENTITIES

It just kicks them back to the main screen and shows that in console