Open FlorianSW opened 2 years ago
It actually isn't that easy to add trailing whitespaces to the your player name anymore. It looks like Steam added some additional validation here and simply strips away the whitespaces. So this player I mentioned probably has some old name set, still.
However, as we had the same issue just yesterday again, but with another name, I was able to reproduce. As some background:
the players name is [NSK] | desp3rado | vi'D
, however, as the name in HLL seems to have a different length limit then in Steam, it is currently stripped to be [NSK] | desp3rado |
and it shows up like that in the RCon. However, when executing playerinfo [NSK] | desp3rado |
returns with a FAIL:
Got FAIL for playerinfo [NSK] | desp3rado |
Using the "official" RCon tool provided by the GSP returns FAIL
as well :/ So this really looks a bit more like a game server side RCon issue.
Update: I got the response from Team17, that this issue with trailing whitespaces should be fixed with the next update. I'll wait for it to verify that afterwards. I did not get any more info, yet, on how this is fixed (like either the whitespace needs to be there, should be removed (trim), or if the name should be quoted. Let's see 😅)
Good stuff. Thanks for the follow up with T17
On Sat, 27 Aug 2022 at 16:36, Florian @.***> wrote:
Update: I got the response from Team17, that this issue with trailing whitespaces should be fixed with the next update. I'll wait for it to verify that afterwards. I did not get any more info, yet, on how this is fixed (like either the whitespace needs to be there, should be removed (trim), or if the name should be quoted. Let's see 😅)
— Reply to this email directly, view it on GitHub https://github.com/MarechJ/hll_rcon_tool/issues/116#issuecomment-1229204396, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABB5JQD3PXNVRANZBLYSPIDV3IRVRANCNFSM5354XN3Q . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Just checked this again and.. what should I say: It is still the same behavior as before U13 🤷 I'll get in touch with T17 again to find out what they actually tried to fix and how.
Thanks for following up. it's quite annoying indeed, to have that 1% of failure especially in the automoderation. We could potentially make those guys immune but that may lead to abuses / bypasses.
And for stats gather, well, we're just screwed.
Just for your interest: U14 did not fix this issue 🤷
As we still can't rely on a fix from game developers, we may try to change CRCON behavior. Please give some advice on my suggestion here : https://github.com/MarechJ/hll_rcon_tool/issues/249
CRCON v9.1.0 introduces the option to warn/kick these bad profile players when they join.
I would really like to keep this issue open as a reminder to check this from time to time, if the underlying issue is fixed by T17. Right now, anything that we implemented is an ugly workaround only :)
I actually do not know if the trailing whitespaces are the real issue here, however, the following error popped up in our logs for an otherwise legitimate looking player:
I can provide the actual steam ID if that would be of help, however, I'm not comfortable sharing that here publicly :)