mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-26 12:58:34 +01:00
Compare commits
3 commits
7b40a19604
...
2814e7c296
Author | SHA1 | Date | |
---|---|---|---|
2814e7c296 | |||
56ece17487 | |||
2c0ad755a9 |
1 changed files with 5 additions and 1 deletions
|
@ -12,7 +12,8 @@ When reporting an issue to Tiny Life developers, please make sure that you have
|
||||||
### The game won't start correctly
|
### The game won't start correctly
|
||||||
This can have multiple reasons:
|
This can have multiple reasons:
|
||||||
- When downloading the game from itch, make sure to **extract the zip archive** before starting the game executable within it.
|
- When downloading the game from itch, make sure to **extract the zip archive** before starting the game executable within it.
|
||||||
- Some ARM-based distributions of Linux and Mac (like newer MacBooks that use Apple Silicon) don't support Tiny Life without installing additional tools (like [Rosetta](https://en.wikipedia.org/wiki/Rosetta_(software))) to translate instructions correctly. You might have to do additional research to figure out what these are for your device.
|
- Some ARM-based distributions of Linux and Mac (like newer MacBooks that use Apple Silicon) don't support Tiny Life without installing additional tools (like [Rosetta](https://en.wikipedia.org/wiki/Rosetta_(software)) or [QEMU](https://www.qemu.org/)) to translate instructions correctly. You might have to do additional research to figure out what these are for your device.
|
||||||
|
- Some older operating system versions don't support Tiny Life, which currently runs on .NET 6. Unfortunately, especially Mac is known for having very short lifecycles for supported versions. To see if your operating system version is supported by .NET 6, you can take a look at [the official list](https://github.com/dotnet/core/blob/main/release-notes/6.0/supported-os.md).
|
||||||
- When downloading the game from itch on a Mac, your device might warn you about the application's **security**, since Tiny Life is not signed by Apple. If you want to run the game anyway, hold the Option key, then right-click and select Open.
|
- When downloading the game from itch on a Mac, your device might warn you about the application's **security**, since Tiny Life is not signed by Apple. If you want to run the game anyway, hold the Option key, then right-click and select Open.
|
||||||
|
|
||||||
### There's no log file to attach to my bug report
|
### There's no log file to attach to my bug report
|
||||||
|
@ -28,3 +29,6 @@ Sometimes an action is grayed out and its tooltip displays this reason, even tho
|
||||||
|
|
||||||
### An out-of-town action (like going to work) fails immediately
|
### An out-of-town action (like going to work) fails immediately
|
||||||
It turns out that this happens when someone leaves an item right on the world border that your Tiny is trying to exit the world at. You can solve this either by having your Tiny "Go Here" to another world border before selecting the out-of-town action again, or you can pick up the blocking item and put it down elsewhere.
|
It turns out that this happens when someone leaves an item right on the world border that your Tiny is trying to exit the world at. You can solve this either by having your Tiny "Go Here" to another world border before selecting the out-of-town action again, or you can pick up the blocking item and put it down elsewhere.
|
||||||
|
|
||||||
|
### Tinies are entering my house without my permission
|
||||||
|
This is the way that Tinies visiting a lot currently works. There's no way to disable this behavior right now, but you can select your front door and lock it for other Tinies, which means they won't be able to enter your house anymore. In the future, we plan on making it so that Tinies have to be invited into your house to be allowed to enter.
|
||||||
|
|
Loading…
Reference in a new issue