Challengermode / CoreRcon

A .NET Standard implementation of the Source RCON Protocol.
MIT License
70 stars 12 forks source link

Auth failure when attempting to connect to a Palworld server. #56

Closed Trekkan closed 7 months ago

Trekkan commented 7 months ago

I'm not sure what's wrong, but the RCON connection does work with a command line RCON utility (https://github.com/gorcon/rcon-cli). I know the game isn't listed as supported, but was hoping it would be something quick to fix? Thanks much regardless, this is a great library.

ExusAltimus commented 7 months ago

Check https://github.com/Challengermode/CoreRcon/pull/57

huliganhak commented 7 months ago

Palworld server

string respnose = await rcon.SendCommandAsync("info");

System.TimeoutException: 'Timeout while waiting for response from server' How can I fix this problem?

xobust commented 7 months ago

Still working on Pallworld support see #57

xobust commented 7 months ago

New version with Palworld suport should be up soon https://www.nuget.org/packages/CoreRCON/5.4.0