Skip to content

Voidwyrm Core for C#, Handles the Rest API, Quirks and Cogs. Allows for VoidILibrary.dll to be used for creating new Cogs!

Notifications You must be signed in to change notification settings

lynixfur/VoidwyrmCoreAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voidwyrm

Voidwyrm API

Voidwyrm Voidwyrm Voidwyrm Voidwyrm

Voidwyrm Core is a REST API handler for the mod Voidwyrm for ARK: Survival Evolved. It works simillar to ARK Server API but differs due to it not requiring executables to be run inside the Server iteself and can be hosted remotely. Voidwyrm Core Includes plugins and libraries which makes it easy to develop for, called Cogs!

This project uses C# as a base but can be expanded to many more prorgamming languages due to its structure and complexity.

Cogs

Cogs are plugins used by Voidwyrm API to Bind to Certain events in game and cast them to a new function within your Cog! Cogs are still experimental and should not be used on production servers!

Example :

cogs/
    $CogName1/
        $CogName1.dll
        (additional files)
    $CogName2/
        $CognName2.dll

CogModding

Not available right now.

SuchSpeed

Not available right now.

Limitations

Voidwyrm Core is using HTTP2 Request Handlers which are Asynced which makes them faster than a normal request but this is not meant to be a replacement for ARK Server API but rather a alternative to which is safer, faster, more dynamic and customizable and easy to understand with our wiki page, forums and documentation!

About

This project was created in collaboration with Bloody ARK, big thanks to Sly and the rest of the team! BloodyARK

About

Voidwyrm Core for C#, Handles the Rest API, Quirks and Cogs. Allows for VoidILibrary.dll to be used for creating new Cogs!

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages