Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Max_Packet_entites request #217

Open
stylez1989 opened this issue Feb 15, 2024 · 2 comments
Open

Max_Packet_entites request #217

stylez1989 opened this issue Feb 15, 2024 · 2 comments
Labels
bug Something isn't working client Client-side related

Comments

@stylez1989
Copy link

stylez1989 commented Feb 15, 2024

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?

@stylez1989 stylez1989 changed the title Max_Packet_entites Max_Packet_entites request Feb 15, 2024
@tmp64 tmp64 added bug Something isn't working client Client-side related labels Feb 17, 2024
@tmp64
Copy link
Owner

tmp64 commented Feb 17, 2024

Do clients get an error message when they are kicked?

@stylez1989
Copy link
Author

Host_EndGame: CL_ParsePacketEntities: newindex == MAX_PACKET_ENTITIES

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working client Client-side related
Projects
None yet
Development

No branches or pull requests

2 participants