|
|
|
|
@@ -28,11 +28,11 @@ Keep in mind that we have multiple branches for various purposes.
|
|
|
|
|
|
|
|
|
|
First-time installation should be fairly straightforward. First, you'll need BYOND installed. You can get it from [here](http://www.byond.com/).
|
|
|
|
|
|
|
|
|
|
This is a sourcecode-only release, so the next step is to compile the server files. Open baystation12.dme by double-clicking it, open the Build menu, and click compile. This'll take a little while, and if everything's done right you'll get a message like this:
|
|
|
|
|
This is a sourcecode-only release, so the next step is to compile the server files. Open vgstation13.dme by double-clicking it, open the Build menu, and click compile. This'll take a little while, and if everything's done right you'll get a message like this:
|
|
|
|
|
|
|
|
|
|
saving baystation12.dmb (DEBUG mode)
|
|
|
|
|
saving vgstation13.dmb (DEBUG mode)
|
|
|
|
|
|
|
|
|
|
baystation12.dmb - 0 errors, 0 warnings
|
|
|
|
|
vgstation13.dmb - 0 errors, 0 warnings
|
|
|
|
|
|
|
|
|
|
If you see any errors or warnings, something has gone wrong - possibly a corrupt download or the files extracted wrong, or a code issue on the main repo. Ask on IRC.
|
|
|
|
|
|
|
|
|
|
@@ -48,7 +48,7 @@ You'll also want to edit admins.txt to remove the default admins and add your ow
|
|
|
|
|
|
|
|
|
|
where the BYOND key must be in lowercase and the admin rank must be properly capitalised. There are a bunch more admin ranks, but these two should be enough for most servers, assuming you have trustworthy admins.
|
|
|
|
|
|
|
|
|
|
Finally, to start the server, run Dream Daemon and enter the path to your compiled baystation12.dmb file. Make sure to set the port to the one you specified in the config.txt, and set the Security box to 'Trusted'. Then press GO and the server should start up and be ready to join.
|
|
|
|
|
Finally, to start the server, run Dream Daemon and enter the path to your compiled vgstation13.dmb file. Make sure to set the port to the one you specified in the config.txt, and set the Security box to 'Trusted'. Then press GO and the server should start up and be ready to join.
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
@@ -77,7 +77,7 @@ For a basic setup, simply copy every file from config-example/ to config/.
|
|
|
|
|
|
|
|
|
|
### SQL Setup
|
|
|
|
|
|
|
|
|
|
The SQL backend for the library and stats tracking requires a MySQL server. (Linux servers will need to put libmysql.so into the same directory as baystation12.dme.) Your server details go in /config/dbconfig.txt.
|
|
|
|
|
The SQL backend for the library and stats tracking requires a MySQL server. (Linux servers will need to put libmysql.so into the same directory as vgstation13.dme.) Your server details go in /config/dbconfig.txt.
|
|
|
|
|
|
|
|
|
|
We've included a web control panel with some sample data readouts. It's recommended to install the database through sphinx, which is included and includes some updates.
|
|
|
|
|
|
|
|
|
|
|