Compare commits

..

3 commits

Author SHA1 Message Date
Ell
123fd4de08 fix link 2024-11-28 22:52:18 +01:00
Ell
26f211d16f oops 2024-11-28 22:46:59 +01:00
Ell
14dc8dcdde restructured community resources page and added simple object loader mod 2024-11-28 22:46:21 +01:00
4 changed files with 15 additions and 9 deletions

View file

@ -13,4 +13,5 @@ RewriteRule ^InGameNews(.html)?$ "https://tinylifegame.com/ingamenews" [R=301,L]
RewriteRule ^articles/content_policy(.html)?$ "https://tinylifegame.com/content_policy" [R=301,L]
RewriteRule ^articles/common_issues(.html)?$ "https://tinylifegame.com/common_issues" [R=301,L]
RewriteRule ^articles/preview(.html)?$ "https://tinylifegame.com/preview" [R=301,L]
RewriteRule ^articles/community_mod_tutorials(.html)?$ "https://docs.tinylifegame.com/articles/community_tutorials.html" [R=301,L]
RewriteRule ^articles/community_mod_tutorials(.html)?$ "https://docs.tinylifegame.com/articles/community_resources.html" [R=301,L]
RewriteRule ^articles/community_tutorials(.html)?$ "https://docs.tinylifegame.com/articles/community_resources.html" [R=301,L]

View file

@ -1,15 +1,20 @@
# Community Tutorials
We want to use this section to showcase some of the tutorials and helpful bits of content that Tiny Life custom content creators have created.
# Community Custom Content Resources
We want to use this section to showcase some of the tutorials, helpful bits of content and modding utility mods that Tiny Life custom content creators 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_tutorials.md).**
**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_resources.md).**
## McChicky's Clothing Tutorials
## Tutorials
### McChicky's Modding 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)
## Miscellaneous Tutorials
### Miscellaneous Tutorials
- Yirggzmb's guide for [creating custom maps](https://yirggzmb.github.io/tinylife/mapcreation.html), which goes much more in-depth than [ours](custom_maps.md)
## Utility Mods
### Simple Object Loader
The modder [Sir-Fenrir](https://github.com/Sir-Fenrir) is working on a cool mod that allows easily creating simple custom objects including furniture, tiles, wallpaper and more, all through JSON files rather than C# code. To get started, check out the mod's [documentation](https://github.com/Sir-Fenrir/simple-object-loader/blob/main/README.md) and download it on the [workshop page](https://steamcommunity.com/sharedfiles/filedetails/?id=3117181034).

View file

@ -33,4 +33,4 @@ Technically, you can [download the game](https://tinylifegame.com/) and then dec
Since the mod is compiled against the same dependencies as Tiny Life, it also needs to have the same versions of those dependencies for mods to work correctly with the game. Each update to the template repository is [tagged](https://github.com/Ellpeck/TinyLifeExampleMod/tags) with the game's version number. If you want to develop for a certain version, just check that tag's [project file](https://github.com/Ellpeck/TinyLifeExampleMod/blob/main/ExampleMod.csproj) to see the required dependency versions, as well as the required .NET version.
## What Next?
Go crazy with your ideas! If you're looking for inspiration, you can check out the [community tutorials](community_tutorials.md) article or play around with [other players' mods](getting.md).
Go crazy with your ideas! If you're looking for inspiration, you can check out the [community tutorials](community_resources.md) article or play around with [other players' mods](getting.md).

View file

@ -21,5 +21,5 @@
- name: Community
- name: Contributing Localizations
href: localization.md
- name: Community Tutorials
href: community_tutorials.md
- name: Custom Content Resources
href: community_resources.md