diff --git a/config/tapestop.toml b/config/tapestop.toml deleted file mode 100644 index 7e022de0..00000000 --- a/config/tapestop.toml +++ /dev/null @@ -1,23 +0,0 @@ -enabled = true -timeoutMs = 25000 - -[Trigger] -whenMinimized = true -# Tape stops when the game is minimized. - -whenLostFocus = true -# Tape stops when the game loses focus. - -afterGUITimeout = true -# Tape stops when the game is in a GUI screen(inventory, pause menu, etc.) and reaches the timeout specified above. - -afterGameTimeout = true -# Tape stops when the game is not in a GUI screen and reaches the timeout specified above. - -[Debug] -debug = true -# Prints debug messages to the console. - -[Visual] -panorama = false -# Renders the panorama background while tape stopped. \ No newline at end of file