From 1a63a10715e59c07f57b2d46af54aaeb458abe8b Mon Sep 17 00:00:00 2001 From: BornIncompetence Date: Mon, 8 Nov 2021 17:28:21 -0800 Subject: [PATCH] Funny Block Game --- Tetris-Effect:-Connected.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Tetris-Effect:-Connected.md diff --git a/Tetris-Effect:-Connected.md b/Tetris-Effect:-Connected.md new file mode 100644 index 0000000..9a32e55 --- /dev/null +++ b/Tetris-Effect:-Connected.md @@ -0,0 +1,21 @@ +Tetris Effect Connected is intermittently playable. This is due to the game hard crashing when making many types of screen transitions or **effects**. These include, but are not limited to: + +* Pausing the game +* Mid-level transitions +* Finishing a level +* Exiting a level +* And a few more... + +### Graphics + +Graphics are currently broken on OpenGL, at least on Nvidia GPUs. To solve most of these issues, set your rendering API to `Vulkan` + +### Networking Issues + +The game will hard lock when attempting to access any online service such as leaderboards and player avatars and names. On update titles starting from version 1.0.1, the game requires such a connection to online services during boot; causing the game to freeze and making the game inaccessible. + +To fix all these issues, set the Network Interface to `None`; the game from then on work in Offline Mode, allowing you to access Effect Modes and Local Multiplayer. + +### Screenshots + +Coming Soon...