diff --git a/docs/articles/common_issues.md b/docs/articles/common_issues.md index 36ecbe9..6a4c915 100644 --- a/docs/articles/common_issues.md +++ b/docs/articles/common_issues.md @@ -2,7 +2,7 @@ This is a list of commonly faced problems when downloading, installing and playing the game. Please read this list carefully before reporting an issue. ## User Issues -The following issues unfortunately **cannot** be fixed by Tiny Life's developers, and players have to take action themselves to fix them. If you're struggling with solving these issues yourself, feel free to ask for help in [the Discord server](https://ellpeck.de/discord). +The following issues unfortunately **cannot** be fixed by Tiny Life's developers, and players have to take action themselves to fix them. If you're struggling with solving these issues yourself, feel free to ask for help in [the Discord server](https://link.tinylifegame.com/discord). ### I get an error or crash with mods installed For issues that only happen with mods, please contact the mods' developers. diff --git a/docs/articles/content_policy.md b/docs/articles/content_policy.md index 99e2eb9..770bbfa 100644 --- a/docs/articles/content_policy.md +++ b/docs/articles/content_policy.md @@ -13,7 +13,7 @@ All content that does not follow these rules will be removed from the official p - ❌ You are not allowed to **reupload or otherwise redistribute** the Tiny Life binary, assets, or code. If you want people to be able to find the game easily, it is recommended that you link to its website https://tinylifegame.com. ## Tiny Life Content on Official Platforms -Tiny Life's official platforms include [the itch community](https://ellpeck.itch.io/tiny-life/community), [the Steam workshop](https://steamcommunity.com/app/1651490/workshop/), [the Discord server](https://ellpeck.de/discord), and [the Twitter page](https://twitter.com/TinyLifeGame). For these platforms, there are a multitude of additional rules. +Tiny Life's official platforms include [the itch community](https://ellpeck.itch.io/tiny-life/community), [the Steam community](https://steamcommunity.com/app/1651490), [the Steam workshop](https://steamcommunity.com/app/1651490/workshop/), [the Discord server](https://link.tinylifegame.com/discord), and [the Twitter page](https://twitter.com/TinyLifeGame). For these platforms, there are a multitude of additional rules. - ✔️ You are free (and encouraged!) to create and share or post comments, opinions, videos, livestreams, blog posts, and other content that shows off or relates to Tiny Life and its features, with the community through the official platforms. - ❌ You are not allowed to post comments or share mods or other types of custom content that suggest or attempt **removing or hiding** features from the game that support **body positivity**, **bodily autonomy**, **queer representation**, **gender equality**, and **racial diversity**. - ❌ You are not allowed to post messages or share mods or other types of custom content that promote or engage in **criminal activity**, including but not limited to illegal drug use and abuse of minors or adults. @@ -21,4 +21,4 @@ Tiny Life's official platforms include [the itch community](https://ellpeck.itch ## About this Policy -This policy may be updated from time to time. Its change history can be found on the [GitHub repository](https://github.com/Ellpeck/TinyLifeWeb/commits/main/docs/articles/content_policy.md). If you have any questions about this policy, please don't hesitate to ask on [the Discord server](https://ellpeck.de/discord). +This policy may be updated from time to time. Its change history can be found on the [GitHub repository](https://github.com/Ellpeck/TinyLifeWeb/commits/main/docs/articles/content_policy.md). If you have any questions about this policy, please don't hesitate to ask on [the Discord server](https://link.tinylifegame.com/discord). diff --git a/docs/articles/creating_textures.md b/docs/articles/creating_textures.md index 494c370..812f139 100644 --- a/docs/articles/creating_textures.md +++ b/docs/articles/creating_textures.md @@ -1,5 +1,5 @@ # Creating Textures -When creating textures, either for custom mods or to change the game's default textures, there are several things that you will have to look out for. This article provides some guidelines and explanations. Note that this article is not exhaustive, so don't hesitate to [let us know](https://ellpeck.de/discord) if there's anything you're confused by! +When creating textures, either for custom mods or to change the game's default textures, there are several things that you will have to look out for. This article provides some guidelines and explanations. Note that this article is not exhaustive, so don't hesitate to [let us know](https://link.tinylifegame.com/discord) if there's anything you're confused by! ## General notes - Items that should be able to have color schemes applied to them in games should use a grayscale texture. The individual colors will then be applied to the grayscale texture when drawing. diff --git a/docs/articles/getting.md b/docs/articles/getting.md index f8b15dc..1dfe482 100644 --- a/docs/articles/getting.md +++ b/docs/articles/getting.md @@ -1,5 +1,5 @@ # Getting Custom Content -You can get custom lots, households and mods from [the community](https://itch.io/board/1032686/mods). +You can get custom lots, households and mods from [the Steam workshop](https://steamcommunity.com/app/1651490/workshop/), [the Discord server](https://link.tinylifegame.com/discord). Installing a mod or other custom content is pretty simple: - Find the `Tiny Life` folder by following [this simple guide](game_dir.md) diff --git a/docs/articles/localization.md b/docs/articles/localization.md index 30a1755..51109d7 100644 --- a/docs/articles/localization.md +++ b/docs/articles/localization.md @@ -5,7 +5,7 @@ If you're interested in contributing new languages to Tiny Life's localization or editing the text of existing translations, it is greatly appreciated! Sadly, I don't have the ability to pay translators right now, so any work you do will be volunteer-based. That being said, you will, of course, be credited in the game's Credits Menu with a link to a social media profile of your choice, and you will greatly contribute to the game's community! -If you want to join the team of translators, the first step is to message Ellpeck, either privately after joining [the Discord server](https://ellpeck.de/discord), or in the `#tinylife` channel. You'll also need an account on [the translation site](https://translate.ellpeck.de/), where you can log in directly with a GitHub or Discord account. +If you want to join the team of translators, the first step is to message Ellpeck, either privately after joining [the Discord server](https://link.tinylifegame.com/discord), or in the `#tinylife` channel. You'll also need an account on [the translation site](https://translate.ellpeck.de/), where you can log in directly with a GitHub or Discord account. ## General Notes The following list contains a few bits of additional information that you should keep in mind when translating: diff --git a/docs/articles/mod_basics.md b/docs/articles/mod_basics.md index 4db98ee..6a98acd 100644 --- a/docs/articles/mod_basics.md +++ b/docs/articles/mod_basics.md @@ -8,7 +8,7 @@ To run and publish your mods, you can use the included [Cake](https://cakebuild. The game's API is **fully documented**. The documentation is easily accessible by opening any of the API's files in your IDE. The most updated version can be found on this site as well. -If you have any questions, don't hesitate to [ask on the Discord](https://ellpeck.de/discord) or [start a discussion](https://github.com/Ellpeck/TinyLifeExampleMod/discussions) about it. +If you have any questions, don't hesitate to [ask on the Discord](https://link.tinylifegame.com/discord) or [start a discussion](https://github.com/Ellpeck/TinyLifeExampleMod/discussions) about it. ## Distributing mods To distribute your mod to other people, you can simply run `dotnet cake --target Publish`. This task will automatically create a `zip` archive that you can share. If you want other players to try out your mod, you can also post it to [the community](https://itch.io/board/1032686/mods). diff --git a/web/_includes/top.html b/web/_includes/top.html index a71fea8..bd01a0e 100644 --- a/web/_includes/top.html +++ b/web/_includes/top.html @@ -19,7 +19,7 @@ Follow on Twitter - Join the Discord + Join the Discord See Documentation Get Press Kit