Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/about/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Currently, the project is in a "pre-alpha" state. We have many tasks ahead of us

Rome was not built in a day, and neither was SS14. We can always use extra hands! The entire project is open source and available on GitHub here:

* Main Repo: [Space-Wizards-Federation/space-station-14](https://github.com/Space-Wizards-Federation/space-station-14).
* Engine: [Space-Wizards-Federation/RobustToolbox](https://github.com/Space-Wizards-Federation/RobustToolbox).
* Main Repo: [space-wizards/space-station-14](https://github.com/space-wizards/space-station-14).
* Engine: [space-wizards/RobustToolbox](https://github.com/space-wizards/RobustToolbox).

We primarily communicate through Discord:

Expand All @@ -39,7 +39,7 @@ We primarily communicate through Discord:
We also have some other project services set up:

* [Automatic Content Builds](/about/nightlies)
* [Developer Documentation](https://github.com/Space-Wizards-Federation/docs)
* [Developer Documentation](https://github.com/space-wizards/docs)

## History

Expand Down
29 changes: 13 additions & 16 deletions content/about/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ Any other domain is not affiliated with us.

#### Space Station 14
- [Downloads](/about/nightlies/)
<!--- [Steam](https://store.steampowered.com/app/1255460/Space_Station_14/)
- [Game Wiki](https://wiki.playss14.com)
- [Steam](https://store.steampowered.com/app/1255460/Space_Station_14/)
<!-- - [Game Wiki](https://wiki.playss14.com)
- [Official Forums](https://forum.playss14.com)-->

#### Socials
- [Discord](https://discord.gg/ss14)

#### Development
- [GitHub Organization](https://github.com/Space-Wizards-Federation/)
- [Game Repository](https://github.com/Space-Wizards-Federation/space-station-14/)
- [Engine Repository](https://github.com/Space-Wizards-Federation/RobustToolbox)
- [Documentation](https://github.com/Space-Wizards-Federation/docs/)
- [RSIEdit](https://github.com/Space-Wizards-Federation/RSIEdit/)
- [GitHub Organization](https://github.com/space-wizards/)
- [Game Repository](https://github.com/space-wizards/space-station-14/)
- [Engine Repository](https://github.com/space-wizards/RobustToolbox)
- [Documentation](https://github.com/space-wizards/docs/)
- [RSIEdit](https://github.com/space-wizards/RSIEdit/)

### Official Servers

Expand All @@ -53,17 +53,14 @@ A little.
### Q: Where can I download the Standalone version of the game?
In our [downloads page](/about/nightlies/).

<!--### Q: Where can I sign up for the Steam Playtest?
### Q: Where can I sign up for the Steam Playtest?
In our [official Steam page](https://store.steampowered.com/app/1255460/Space_Station_14/).
We give access to everyone in the queue every other week.-->
We give access to everyone in the queue every other week.

### Q: Are there any differences between the Steam and Standalone versions of the game?
<!--No. Steam does get automatic updates to the launcher but otherwise they are functionally identical.
No. Steam does get automatic updates to the launcher but otherwise they are functionally identical.

In the future we intend to add some better integration such as the ability to log into the game via Steam or Steam Cloud synchronization of settings, but these are not currently present.-->
Yes. We currently do not have control of the Steam Version of the game or launcher at this time.

The Steam version is out of date and will continue to fall out of date until we regain control of it. We currently do not have an ETA for this.
In the future we intend to add some better integration such as the ability to log into the game via Steam or Steam Cloud synchronization of settings, but these are not currently present.

### Q: How do I learn to play the game?
Check out our [beginner's guide](https://wiki.playss14.com/wiki/Getting_Started) and the rest of our [player wiki](https://wiki.playss14.com).
Expand All @@ -73,7 +70,7 @@ Yes/No. The original creator of SS13 would be Exadv1 in 2003. Since its open-sou
Many of our devs are coders, contributors, admins and hosts of various SS13 communities, but none of us were there in 2003.

### Q: What Language/Engine is SS14 written in?
It's written in C# using our own engine; [Robust Toolbox](https://github.com/Space-Wizards-Federation/RobustToolbox). C# is a good language and it's perfect for this project. It's easy to pick up, comfortable to write and pretty fast.
It's written in C# using our own engine; [Robust Toolbox](https://github.com/space-wizards/RobustToolbox). C# is a good language and it's perfect for this project. It's easy to pick up, comfortable to write and pretty fast.

### Q: Can I help?
Of course! Our [Discord](https://discord.gg/ss14) server is the best place to ask questions and get help. We also have guides on our [Dev Wiki](https://docs.playss14.com) on [getting setup](https://docs.playss14.com/en/general-development/setup/setting-up-a-development-environment.html) and [coding](https://docs.playss14.com/en/general-development/setup/howdoicode.html).
Expand All @@ -85,7 +82,7 @@ Of course! You can checkout our [hosting guide](https://docs.playss14.com/en/gen
You can read them [here](https://docs.playss14.com/en/community/space-wizards-hub-rules.html).

### Q: Can I use SS14's engine to make other games?
Yes, we even have templates for both [singleplayer](https://github.com/Space-Wizards-Federation/RobustToolboxTemplateSingleplayer) and [multiplayer](https://github.com/Space-Wizards-Federation/RobustToolboxTemplate) games to help get you started.
Yes, we even have templates for both [singleplayer](https://github.com/space-wizards/RobustToolboxTemplateSingleplayer) and [multiplayer](https://github.com/space-wizards/RobustToolboxTemplate) games to help get you started.

### Q: How can I appeal an in-game ban?
If you have been banned from the official "Wizard's Den" servers, you can appeal your ban in our [forums](https://forum.playss14.com/w/ban-appeal).
Expand Down
2 changes: 1 addition & 1 deletion content/post/20-02-24-progress-report-21.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ It's basic, but it works. Rendering rich text is hard, ok?

## Introducing HackMD as a public dev wiki

**Note**: Documentation has since moved to [our own site.](https://docs.playss14.com)
**Note**: Documentation has since moved to [our own site.](https://docs.ss14.io)

You can now view the [Space Station 14 Dev Wiki](https://hackmd.io/@ss14/docs/)! You will find various bikeshedding gameplay discussions, technical design and documentation, contribution guides, incomplete/nonsense pages, and much more!

Expand Down
2 changes: 1 addition & 1 deletion content/updates/26-06-14-launcher-update-v0-38-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Fixes

* Updated auth and hub to point to the new domains

This update will be made available on all platforms as soon as possible. For manual downloads, [get them here](https://github.com/Space-Wizards-Federation/SS14.Launcher/releases).
This update will be made available on all platforms as soon as possible. For manual downloads, [get them here](https://github.com/space-wizards/SS14.Launcher/releases).
8 changes: 4 additions & 4 deletions layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@
<div id="footer-wrap" class="section-shadow">
<footer class="bottom-links container angle-rect optional mb-2">
<ul class="m-2 p-0 d-flex flex-wrap justify-content-center">
<li><a href="https://github.com/Space-Wizards-Federation" title="GitHub"><i class="fab fa-github"></i> GitHub</a></li>
<!--<li><a href="https://docs.playss14.com" title="Documentation"><i class="fas fa-file-alt"></i> Developer Wiki</a></li>
<li><a href="https://wiki.spacestation14.io/wiki/Main_Page" title="Player Wiki"><i class="fas fa-file-alt"></i> Player Wiki</a></li>
<li><a href="https://store.steampowered.com/app/1255460/Space_Station_14/" title="Steam"><i class="fab fa-steam-symbol"></i> Steam</a></li>-->
<li><a href="https://github.com/space-wizards" title="GitHub"><i class="fab fa-github"></i> GitHub</a></li>
<li><a href="https://docs.spacestation14.com" title="Documentation"><i class="fas fa-file-alt"></i> Developer Wiki</a></li>
<!-- <li><a href="https://wiki.spacestation14.io/wiki/Main_Page" title="Player Wiki"><i class="fas fa-file-alt"></i> Player Wiki</a></li>-->
<li><a href="https://store.steampowered.com/app/1255460/Space_Station_14/" title="Steam"><i class="fab fa-steam-symbol"></i> Steam</a></li>
<li><a href="https://discord.gg/ss14" title="Discord"><i class="fab fa-discord"></i> Discord</a></li>
<li><a href="https://forum.playss14.com" title="SS14 Forums"><i class="fas fa-comments"></i> Forum</a></li>
<li><a href="/about/contact/#email" title="Email"><i class="fas fa-envelope"></i> Email</a></li>
Expand Down
16 changes: 6 additions & 10 deletions layouts/about/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<div class="section-shadow d-flex flex-column align-self-center">
<div class="mb-4 py-3 section-bg angle-rect optional d-flex flex-column justify-content-center">
<div class="download-image-container">
<!--
<div>
<div class="download-image">
<a href="https://store.steampowered.com/app/1255460/Space_Station_14/">
Expand All @@ -12,36 +11,33 @@
<figcaption><a class="download-link" href="https://store.steampowered.com/app/1255460/Space_Station_14/">Join playtest</a></figcaption>
</div>
</div>
-->
<div>
<div class="download-image">
<a href="https://github.com/Space-Wizards-Federation/SS14.Launcher/releases/latest/download/SS14.Launcher_Windows.zip">
<a href="https://github.com/space-wizards/SS14.Launcher/releases/latest/download/SS14.Launcher_Windows.zip">
<img class="download-img" src="/images/logo/Windows_logo_2012.svg">
</a>
<small><figcaption class="download-name">Windows 64-bit</figcaption></small>
<figcaption><a class="download-link" href="https://github.com/Space-Wizards-Federation/SS14.Launcher/releases/latest/download/SS14.Launcher_Windows.zip">Download launcher</a></figcaption>
<figcaption><a class="download-link" href="https://github.com/space-wizards/SS14.Launcher/releases/latest/download/SS14.Launcher_Windows.zip">Download launcher</a></figcaption>
<figcaption><small><strong>Needs <a href="https://aka.ms/vs/16/release/vc_redist.x64.exe">VC++ 2015 Redist</a></strong></small></figcaption>
</div>
</div>
<div>
<div class="download-image">
<a href="https://github.com/Space-Wizards-Federation/SS14.Launcher/releases/latest/download/SS14.Launcher_Linux.zip">
<a href="https://flathub.org/apps/com.spacestation14.Launcher">
<img class="download-img" src="/images/logo/tux.svg">
</a>
<small><figcaption class="download-name">Linux 64-bit</figcaption></small>
<!--
<figcaption><a class="download-link" href="https://flathub.org/apps/com.spacestation14.Launcher">Download launcher (flathub)</a>
-->
<figcaption><a class="download-link" href="https://github.com/Space-Wizards-Federation/SS14.Launcher/releases/latest/download/SS14.Launcher_Linux.zip">Download launcher (zip file)</a>
<figcaption><a class="download-link" href="https://github.com/space-wizards/SS14.Launcher/releases/latest/download/SS14.Launcher_Linux.zip">Download launcher (zip file)</a>
</div>
</div>
<div>
<div class="download-image">
<a href="https://github.com/Space-Wizards-Federation/SS14.Launcher/releases/latest/download/SS14.Launcher_macOS.zip">
<a href="https://github.com/space-wizards/SS14.Launcher/releases/latest/download/SS14.Launcher_macOS.zip">
<img class="download-img" src="/images/logo/Apple_logo.svg">
</a>
<small><figcaption class="download-name">macOS 64-bit</figcaption></small>
<figcaption><a class="download-link" href="https://github.com/Space-Wizards-Federation/SS14.Launcher/releases/latest/download/SS14.Launcher_macOS.zip">Download launcher</a></figcaption>
<figcaption><a class="download-link" href="https://github.com/space-wizards/SS14.Launcher/releases/latest/download/SS14.Launcher_macOS.zip">Download launcher</a></figcaption>
<figcaption><small><strong>macOS Catalina or greater</strong></small></figcaption>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@
<p>
The story of the station's collapse is in the hands of its players, and each round is an intense, immersive experience that will leave you wanting more.
<p>
SS14 is a remake of the cult classic <strong>Space Station 13</strong>. The game is under active development and completely <a href="https://github.com/Space-Wizards-Federation/space-station-14/">open source</a>. Anybody can contribute, even you!
SS14 is a remake of the cult classic <strong>Space Station 13</strong>. The game is under active development and completely <a href="https://github.com/space-wizards/space-station-14/">open source</a>. Anybody can contribute, even you!
</p>
</div>
<div class="home-button-list mx-3">
<a href="https://discord.gg/ss14"><img src="/images/logo/discord.svg" width="200" /></a>
<!--<a href="https://store.steampowered.com/app/1255460/Space_Station_14/"><img src="/images/logo/steam.svg" width="200" /></a>-->
<a href="https://github.com/Space-Wizards-Federation/space-station-14/"><img src="/images/logo/github.svg" width="155" /></a>
<a href="https://store.steampowered.com/app/1255460/Space_Station_14/"><img src="/images/logo/steam.svg" width="200" /></a>
<a href="https://github.com/space-wizards/space-station-14/"><img src="/images/logo/github.svg" width="155" /></a>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions layouts/landing_page/trailer.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@
</a>
</li>
<li>
<a href="https://github.com/Space-Wizards-Federation/space-station-14" target="_blank">
<a href="https://github.com/space-wizards/space-station-14" target="_blank">
<img class="mx-2 logo-link" src="/images/logo/GitHub_Lockup_Light.svg" alt="Github logo" height="50">
</a>
</li>
</ul>
</div>
<footer class="h-6 bottom-links">
<ul class="m-2 p-0 d-flex flex-wrap justify-content-center">
<li><a href="https://github.com/Space-Wizards-Federation" title="Github"><i class="fab fa-github"></i> GitHub</a></li>
<li><a href="https://github.com/space-wizards" title="Github"><i class="fab fa-github"></i> GitHub</a></li>
<!--<li><a href="https://docs.playss14.com" title="Documentation"><i class="fas fa-file-alt"></i> Documentation</a></li>
<li><a href="https://store.steampowered.com/app/1255460/Space_Station_14/" title="Steam"><i class="fab fa-steam-symbol"></i> Steam</a></li>-->
<li><a href="https://discord.gg/ss14" title="Discord"><i class="fab fa-discord"></i> Discord</a></li>
Expand Down