Has anyone ever had issues with their code mods causing CL_ParsePacketEntities errors when they try to run their mods server only?
Right now, OJP Basic runs fine when the clients log in with the client component running but otherwise the game crashs with a CL_ParsePacketEntities error after a few minutes.
This is with 100% legal copies of the game.
i never had this problem
this is the server which crashes?
or is it only the clients?
or both?
also if in OJP the client compoent is absolutly required, you will have to put a sv_pure 1
if not, you could have mismatch between data structures waited by the server and those waited by the client
i didn't have those problem with JA+ because i made the client component behave like a plugin that is not required..
the server can run with players that don't have it or have it at the same time..
but as far as i know the client component for OJP is required..
so you will have to set sv_pure 1
It's the clients that crash.
As for a mismatch of data structures, I don't think that's possible as I haven't changed any of them. The only thing that I think I've changed is the configstrings but I don't think that messes things up.