Difference between revisions of "Dedicated Server Kit Demo Setup"
From gamevanilla wiki
m (Protected "Dedicated Server Kit Demo Setup" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
|||
Line 14: | Line 14: | ||
* Install the latest version of the [https://golang.org Go] programming language on your machine. | * Install the latest version of the [https://golang.org Go] programming language on your machine. | ||
− | * Unzip the contents of the dsk.zip file located in the | + | * Unzip the contents of the ''dsk.zip'' file located in the ''DedicatedServerKit/Core/Go'' folder on your machine. Run the ''create_database.sql'' script to create the database (this is only needed the first time) and run go build on the uncompressed dsk folder to generate the Go server binary. Finally, you can launch the Go server binary. |
− | * Build the game client and game server binaries by selecting the | + | * Build the game client and game server binaries by selecting the ''Build all'' option in the ''Tools/Dedicated Server Kit'' menu option. |
* At this point, you should be able to run the demo by launching the game client build. | * At this point, you should be able to run the demo by launching the game client build. | ||
|} | |} |
Revision as of 09:37, 8 July 2020
In order to play the Dedicated Server Kit demo, please follow these steps:
|