diff --git a/README.md b/README.md index 4fdbdb1242..844aa5b989 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,27 @@

Space Station 14

-Space Station 14 is a revived attempt at an SS13 remake. +Space Station 14 is a remake of SS13 that runs on [Robust Toolbox](https://github.com/space-wizards/RobustToolbox), our homegrown engine written in C#. This is the primary repo for Space Station 14. To prevent people forking RobustToolbox, a "content" pack is loaded by the client and server. This content pack contains everything needed to play the game on one specific server. -If you want to host or create content for SS14, this is the repo you need. Contains both RobustToolbox and the content pack for development of new content packs. +If you want to host or create content for SS14, this is the repo you need. It contains both RobustToolbox and the content pack for development of new content packs. -## Getting in Touch +## Links -* Website: [spacestation14.io](https://spacestation14.io/) -* Discord: [Invite Link](https://discord.gg/t2jac3p) -* IRC: `irc.rizon.net#spacebus` -* Automatic Content Builds: [builds.spacestation14.io](https://builds.spacestation14.io/jenkins) +[Website](https://spacestation14.io/) | [Discord](https://discord.gg/t2jac3p) | [Forum](https://forum.spacestation14.io/) | [Steam](https://store.steampowered.com/app/1255460/Space_Station_14/) | [Standalone Download](https://spacestation14.io/about/nightlies/) -The IRC is setup to relay back and forth to the Discord server so [IRC nerds](https://xkcd.com/1782/) will not be left out. +## Documentation/Wiki -## Documentation - -We have various documentation articles about various systems on both content pack and engine on HackMD wiki. - -* [Robust Toolbox & Space Station 14 HackMD Wiki](https://hackmd.io/@ss14/docs/) +The [HackMD Wiki](https://hackmd.io/@ss14/docs/wiki) has documentation on SS14s content, engine, game design and more. We also have lots of resources for new contributors to the project. ## Contributing -We are happy to accept contributions from anybody. Get in Discord or IRC if you want to help. We've got a [list of issues](https://github.com/space-wizards/space-station-14-content/issues) that need to be done and anybody can pick them up. Don't be afraid to ask for help either! +We are happy to accept contributions from anybody. Get in Discord if you want to help. We've got a [list of issues](https://github.com/space-wizards/space-station-14-content/issues) that need to be done and anybody can pick them up. Don't be afraid to ask for help either! ## Building -[See the relevant HackMD wiki page](https://hackmd.io/@ss14/docs/%2FBZkI4RlUQbm09QWrXCZ3kg) +1. Clone this repo. +2. Run `RUN_THIS.py` to init submodules and download the engine. +3. Compile the solution. + +[More detailed instructions on building the project.](https://hackmd.io/@ss14/docs/%2FBZkI4RlUQbm09QWrXCZ3kg)