A framework that allows users to generate plugins for Palworld dedicated Servers.
Currently only supported on Windows. If you have knowledge how to treat it for Linux, please reach out to me.
if you like this framwork, please consider supporting me on Ko-Fi.
The more support I get, the more I can develop on it!
- cmake v3.16 or higher
- An IDE supported by cmake, preferable Visual Studio
-
Clone the repo
git clone https://github.com/Zvendson/PalworldServer.git
-
Locate the repo directory
cd PalworldServer
-
Run cmake
cmake -B build
-
(Optional) Open the project
cmake --open build
-
Build the dll withing the opened project or run following command:
Debug config:cmake --build build
Release config:
cmake --build build --config Release
<Under Construction>
I dont want to go into detail at this state of the API yet.
If you want to contribute something, open a pull request without caring any special "rules".
Its in complete Alpha state so everything can change at this stage. Also means I am very open for special code designs.