fps drops probably because we render more stuff that is not part of the view. Could probably be fixed, by clipping more client-sided. Also the bandwidth only increases significat on maps that constantly generates new stuff, like explotions, or where thinks are moving. Some players do not increase the bandwidth that much @pilonpl
I had first made the changes to just not sending them if you have a new client. But then I thought, since some players said they do not like the freeze bar, it would be nice to letting them still see the stars if they turn of the freeze-bar. So now I evaluation two options, creating them in the client, or just send the option for freezebar with some other flags to the server, to let the client choose if he wants stars or not.
Generating the stars in the client is kind of a bad solution, because it would be similar to the double jump, that is currently generated in the client, that is not always generated or wrong generated
So I remove the option for the freeze bar? And what about the stars should I just send those only for old clients?
And if then after the release people prefer to have stars, we would only then work on that?
what do you mean xD It is rendered in the client ^^, there is no need to generate a freeze bar. The client just uses the freeze information and turn it into a bar
I wanted to add two flags to one message package that we send anyway for showothers.
1. If the new hud is aktiv -> then I do not send the info messages e.g. "you are in a solo part"
2. freeze bar is active -> then I do not send stars
13:49
if we just remove these options to not allow disabling the new hud, I would not need these flags
13:50
But the code would still be there, because of old clients xD
c0d3d3v
So I remove the option for the freeze bar? And what about the stars should I just send those only for old clients?
And if then after the release people prefer to have stars, we would only then work on that?
Can som1 help me ? Il trying to host and this happen :
[2022-06-07 22:16:47][register]: ERROR: the master server reports that clients can not connect to this server.
[2022-06-07 22:16:47][register]: ERROR: configure your firewall/nat to let through udp on port 8306.
Pinksky
Can som1 help me ? Il trying to host and this happen :
[2022-06-07 22:16:47][register]: ERROR: the master server reports that clients can not connect to this server.
[2022-06-07 22:16:47][register]: ERROR: configure your firewall/nat to let through udp on port 8306.