From bf5f76b44c8fa054e548e40309ff00323434d0fc Mon Sep 17 00:00:00 2001 From: Fildrance Date: Sun, 28 Jun 2026 19:38:46 +0300 Subject: [PATCH] refactor: reverted back most of links, including steam and repo links --- content/about/about.md | 6 ++-- content/about/faq.md | 29 +++++++++---------- content/post/20-02-24-progress-report-21.md | 2 +- .../26-06-14-launcher-update-v0-38-0.md | 2 +- layouts/_default/baseof.html | 8 ++--- layouts/about/download.html | 16 ++++------ layouts/home.html | 6 ++-- layouts/landing_page/trailer.html | 4 +-- 8 files changed, 33 insertions(+), 40 deletions(-) diff --git a/content/about/about.md b/content/about/about.md index 64d8f86..5499b32 100644 --- a/content/about/about.md +++ b/content/about/about.md @@ -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: @@ -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 diff --git a/content/about/faq.md b/content/about/faq.md index 38e4e6b..72104ee 100644 --- a/content/about/faq.md +++ b/content/about/faq.md @@ -22,19 +22,19 @@ Any other domain is not affiliated with us. #### Space Station 14 - [Downloads](/about/nightlies/) - #### 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 @@ -53,17 +53,14 @@ A little. ### Q: Where can I download the Standalone version of the game? In our [downloads page](/about/nightlies/). - +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? - -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). @@ -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). @@ -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). diff --git a/content/post/20-02-24-progress-report-21.md b/content/post/20-02-24-progress-report-21.md index abdbd4a..2ba42db 100644 --- a/content/post/20-02-24-progress-report-21.md +++ b/content/post/20-02-24-progress-report-21.md @@ -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! diff --git a/content/updates/26-06-14-launcher-update-v0-38-0.md b/content/updates/26-06-14-launcher-update-v0-38-0.md index 6e6b7ca..535c9a4 100644 --- a/content/updates/26-06-14-launcher-update-v0-38-0.md +++ b/content/updates/26-06-14-launcher-update-v0-38-0.md @@ -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). diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index afc4ae9..c2010b8 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -69,10 +69,10 @@