From 8cbadb61604667b407b53ee1258433994fa4765a Mon Sep 17 00:00:00 2001 From: coasteen Date: Thu, 9 Jul 2026 10:42:28 +0330 Subject: init --- sober/config.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 sober/config.json (limited to 'sober/config.json') diff --git a/sober/config.json b/sober/config.json new file mode 100755 index 0000000..eac69b0 --- /dev/null +++ b/sober/config.json @@ -0,0 +1,24 @@ +// !!! STOP !!! +// This file is not meant to be edited by hand unless you know what you're doing. You are encouraged to use the settings menu instead (Right click Sober in your apps menu, then hit "Settings") +// You can prevent Sober from launching by improperly formatting this file's JSON, or possibly mess up the Roblox engine by toggling certain flags intended for Roblox engineers. +// **If you got Fastflags from an FFlag guide, Reddit post, AI model, or a YouTuber, you shouldn't be here, and the FFlags provided are likely made up. We will not provide support for any bugs caused by Fastflag usage.** +// Incase you mess up, you can reset this file by deleting it. It will be recreated the next time you launch Sober. +// ------------------------------------------- +// Documentation is available at https://vinegarhq.org/Sober/Configuration/index.html - We encourage you to read it before toggling anything. +{ + "allow_gamepad_permission": false, + "close_on_leave": false, + "discord_rpc_enabled": false, + "enable_gamemode": true, + "enable_hidpi": false, + "fflags": { + "DFFlagTextureQualityOverrideEnabled": true, + "DFIntTextureQualityOverride": 3, + "FFlagExample": true + }, + "server_location_indicator_enabled": false, + "touch_mode": "off", + "use_console_experience": false, + "use_libsecret": false, + "use_opengl": true +} -- cgit v1.2.3