Set Up Room Module on Server
Last updated
Was this helpful?
Last updated
Was this helpful?
The Room module can be set up on both TCP and UDP servers.
To publish built-in commands to the client, you can set up using the diarkisexec
package.
Add the following to your server's main function. Below is a sample setup for a UDP server. Note that the diarkisexec
setup function must be executed before calling diarkisexec.StartDiarkis()
.
For more details, please refer to the .
It's recommended to first utilize the server template for easily starting up a server. Diarkis Server Template