Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
The repository contains the Darkrift 2 Console Application with the Khyron Realm Game plugin that is deployed on the Google Cloud ComputeEngine virtual machine.
- Clone the repo
git clone https://github.com/khyron-realm/khyron-realm-darkrift-server.git
- Go into folder
cd khyron-realm-darkrift-server
- Set permissions to run the script
chmod 755 Run.ps1
- Run the server script
./Run.ps1
- Clone the repo
git clone https://github.com/khyron-realm/khyron-realm-darkrift-server.git
- Go into folder
cd khyron-realm-darkrift-server
- Copy service file to system services folder
sudo cp khyron-realm.service /lib/systemd/system/
- Reload the system process files
sudo systemctl daemon-reload
- Run the service
sudo systemctl start khyron-realm
- Run the service
sudo systemctl status khyron-realm
- Enable the service to run at boot time
sudo systemctl enable khyron-realm
More detailes can be found on Wiki
See the open issues for a list of proposed features (and known issues).
< PROJECT ROOT >
|
|-- Data # Folder with data generated by the server
|
|-- Lib # Folder with required Libraries
| | -- Darkrift.Client.dll
| | -- Darkrift.dll
| | -- Darkrift.Server.Console.dll
| | -- Darkrift.Server.dll
| | -- BCrypt.Net.dll
| | -- System.Configuration.dll
| | -- System.Runtime.Serialization.dll
| | -- System.security.dll
| | -- System.Xml.Linq.dll
|
|-- Logs # Folder with Logs generated by the server
|
|-- Plugins # Folder with created Darkrift Plugins
| | -- Unlimited-MiningGame-Plugin.dll # Unlimited Mining game server plugin
|
|-- README.MD # Readme file
|
|-- Run.ps1 # Run server script
|-- khyron-realm.service # System service file
|-- Server.config # Server configurations
|
|-- ************************************************************************
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
- Readme Template adapted from Othneil Drew / Best-README-Template.