#How to force server update?
1 messages · Page 1 of 1 (latest)
Are you able to access the SteamCMD?
its dedicated but one of their dudes took a look and did something. Testing it now. I think it was on their end somehow.
Also was it you who told me about checking the version in the debug log? Good look. Up until now the server had just been updating but I hadn't noticed a place to confirm it.
once you updated did you have any issues with account passwords?
SteamCMD is one of the ways to run a dedicated server. I believe it's the most common method.
I have not, but I have noticed other people did. Feel free to check out this thread for that specific issue: https://discord.com/channels/136501320340209664/1462809642374664255
yeah
I had the realization they changed the whitelist system
I added my SteamID to the allowed list and im in.
Nice!
what is annoying is now collecting all of my players steamID and adding them
I also dont seem to have admin access despite giving it to myself again.
Are you well-versed enough to know how to use a SQL database editor/viewer? If so, I believe you can go through one of your server's db files that should list all of your players and see their steamIDs there. Even better you could make a script that uses something like rcon to handle adding them all to your server.
But if your players play, you could temporarily do open=true and let them get in to handle their username and password stuff as it is, then switching open=false later when they've all done it.
You have done the /setaccesslevel <name> admin?
Hmm... Perhaps something changed with the new whitelist thing. I'll look into it.
I just had a glance over the source code and it looks like authClient forgets to look up the user's role before returning result when whitelisted via SteamID and open=false. Already reported it as well
Interesting. That would explain why my open=true server isn't having the issue.
Correct, I tested that as well
I am only fundamentally knowledged on SQL databases haha. I will poke around but in the mean time they're just DMing me.
Fair enough. 😂 Glad you got it fixed, even if it's requiring some extra labor. Enjoy playing!
Yeah, like @grim lichen said, that seems to be an issue with the game's source code checking and authorizing roles.
For now you may have to give yourself admin each time.
thats not working either.
Huh... Maybe try the setaccesslevel but instead of your name try your SteamID? Not sure.
tried that too
whats weirder is my admin character still has some admin powrs.