From 1e2d5c6b722739eb6b5dcfd1a2968920c8a7bd58 Mon Sep 17 00:00:00 2001 From: VeroFess Date: Fri, 26 Jan 2024 01:01:19 +0800 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 8ad09e5..bb9388a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ # PalWorld-Sercer-Unoffical-Fix This is an unofficial palworld server binary distribution project that fixes some problems with the original server. + +## Fix what? +- [x] Memory leak and high cpu load from ```SymbolInfoToHumanReadableString``` +- [x] Memory leak and high cpu load from ```ProgramCounterToHumanReadableString``` +- [x] Memory leak and high cpu load from ```PopulateProgramCounterSymbolInfoFromSymbolFile``` +- [ ] Disable profiling tracing +- [ ] Fix save broken + +## How to use? +Download binary from Release. Just overwrite the official files with the files I provided. + +## It's safe? +Well, I personally swear not to insert harmful code, but if you don't believe me you can check using a tool like bindiff.