diff --git a/web/_includes/common_issues.md b/web/_includes/common_issues.md index c8ff20c..9290a02 100644 --- a/web/_includes/common_issues.md +++ b/web/_includes/common_issues.md @@ -29,3 +29,10 @@ If this happens, the game will create a file next to the game's executable calle # My Tinies automatically get assigned wrong genealogies Transitive genealogies are automatically calculated in the character creator. For example, adding a parent and a child for a Tiny automatically causes them to have a grandparent/grandchild relationship. The current implementation of this system may contain some oversights causing incorrect transitive genealogies to be calculated automatically. To fix this issue temporarily and be able to set your own genealogies manually, you can enable the `IgnoreTransitive` [cheat](https://docs.tinylifegame.com/articles/cheats.html). + +# My issue isn't listed here +If your issue isn't listed here, it might mean that no one has encountered it yet, or it hasn't been reported by anyone yet. If that is the case, please **report it through [the feedback form](https://tinylifegame.com/bugreport)**. When doing so, please try to include as much information about the circumstances around it as possible. + +If the game launches correctly for you, you can also access the feedback form through the buttons on the main menu or the in-game pause menu, as this will automatically include some additional information. + +![](../media/common_issues.png) diff --git a/web/media/common_issues.png b/web/media/common_issues.png new file mode 100644 index 0000000..0775b3f Binary files /dev/null and b/web/media/common_issues.png differ