From 1d194b1b1a5d1930fdaf03ed2f1e9c7754a69b61 Mon Sep 17 00:00:00 2001 From: Samantha Yule Fireheart Date: Mon, 27 Jan 2025 20:20:52 -0800 Subject: [PATCH] Update domain name and remove dead links (#2810) * Update domain name and remove dead links * Fix markdown in FTL --- .github/workflows/update-credits.yml | 2 +- CONTRIBUTING.md | 2 +- README.md | 4 +--- Resources/ConfigPresets/DeltaV/deltav.toml | 8 ++++---- Resources/Locale/en-US/_DV/connection-messages.ftl | 2 +- Resources/ServerInfo/RedialAddresses.txt | 5 +++-- Resources/ServerInfo/RedialAddressesCentral.txt | 4 +++- Tools/publish_github_artifact.py | 2 +- Tools/publish_multi_request.py | 2 +- 9 files changed, 16 insertions(+), 15 deletions(-) diff --git a/.github/workflows/update-credits.yml b/.github/workflows/update-credits.yml index 849cd6c924..d5acc8cb8f 100644 --- a/.github/workflows/update-credits.yml +++ b/.github/workflows/update-credits.yml @@ -50,5 +50,5 @@ jobs: commit-message: Update Credits title: Update Credits body: This is an automated Pull Request. This PR updates the github contributors in the credits section. - author: DeltaV-Bot + author: DeltaV-Bot branch: automated/credits-${{env.NOW}} diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e41221d98d..7a039fab27 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -97,4 +97,4 @@ Do not use `ADMIN:` as **it will mangle** the upstream admin changelog! # Additional resources -If you are new to contributing to SS14 in general, have a look at the [SS14 docs](https://docs.spacestation14.io/) or ask for help in `#contribution-help` on [Discord](https://go.delta-v.org/AtDxv)! +If you are new to contributing to SS14 in general, have a look at the [SS14 docs](https://docs.spacestation14.io/) or ask for help in `#contribution-help` on [Discord](https://discord.gg/deltav)! diff --git a/README.md b/README.md index 1d673a84aa..4b50cc8e3b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Space Station 14 is a remake of SS13 that runs on [Robust Toolbox](https://githu ## Links #### DeltaV -[Website](https://delta-v.org/) | [Wiki](https://wiki.delta-v.org/view/Main_Page) | [Discord](https://go.delta-v.org/AtDxv) +[Website](https://deltav.gay/) | [Wiki](https://wiki.deltav.gay/view/Main_Page) | [Discord](https://discord.gg/deltav) #### Space Station 14 @@ -24,8 +24,6 @@ The [docs site](https://docs.spacestation14.io/) has documentation on SS14s cont 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/DeltaV-Station/Delta-v/issues) that need to be done and anybody can pick them up. Don't be afraid to ask for help either! -We are currently accepting translations of the game on our main repository. If you would like to translate the game into another language check the #localization channel in our [Discord](https://go.delta-v.org/AtDxv) - Make sure to read [CONTRIBUTING.md](/CONTRIBUTING.md) if you are new to Delta-V! ## Building diff --git a/Resources/ConfigPresets/DeltaV/deltav.toml b/Resources/ConfigPresets/DeltaV/deltav.toml index 3157c4000c..6e60637bb5 100644 --- a/Resources/ConfigPresets/DeltaV/deltav.toml +++ b/Resources/ConfigPresets/DeltaV/deltav.toml @@ -17,11 +17,11 @@ custom_reason = "You have not played on Delta-V long enough to connect to this s [infolinks] discord = "https://discord.gg/deltav" github = "https://github.com/DeltaV-Station/Delta-v" -#website = "https://www.delta-v.org/" -wiki = "https://wiki.delta-v.org/view/Main_Page" -#patreon = "https://www.patreon.com/Delta_v" +website = "https://www.deltav.gay/" +wiki = "https://wiki.deltav.gay/view/Main_Page" +patreon = "https://www.patreon.com/c/DeltaVSS14" bug_report = "https://github.com/DeltaV-Station/Delta-v/issues/new/choose" -#forum = "https://forum.delta-v.org/" +#forum = "https://forum.deltav.gay/" appeal = "https://discord.gg/deltav" [net] diff --git a/Resources/Locale/en-US/_DV/connection-messages.ftl b/Resources/Locale/en-US/_DV/connection-messages.ftl index 5d2ea9b151..75dd9621ac 100644 --- a/Resources/Locale/en-US/_DV/connection-messages.ftl +++ b/Resources/Locale/en-US/_DV/connection-messages.ftl @@ -1 +1 @@ -whitelist-not-whitelisted-peri = You are not whitelisted. To become whitelisted, apply on our forum. It can be found at https://forum.delta-v.org/ +whitelist-not-whitelisted-peri = You are not whitelisted. To become whitelisted, apply on our forum. It can be found in #whitelist-applications on our Discord at https://discord.gg/deltav diff --git a/Resources/ServerInfo/RedialAddresses.txt b/Resources/ServerInfo/RedialAddresses.txt index 16a49cf76a..02154c6611 100644 --- a/Resources/ServerInfo/RedialAddresses.txt +++ b/Resources/ServerInfo/RedialAddresses.txt @@ -4,8 +4,9 @@ # Mining Station ss14://nfn.mooo.com:1213 # Delta-V -ss14://delta-v.org:1212 -ss14://delta-v.org:1213 +ss14://deltav.gay:1212 +ss14://deltav.gay:1213 +ss14://deltav.gay:1214 # Frontier ss14://167.235.179.74:1212 # BRC Nyano diff --git a/Resources/ServerInfo/RedialAddressesCentral.txt b/Resources/ServerInfo/RedialAddressesCentral.txt index 98812dfe91..52c6508911 100644 --- a/Resources/ServerInfo/RedialAddressesCentral.txt +++ b/Resources/ServerInfo/RedialAddressesCentral.txt @@ -5,7 +5,9 @@ # Mining Station ss14://nfn.mooo.com:1213 # Delta-V -ss14://delta-v.org:1212 +ss14://deltav.gay:1212 +ss14://deltav.gay:1213 +ss14://deltav.gay:1214 # Frontier ss14://167.235.179.74:1212 # BRC Nyano diff --git a/Tools/publish_github_artifact.py b/Tools/publish_github_artifact.py index 145dc69b22..b2e2e49624 100755 --- a/Tools/publish_github_artifact.py +++ b/Tools/publish_github_artifact.py @@ -14,7 +14,7 @@ VERSION = os.environ['GITHUB_SHA'] # CONFIGURATION PARAMETERS # Forks should change these to publish to their own infrastructure. # -ROBUST_CDN_URL = "https://cdn.delta-v.org/" +ROBUST_CDN_URL = "https://cdn.deltav.gay/" FORK_ID = "delta-v" def main(): diff --git a/Tools/publish_multi_request.py b/Tools/publish_multi_request.py index 03edea02b4..95013eefeb 100755 --- a/Tools/publish_multi_request.py +++ b/Tools/publish_multi_request.py @@ -14,7 +14,7 @@ RELEASE_DIR = "release" # CONFIGURATION PARAMETERS # Forks should change these to publish to their own infrastructure. # -ROBUST_CDN_URL = "https://cdn.delta-v.org/" +ROBUST_CDN_URL = "https://cdn.deltav.gay/" FORK_ID = "delta-v" def main():