Merge remote-tracking branch 'origin/main'

This commit is contained in:
Ell 2023-12-05 18:40:40 +01:00
commit 5b0c713438
7 changed files with 27 additions and 16 deletions

View file

@ -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!)

View file

@ -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

View file

@ -0,0 +1,12 @@
# 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).
## 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)
- [Understanding the Tiny Life Docs through Clothing Accessories](https://docs.google.com/document/d/e/2PACX-1vTQRMeR2eNb74xLGVZk_2JkFC_WhhchmopujRBUVHrU8GZCGYUltfML9-neQVnmaKuv4Co_souSH6Ve/pub)

View file

@ -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,13 @@
- 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
- name: Community Tutorials
href: community_mod_tutorials.md

View file

@ -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).

View file

@ -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/

View file

@ -9,7 +9,7 @@ summary: A fun simulation game where you mess with people's lives
<div class="community-top">
<h1>💬 Community Showcase</h1>
<p>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.</p>
<p>All content on this page abides by the <a href="https://docs.tinylifegame.com/articles/content_policy.html">Tiny Life Content and Community Policy</a>, 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.</p>
<p>As far as we're aware, all content on this page abides by the <a href="https://docs.tinylifegame.com/articles/content_policy.html">Tiny Life Content and Community Policy</a>, 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.</p>
<p><strong>If you're interested in having your content added to this page, please let us know on <a href="https://link.tinylifegame.com/discordweb">the Discord server</a> or <a href="https://github.com/Ellpeck/TinyLifeWeb/blob/main/web/_data/community_content.json">submit a pull request</a>.</strong></p>
</div>