Releases: ddakebono/PalworldRcon
PalworldRcon Release v1.1.1
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
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
Just a quick fix to make sure the shutdown notice is actually sent fully.
Palworld Rcon Release v1.0.1
Little extra release to match up with some repo changes, added a Github button to the top bar.
Palworld Rcon v1.0.0
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!