Skip to content

Releases: ddakebono/PalworldRcon

PalworldRcon Release v1.1.1

24 Jan 04:04
52e6c9f
Compare
Choose a tag to compare

Smaller fix and some a quick change in this release, the timeout was too quick for servers that are quite laggy, so I've doubled it. Should result in more commands succeeding especially when a dedi is under heavy load.

Changes:

  • Increased timeout to 20 seconds
  • Added custom message to shutdown command
  • Reverted a change to the framer parsing, should be slightly faster.

PalworldRcon Release v1.1.0

23 Jan 07:59
eedd6ec
Compare
Choose a tag to compare

Alrighty, hopefully this fixes up the issues people were having, I've reworked a significant portion of the tool and used a raw TCP client instead of relying on random rcon libraries.

This should resolve the crashing the tool was having, but do create issues if you run into weirdness.

Changes:

  • Completely reworked the rcon client networking
  • Added debug/raw command console
  • Added file and console logging for errors and debug information
  • Reworked player list parsing to use regex, hopefully that works more reliably
  • Updated to .Net 8 (You'll need the .Net 8 runtime)
  • Probably some other small fixes I forgot to note

Palworld Rcon Release v1.0.1 Hotfix

22 Jan 03:34
ce3e7f2
Compare
Choose a tag to compare

Just a quick fix to make sure the shutdown notice is actually sent fully.

Palworld Rcon Release v1.0.1

22 Jan 03:28
ea66c59
Compare
Choose a tag to compare

Little extra release to match up with some repo changes, added a Github button to the top bar.

Palworld Rcon v1.0.0

21 Jan 21:41
2515070
Compare
Choose a tag to compare

This is the first release of my Palworld Rcon tool, it's quite simple but should generally do the thing.

You will need to have the .Net 7.0 Runtime installed to use this!