-
Notifications
You must be signed in to change notification settings - Fork 4
Source
FallenDev edited this page Jan 5, 2023
·
7 revisions
- Custom server configurations are all specified in these files
- System daemon that monitors processes and ensure the GameServer stays "Always Online"
- 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
- Compiled library (.dll) used to run the GameServer
- This is where all of the custom server logic is written
- Test project that is aimed to test various mathematical equations to ensure their proper function
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.
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.