From 1d8c3e0d47a1ca73e3a7230401c93c60bca982e8 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 24 Nov 2023 20:47:29 +0100 Subject: [PATCH 1/6] reorganized tocs a bit --- docs/articles/cheats.md | 2 +- docs/articles/toc.yml | 14 ++++++++------ docs/toc.yml | 4 ++-- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/articles/cheats.md b/docs/articles/cheats.md index d1899aa..ed1d207 100644 --- a/docs/articles/cheats.md +++ b/docs/articles/cheats.md @@ -1,4 +1,4 @@ -# Testing Cheats +# Cheats You can open up the game's cheat menu by pressing the `F1` key. Here is a list of some of the more useful cheats for mod development and testing. Keep in mind that `[arguments]` need to be replaced with your custom value, and the brackets `[]` need to be omitted. ## In-game cheats diff --git a/docs/articles/toc.yml b/docs/articles/toc.yml index c0e3f4b..fe3cff8 100644 --- a/docs/articles/toc.yml +++ b/docs/articles/toc.yml @@ -1,10 +1,12 @@ - name: Playing Tiny Life - name: Troubleshooting Common Issues href: common_issues.md -- name: Tiny Life's Data Folder - href: game_dir.md - name: About Preview Versions href: preview.md +- name: Tiny Life's Data Folder + href: game_dir.md +- name: Cheats + href: cheats.md - name: Community - name: Content and Community Policy @@ -15,11 +17,11 @@ - name: Custom Content - name: Getting Custom Content href: getting.md +- name: Creating Custom Maps + href: custom_maps.md + +- name: Modding - name: Modding Basics href: mod_basics.md - name: Creating Textures href: creating_textures.md -- name: Creating Custom Maps - href: custom_maps.md -- name: Testing Cheats - href: cheats.md diff --git a/docs/toc.yml b/docs/toc.yml index ead1ed3..a48cde1 100644 --- a/docs/toc.yml +++ b/docs/toc.yml @@ -1,8 +1,8 @@ - name: Main Site href: https://tinylifegame.com -- name: Introduction +- name: Home href: / -- name: Articles +- name: Tutorials href: articles/ - name: API Documentation href: api/ From 189f1debc8492e5e14c082ae26297fc692061a03 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 24 Nov 2023 21:06:52 +0100 Subject: [PATCH 2/6] note about draft prs --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 3d557d8..92961c5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ Welcome to the Tiny Life Modding API! On here, you can find the full modding API - This site features a web version of the modding API's [documentation](xref:TinyLife) as well, which is a verbatim copy of the XML documentation that you can find in the API's source. ## Contributing -If you've made a mod for Tiny Life before, and you think you know what you're doing, you can help others by contributing your own tutorial articles or improving existing ones. You can get started doing so by [submitting a pull request](https://github.com/Ellpeck/TinyLifeWeb/pulls). +If you've made a mod for Tiny Life before, and you think you know what you're doing, you can help others by contributing your own tutorial articles or improving existing ones. You can get started doing so by [submitting a pull request](https://github.com/Ellpeck/TinyLifeWeb/pulls). If you do, please start out with a draft pull request so we can communicate about your plans for the content you're contributing. If you found an error in the game's API or its documentation, you can also [submit an issue](https://github.com/Ellpeck/TinyLifeWeb/issues). From cf869f4cf43b247957e48f83e4a94c433d5e0267 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 24 Nov 2023 23:42:01 +0100 Subject: [PATCH 3/6] added community modding tutorials section --- docs/articles/community_mod_tutorials.md | 8 ++++++++ docs/articles/toc.yml | 2 ++ web/community.html | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 docs/articles/community_mod_tutorials.md diff --git a/docs/articles/community_mod_tutorials.md b/docs/articles/community_mod_tutorials.md new file mode 100644 index 0000000..f2fdb80 --- /dev/null +++ b/docs/articles/community_mod_tutorials.md @@ -0,0 +1,8 @@ +# Community Modding Tutorials +Similarly to how the [Community Showcase](https://tinylifegame.com/community/) is dedicated to showing off some of the amazing content that the Tiny Life community has created for the game, we want to use this section to showcase some of the tutorials and helpful bits of content that Tiny Life modders have created. + +Of course, please take care when using these resources, as their content may be incorrect or outdated. That being said, as far as we're aware, all of these resources abide by the [Tiny Life Content and Community Policy](https://docs.tinylifegame.com/articles/content_policy.html). + +If you're interested in having your content added to this page, please let us know on [the Discord server](https://link.tinylifegame.com/discordweb) or [submit a pull request](https://github.com/Ellpeck/TinyLifeWeb/blob/main/docs/articles/community_mod_tutorials.md). + +*There's nothing here yet...* diff --git a/docs/articles/toc.yml b/docs/articles/toc.yml index fe3cff8..a33ae11 100644 --- a/docs/articles/toc.yml +++ b/docs/articles/toc.yml @@ -25,3 +25,5 @@ href: mod_basics.md - name: Creating Textures href: creating_textures.md +- name: Community Tutorials + href: community_mod_tutorials.md diff --git a/web/community.html b/web/community.html index 7222e6c..e52e57c 100644 --- a/web/community.html +++ b/web/community.html @@ -9,7 +9,7 @@ summary: A fun simulation game where you mess with people's lives

💬 Community Showcase

Ever since Tiny Life released into Early Access, the game's community has been growing steadily, and you all have been absolutely amazing. You've released videos, livestreamed gameplay, created mods, households, lots and other custom content, and you've even drawn fan art of pre-made Tinies! We love community contributions, and so we want to dedicate this section to our community and showcase some of the awesome stuff you've created.

-

All content on this page abides by the Tiny Life Content and Community Policy, and you can consider content on this page to be officially endorsed. Nevertheless, please always take care when downloading and installing custom content and mods for Tiny Life.

+

As far as we're aware, all content on this page abides by the Tiny Life Content and Community Policy, and you can consider content on this page to be officially endorsed. Nevertheless, please always take care when downloading and installing custom content and mods for Tiny Life.

If you're interested in having your content added to this page, please let us know on the Discord server or submit a pull request.

From 5fc859b2444a89bd165b998d9f3d25481a3bc772 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 25 Nov 2023 10:41:53 +0100 Subject: [PATCH 4/6] added McChicky's tutorials --- docs/articles/community_mod_tutorials.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/articles/community_mod_tutorials.md b/docs/articles/community_mod_tutorials.md index f2fdb80..4e91b25 100644 --- a/docs/articles/community_mod_tutorials.md +++ b/docs/articles/community_mod_tutorials.md @@ -5,4 +5,7 @@ Of course, please take care when using these resources, as their content may be If you're interested in having your content added to this page, please let us know on [the Discord server](https://link.tinylifegame.com/discordweb) or [submit a pull request](https://github.com/Ellpeck/TinyLifeWeb/blob/main/docs/articles/community_mod_tutorials.md). -*There's nothing here yet...* +## McChicky's Tutorials +McChicky's tutorials have easy-to-follow descriptions and lots of screenshots, so they're especially recommended for people just starting out with Tiny Life modding. +- [Creating a Basic Hair Mod from Scratch](https://docs.google.com/document/d/e/2PACX-1vShsxqDFy4TqvOG_eq5kpD5gnMvCJ4to0CdC_PnFHjfPTdVJIDMPbdsqVqI-hPHuMeYXMQitesvSbQ7/pub) +- [Creating Multi-Colored Hair](https://docs.google.com/document/d/e/2PACX-1vRKkXlBlPozVQHQBdkihDJZLxwKQHyiHYJxXDjV05Q70ietByleY6DipTgfG0jaYftxSD92JeoPmDoj/pub) From 4f737c6535806169d7fb003d181870ceb7d58348 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 27 Nov 2023 22:55:16 +0100 Subject: [PATCH 5/6] added another one of chicky's tutorials --- docs/articles/community_mod_tutorials.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/articles/community_mod_tutorials.md b/docs/articles/community_mod_tutorials.md index 4e91b25..e926d09 100644 --- a/docs/articles/community_mod_tutorials.md +++ b/docs/articles/community_mod_tutorials.md @@ -9,3 +9,4 @@ If you're interested in having your content added to this page, please let us kn McChicky's tutorials have easy-to-follow descriptions and lots of screenshots, so they're especially recommended for people just starting out with Tiny Life modding. - [Creating a Basic Hair Mod from Scratch](https://docs.google.com/document/d/e/2PACX-1vShsxqDFy4TqvOG_eq5kpD5gnMvCJ4to0CdC_PnFHjfPTdVJIDMPbdsqVqI-hPHuMeYXMQitesvSbQ7/pub) - [Creating Multi-Colored Hair](https://docs.google.com/document/d/e/2PACX-1vRKkXlBlPozVQHQBdkihDJZLxwKQHyiHYJxXDjV05Q70ietByleY6DipTgfG0jaYftxSD92JeoPmDoj/pub) +- [Understanding the Tiny Life Docs through Clothing Accessories](https://docs.google.com/document/d/e/2PACX-1vTQRMeR2eNb74xLGVZk_2JkFC_WhhchmopujRBUVHrU8GZCGYUltfML9-neQVnmaKuv4Co_souSH6Ve/pub) From 22039ecabc61a017b165872996abede5842d77f3 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 1 Dec 2023 16:40:23 +0100 Subject: [PATCH 6/6] remove news --- InGameNews.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/InGameNews.md b/InGameNews.md index 1a690b8..e69de29 100644 --- a/InGameNews.md +++ b/InGameNews.md @@ -1,5 +0,0 @@ -The Steam Autumn Sale just started, and with it, the **Steam Awards Nominations**! For more info and how to nominate your favorite game (maybe even Tiny Life??), check out this post! ❤️ - -[>> THIS POST <<](https://store.steampowered.com/news/app/1651490/view/6940671479657332380) - -(There may even be some sneak peeks in there too!)