ARK: Server Beyond API [Alpha] V0.1

This is unofficial tool for creating your own C++ plugins for ARK servers. Currently supports only Windows servers.

It’s working by reading information from .pdb file. Therefore all offsets will be automatically updated for new versions of ARK.

Download:
Beyond API: Download

API installation:

Extract everything from “ARK API” folder to ARK\ShooterGame\Binaries\Win64. Then you can start your ARK server as usual. First launch might take some time.

If everything went correctly, you will see something like this in server console:

XhFzcmK.png

Installing new plugins:

Copy plugin’s folder to BeyondApi/Plugins.

Example: “BeyondApi/Plugins/StarterKit”.

Dependencies:

Microsoft Visual C++ 2015 Redistributable Package.

Plugins:

Currently two plugins available:
Starter Kits
Auto Doors

Plugins source code: GitHub - Michidu/Ark-Server-Plugins: Server Plugins for ARK: Server API
API source code: GitHub - Michidu/ARK-Server-API: Server plugins support for ARK

More plugins/examples will be added soon.

Creating your own plugins:
Tutorial