Skip to content
FallenDev edited this page Jun 9, 2023 · 7 revisions

Server.Configurations

  • Custom server configurations are all specified in these files

Zolian.AlwaysOn

  • System daemon that monitors processes and ensure the GameServer stays "Always Online"

Zolian.GameServer

  • WPF wrapper project which allows the use of Microsoft App Center API
  • Initiates the server's main thread and logging system which then digest the server library

Zolian.Server.Base

  • Compiled library (.dll) used to run the GameServer
  • This is where all of the custom server logic is written

ZolianTest

  • Test project that is aimed to test various mathematical equations to ensure their proper function

Releases

Please see the Wiki for database, the below greyed text relates to an older process which is no longer valid, but viewable for curious minds

Database is a compiled compressed file of files used with SQL Server. The database files contained, are not password protected and are capable of being modified for your own use.

Developers

This section is for anyone who wishes to learn and perhaps play with their own customization. This will walk you through the tech stacks and help you through those setups.

Development Setup

  1. Requirements
  2. Source
  3. Database
  4. Configuration
  5. Starting the server

Troubleshooting APIs

Clone this wiki locally