Getting Started
This page goes over how to get started using Reyveld.
To get started with Reyveld you first need to install the server on your PC. To do that, you can install a specific version of Reyveld from Github.

Once you download your desired version, run your platform's install script in the command line.
For Windows
install.bat
For Linux
install.sh
For MacOS
install.sh
To run Reyveld, start the server with your platforms' executable:
For Windows
C:/Reyveld/<version>/reyveld.exe
For Linux
/home/Reyveld/<version>/reyveld.elf
For MacOS
/home/Reyveld/<version>/reyveld.elf
Starting the server will create a documentation folder, containing all the info you need to interface with Reyveld. The documentation is designed to only work with the Lua Language Server extension.
To test your Lua scripts quickly, you can use any API testing client with Web Socket support (Restfox is highly recommended). Send your scripts to the Web Socket located at http://127.0.0.1:7274/lua.
Getting Full Access
Reyveld requires a certificate to be created that describes what features a program needs to function. All certificates must be agreed to by the user first before it can be used. This means that if you want access to Reyveld's features, you must first create a valid certificate.
CertificatesLast updated