* Time to become our TGUI God. * Visually sprucing the copyrights. These shouldn't be ignored :) * babababa * https://github.com/tgstation/tgstation/pull/50422 * dooootdooot * Holy fuck Updates the tools folder Updates our build tooling Updates TGUI MASSIVELY I'm going to go scream in a hole now * ?? * Was it this dum thing? * orrrr * It's this isn't it * Did it manually * hubah * TGUI Changelog * oops * What if I use the original? * Lets try this again * Shit commenting out for now * asdasd * Fuck it use the old one and remember to replace later * Updates yarn.lock * Lets try something horrid * Nope it HATES THAT * fucc * The great eslinting * HOLY SHIT * Final? * ? * asd tgstation/tgstation/pull/59914 tgstation/tgstation/pull/66317 * Improved Asset handling. * Oops * Subsystem stuff * Recompiles the Changelong again. * Finally Fixed Communicators * Compiled Changelogs... AGAIN
Citadel Station 13 - RP Server
Upstream Information
Citadel Station RP Information
- Website: http://citadel-station.net
- Code: https://github.com/Citadel-Station-13/Citadel-Station-13-RP
- Wiki: https://citadel-station.net/wiki/index.php?title=Main_Page
- Forums: http://citadel-station.net/forum
- Ban Appeals: http://citadel-station.net/forum/forumdisplay.php?fid=8
- Discord: https://discord.gg/citadelstation
Going to make a Pull Request? Make sure you read the CONTRIBUTING.md first!
Citadel Station 13 - RP was originally a fork of VOREStation, which separated on 01/25/2019. VOREStation is a fork of the Polaris code branch, itself a fork of the Baystation12 code branch, for the game Space Station 13.
DOWNLOADING
❗ How to compile ❗
On 2021-01-04 we have changed the way to compile the codebase.
The quick way. Find bin/server.cmd in this folder and double click it to automatically build and host the server on port 1337.
The long way. Find bin/build.cmd in this folder, and double click it to initiate the build. It consists of multiple steps and might take around 1-5 minutes to compile. If it closes, it means it has finished its job. You can then setup the server normally by opening tgstation.dmb in DreamDaemon.
Building CitadelRP in DreamMaker directly is now deprecated and might produce errors, such as 'tgui.bundle.js': cannot find file.
**How to compile in VSCode and other build options
INSTALLATION
First-time installation should be fairly straightforward. First, you'll need BYOND installed. You can get it from https://secure.byond.com/download. Once you've done that, extract the game files to wherever you want to keep them. This is a sourcecode-only release, so the next step is to compile the server files. Open vorestation.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 vorestation.dmb (DEBUG mode)
vorestation.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. If problems persist, ask for assistance on IRC.
Once that's done, open up the config folder. You'll want to edit config.txt to set the probabilities for different gamemodes in Secret and to set your server location so that all your players don't get disconnected at the end of each round. It's recommended you don't turn on the gamemodes with probability 0, except Extended, as they have various issues and aren't currently being tested, so they may have unknown and bizarre bugs.
You'll also want to edit config/admins.txt to remove the default admins and add your own. "Host" is the highest level of access, and probably the one you'll want to use for now. You can set up your own ranks and find out more in config/admin_ranks.txt
The format is
byondkey = Rank
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 vorestation.dmb file. Make sure to set the port to the one you specified in the config.txt, and set the Security box to 'Safe'. Then press GO and the server should start up and be ready to join. It is also recommended that you set up the SQL backend (see below).
UPDATING
To update an existing installation, first back up your /config and /data folders as these store your server configuration, player preferences and banlist.
Then, extract the new files (preferably into a clean directory, but updating in place should work fine), copy your /config and /data folders back into the new install, overwriting when prompted except if we've specified otherwise, and recompile the game. Once you start the server up again, you should be running the new version.
If you used the git method, you simply need to type this in to git bash:
git pull
When you have done this, you'll need to recompile the code, but then it should work fine.
Configuration
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. Your server details go in /config/dbconfig.txt, and the SQL schema is in /SQL/tgstation_schema.sql. More detailed setup instructions arecoming soon, for now ask in our Discord.
CONTRIBUTING
Please see CONTRIBUTING.md
LICENSE
The code for VOREStation is licensed under the GNU AGPL v3.
All code with a git authorship date after 1420675200 +0000 (2015/01/08 00:00) is assumed to be licensed under GNU AGPL v3.
All code with a git authorship date before 1420675200 +0000 (2015/01/08 00:00) are licensed under the GNU GPL v3.
If you wish to license under GNU GPL v3 please make this clear in the commit message and any added files.
If you wish to develop and host this codebase in a closed source manner you may use all code prior to 1420675200 +0000 (2015/01/08 00:00), which is licensed under GNU GPL v3. The major change here is that if you host a server using any code licensed under GNU AGPL v3 you are required to provide full source code for your servers users as well including addons and modifications you have made.
See LICENSE, LICENSE-GPL3.txt and LICENSE-AGPL3.txt for more details.
tgui clientside is licensed as a subproject under the MIT license. Font Awesome font files, used by tgui, are licensed under the SIL Open Font License v1.1 tgui assets are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
All assets including icons and sound are under a Creative Commons 3.0 BY-SA license unless otherwise indicated.

