From 76beb0e6cec2734dd8f5ce7551d6f5851e1c9b6d Mon Sep 17 00:00:00 2001 From: BornIncompetence Date: Mon, 6 Dec 2021 19:17:36 -0800 Subject: [PATCH] migrate wiki page --- tetris-r-effect-connected.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tetris-r-effect-connected.md diff --git a/tetris-r-effect-connected.md b/tetris-r-effect-connected.md new file mode 100644 index 0000000..2973c26 --- /dev/null +++ b/tetris-r-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 will work in Airplane Mode, allowing you to access Effect Modes and Local Multiplayer without issues. Settings the game to OFFLINE mode in versions 1.0.4 and up will **not** solve the freezing at boot. + +### Screenshots + +Coming Soon...