archive.imgui.cc

By
munyun
Published 2023-08-26

archive.imgui.cc was a community-driven resource dedicated to cataloging and sharing information about FastFlags configuration.

A method on how to bypass this via Proxy Interception is on our Patreon (Flag Browser/Membership)


Whitelisted FastFlags

Preserve rendering quality with display setting

{
    "DFFlagDisableDPIScale": "True"
}

FRM Quality Levels

{
    "DFIntDebugFRMQualityLevelOverride": "1"
}

Pause Voxelizer/Disable Baked Shadows

{
    "DFFlagDebugPauseVoxelizer": "True"
}

Gray Sky

{
    "FFlagDebugSkyGray": "True"
}

Force LOD on Meshes

{
    "DFIntCSGLevelOfDetailSwitchingDistance": "0",
    "DFIntCSGLevelOfDetailSwitchingDistanceL12": "0",
    "DFIntCSGLevelOfDetailSwitchingDistanceL23": "0",
    "DFIntCSGLevelOfDetailSwitchingDistanceL34": "0"
}

Force Texture Quality

{
    "DFFlagTextureQualityOverrideEnabled": "True",
    "DFIntTextureQualityOverride": "3"
}

Remove Grass

{
    "FIntFRMMinGrassDistance": "0",
    "FIntFRMMaxGrassDistance": "0",
    "FIntRenderGrassDetailStrands": "0",
}

Force MSAA

{
    "FIntDebugForceMSAASamples": "4"
}

Increased Grass Motion & No Grass Motion

{
    "FIntGrassMovementReducedMotionFactor": "999"
}
{
    "FIntGrassMovementReducedMotionFactor": "0"
}

Exclusive Fullscreen

{
    "FFlagHandleAltEnterFullscreenManually": "False"
}