From b7aa34644895fff018a7744604673f5b9d59ce18 Mon Sep 17 00:00:00 2001 From: N00byKing Date: Sat, 20 Jan 2024 21:39:40 +0100 Subject: [PATCH] Add readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..33d1c4f --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# PalWorld UE4SS Server Injector + +Launcher for PalWorld Server that injects UE4SS.dll into the server process. +Also bundles required signatures. + +## Usage + +- Extract the `UE4SS` standard package into `/Pal/Binaries/Win64`. +- Put `PalServerInject.exe`, and the `UE4SS_Signatures` folder in the same directory +- (Optional) To verify if its working it might be best to set `GuiConsoleVisible` in `UE4SS-settings.ini` to `1` +- Run `PalServerInject.exe` instead of the normal server + +## Credits + +Injection logic by @crwn1337, [here](https://github.com/crwn1337/wine_injector)