Skip to content

Commit

Permalink
Drop fflag tips and tricks, link to bloxstrap instead
Browse files Browse the repository at this point in the history
Signed-off-by: Jrelvas <[email protected]>
  • Loading branch information
jrelvas-ipc authored Nov 23, 2023
1 parent 68519df commit 710ec43
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions src/Configuration/tips-and-tricks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,7 @@ Example replacement of Roblox's default death sound:
```

## FFlags
This section is undocumented; below is a list of fflags that can be set. Credits to [Bloxstrap](https://github.com/pizzaboxer/bloxstrap/blob/main/Bloxstrap/FastFlagManager.cs).

```toml
# See https://github.com/pizzaboxer/bloxstrap/wiki/A-guide-to-FastFlags#gui-hiding
DFIntCanHideGuiGroupId = 32380007

# See IGMenuVersions in Bloxstrap for more details
FFlagDisableNewIGMinDUA = true
FFlagEnableInGameMenuControls = true

# true for 21 bars, false for 10 bars; in graphics quality
FFlagFixGraphicsQuality = true

DFFlagDebugRenderForceTechnologyVoxel = false # Voxel
FFlagDebugForceFutureIsBrightPhase2 = false # ShadowMap
FFlagDebugForceFutureIsBrightPhase = true # Future
```
See [Bloxstrap's guide to FastFlags](https://github.com/pizzaboxer/bloxstrap/wiki/A-guide-to-FastFlags).

## Environmental variables
+ `WINEESYNC`: allows Wine Staging to use Esync, please see [HowToEsync](https://github.com/lutris/docs/blob/master/HowToEsync.md) for more information.
Expand Down

0 comments on commit 710ec43

Please sign in to comment.