Skip to content

Latest commit

 

History

History
58 lines (47 loc) · 1.75 KB

README.md

File metadata and controls

58 lines (47 loc) · 1.75 KB

PalManager

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!

Credits

Developing & Contributing

Dependencies

Building the .dll

  1. Clone the repo

    git clone https://github.com/Zvendson/PalworldServer.git
  2. Locate the repo directory

    cd PalworldServer
  3. Run cmake

    cmake -B build
  4. (Optional) Open the project

    cmake --open build
  5. Build the dll withing the opened project or run following command:
    Debug config:

    cmake --build build

    Release config:

    cmake --build build --config Release

    Contributing

    <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.