mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 16:45:42 +00:00
* Remove git conflict marker and update build status badge to renamed workflow * Add preliminary modularisation guide hyperlinks to README * Add link to git/github cheatsheet
66 lines
3.9 KiB
Markdown
66 lines
3.9 KiB
Markdown
## Skyrat 13 (/tg/station Downstream)
|
|
|
|
[](https://github.com/Skyrat-SS13/Skyrat-tg/actions?query=workflow%3A%22CI+Suite%22)
|
|
[](https://isitmaintained.com/project/Skyrat-SS13/Skyrat-tg "Percentage of issues still open")
|
|
[](https://isitmaintained.com/project/Skyrat-SS13/Skyrat-tg "Average time to resolve an issue")
|
|

|
|
|
|
[](https://forthebadge.com) [](https://user-images.githubusercontent.com/8171642/50290880-ffef5500-043a-11e9-8270-a2e5b697c86c.png) [](https://www.reddit.com/r/SS13/comments/5oplxp/what_is_the_main_problem_with_byond_as_an_engine/dclbu1a)
|
|
|
|
* **Git / GitHub cheatsheet:** https://www.notion.so/Git-GitHub-61bc81766b2e4c7d9a346db3078ce833
|
|
* **Guide to Modularisation:** [./modular_skyrat/readme.md](./modular_skyrat/readme.md)
|
|
* **Website:** https://www.tgstation13.org
|
|
* **Code:** https://github.com/tgstation/tgstation
|
|
* **Wiki:** https://tgstation13.org/wiki/Main_Page
|
|
* **Codedocs:** https://codedocs.tgstation13.org/
|
|
* **Skyrat 13 Discord:** https://discord.com/invite/hGpZ4Z3
|
|
* **Coderbus Discord:** https://discord.gg/Vh8TJp9
|
|
* ~~**IRC:** irc://irc.rizon.net/coderbus~~ (dead)
|
|
|
|
This is Skyrat's downstream fork of /tg/station created in byond.
|
|
|
|
Space Station 13 is a paranoia-laden round-based roleplaying game set against the backdrop of a nonsensical, metal death trap masquerading as a space station, with charming spritework designed to represent the sci-fi setting and its dangerous undertones. Have fun, and survive!
|
|
|
|
## DEVELOPMENT FLOWCHART
|
|

|
|
|
|
[Modularisation Guide](./modular_skyrat/readme.md)
|
|
|
|
## DOWNLOADING
|
|
[Downloading](.github/DOWNLOADING.md)
|
|
|
|
[Running on the server](.github/RUNNING_A_SERVER.md)
|
|
|
|
[Maps and Away Missions](.github/MAPS_AND_AWAY_MISSIONS.md)
|
|
|
|
## Requirements for contributors
|
|
[Guidelines for Contributors](.github/CONTRIBUTING.md)
|
|
|
|
[/tg/station HACKMD account](https://hackmd.io/@tgstation) - Design documentation here
|
|
|
|
[Documenting your code](.github/AUTODOC_GUIDE.md)
|
|
|
|
[Policy configuration system](.github/POLICYCONFIG.md)
|
|
|
|
[Interested in some starting lore?](https://github.com/tgstation/common_core)
|
|
|
|
## Current Skyrat Modules
|
|
* **IC Spawning**: https://github.com/Skyrat-SS13/Skyrat-tg/pull/104
|
|
* **Horrorform**: https://github.com/Skyrat-SS13/Skyrat-tg/pull/241
|
|
* **Blueshield**: https://github.com/Skyrat-SS13/Skyrat-tg/pull/127
|
|
|
|
## LICENSE
|
|
|
|
All code after [commit 333c566b88108de218d882840e61928a9b759d8f on 2014/31/12 at 4:38 PM PST](https://github.com/tgstation/tgstation/commit/333c566b88108de218d882840e61928a9b759d8f) is licensed under [GNU AGPL v3](https://www.gnu.org/licenses/agpl-3.0.html).
|
|
|
|
All code before [commit 333c566b88108de218d882840e61928a9b759d8f on 2014/31/12 at 4:38 PM PST](https://github.com/tgstation/tgstation/commit/333c566b88108de218d882840e61928a9b759d8f) is licensed under [GNU GPL v3](https://www.gnu.org/licenses/gpl-3.0.html).
|
|
(Including tools unless their readme specifies otherwise.)
|
|
|
|
See LICENSE and GPLv3.txt for more details.
|
|
|
|
The TGS DMAPI API is licensed as a subproject under the MIT license.
|
|
|
|
See the footer of [code/__DEFINES/tgs.dm](./code/__DEFINES/tgs.dm) and [code/modules/tgs/LICENSE](./code/modules/tgs/LICENSE) for the MIT license.
|
|
|
|
All assets including icons and sound are under a [Creative Commons 3.0 BY-SA license](https://creativecommons.org/licenses/by-sa/3.0/) unless otherwise indicated.
|