Skip to content

GoingCrazyDude/fastflags-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Graphical Settings

Disable PostFX

Link To Original Post

{
    "FFlagDisablePostFx": true
}

Change Rendering Mode

Link To Original Post

For D3D11 (DirectX 11):

{
    "FFlagDebugGraphicsPreferD3D11": true
}

For D3D11FL10 (DirectX 11 but with the feature list of DirectX 10):

{
    "FFlagDebugGraphicsPreferD3D11FL10": true
}

For Vulkan:

Caution

Performance may vary (Worse on nvidia cards). Expect visual bugs and crashes.

{
    "FFlagDebugGraphicsPreferVulkan": true
}

For OpenGL:

{
    "FFlagDebugGraphicsPreferOpenGL": true
}

For Metal:

Important

Only for MacOS.

{
    "FFlagDebugGraphicsPreferMetal": true
}

Better Light Attenuation

Warning

May cause lighting artifacts.

Link To Original Post

{
    "FFlagNewLightAttenuation": true
}

Disable Baked Shadows

Link To Original Post

{
    "DFFlagDebugPauseVoxelizer": true
}

Force LOD For All Meshes

Link To Original Post

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

Remove Player Clothing Textures

Link To Original Post

{
    "DFIntTextureCompositorActiveJobs": 0
}

Skip MipMaps

Note

Set to anything below 0 to basically delete all textures.

Link To Original Post

{
  "FIntDebugTextureManagerSkipMips": 0
}

Force Texture Quality

Note

Set to any value from 0 to 3.

Link To Original Post

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

Uncap FPS

Link To Original Post

{
    "DFIntTaskSchedulerTargetFps": 9999,
    "FFlagTaskSchedulerLimitTargetFpsTo2402": false
}

FRM Quality Level Override

Note

Forces graphics quality. Render distance will still incerase however. Values range from 1 - 10 and 1 - 21 if using 21 bars.

Link To Original Post

{
    "DFIntDebugFRMQualityLevelOverride": 1
}

Enable MSAA

Caution

Values over 4 will cause viewports (3D Models) to be invisible.

Link To Original Post

{
    "FIntDebugForceMSAASamples": 0
}

Low Poly Terrain

Link To Original Post

{
    "FIntTerrainArraySliceSize": 8
}

Remove Player Shadows

Link To Original Post

{
    "FIntRenderShadowIntensity": 0
}

ShadowMap Bias

Link To Original Post

{
    "FIntRenderShadowmapBias": 75
}

UI/UX (User Interface)

Rename Charts Tab Back To Discover

Link To Original Post

{
    "FFlagLuaAppChartsPageRenameIXP": false
}

Rainbow UI / Viewport

Link To Original Post

{
    "FFlagDebugDisplayUnthemedInstances": true
}

Position Update UI/UX

Link To Original Post

{
    "FFlagAccessoryAdjustmentEnabled2":true,
    "FFlagHumanoidDescriptionUseInstances5":true,
    "FFlagHumanoidDescriptionFallback":true,
    "FFlagEnableNonUAPAccessoryAdjustment":true,
    "FFlagAXAccessoryAdjustment": true,
    "FFlagAXAccessoryAdjustmentIXPEnabled": true,
    "FFlagAXAccessoryAdjustmentIXPEnabledForAll": true,
    "FFlagAXAvatarFetchResultCamelCase": true,
    "FFlagAccessoryAdjustmentEnabled3": true
}

Chrome FTUX (First Time User Experience)

Link To Original Post

{
    "FFlagDebugEnableVRFTUXExperienceInStudio": true,
    "FFlagEnableChromeFTUX": true,
    "FFlagEnableVRFTUXExperienceV2": true
}

Revert To Old Report Menu

Link To Original Post

{
    "FFlagEnableReportAbuseMenuRoactABTest2": false,
    "FFlagEnableReportAbuseMenuRoact2": false,
    "FFlagEnableReportAbuseMenuLayerOnV3": false
}

Disable Beta Badge

Link To Original Post

{
    "FFlagVoiceBetaBadge": false,
    "FFlagTopBarUseNewBadge": false,
    "FFlagEnableBetaBadgeLearnMore": false,
    "FFlagBetaBadgeLearnMoreLinkFormview": false,
    "FFlagControlBetaBadgeWithGuac": false,
    "FStringVoiceBetaBadgeLearnMoreLink": ""
}

Disable Chat Translation

Link To Original Post

{
    "FFlagChatTranslationSettingEnabled3": false
}

Fix Beta Badge Dupe

Link To Original Post

{
    "FFlagFixDupeBetaBadge": true
}

Disable Haptics Toggle

Link To Original Post

{
    "FFlagAddHapticsToggle": false
}

Disable Self View

Link To original Post

{
    "FFlagCoreGuiTypeSelfViewPresent": false
}

Chat Keylogger

Link To Original Post

{
    "FFlagDebugTextBoxServiceShowOverlay": true
}

Remove Home Button

Link To Original Post

{
    "FFlagInGameMenuHomeButton": false
}

Chrome Pin Chat

Link To Original Post

{
    "FFlagEnableChromePinnedChat": true
}

Hide GUI

Note

Set to a id of a group you are in.

Link To Original Post

{
    "DFIntCanHideGuiGroupId": 0
}

Set Custom Font Size

Link To Original Post

{
    "FIntFontSizePadding": 1
}

Cleaner ESC Settings Menu

Link To Original Post

{
    "FFlagEnableAudioOutputDevice": false,
    "FIntV1MenuLanguageSelectionFeaturePerMillageRollout": 0,
    "FFlagChatTranslationSettingEnabled3": false
}

Disable "Output device" UI from Escape Menu

Link To Original Post

{
    "FFlagEnableAudioOutputDevice": false
}

Disable Fullscreen Titlebar

Link To Original Post

{
    "FIntFullscreenTitleBarTriggerDelayMillis": 3600000
}

Chrome UI

Caution

May cause the game to not load in certain games.

Link To Original Post

{
    "FFlagEnableInGameMenuChrome": true
}

QOL (Quality Of Life)

Disable VR Collision Fade

Link To Original Post

{
  "FFlagViewCollisionFadeToBlackInVR": "False"
}

Disable AD Portals

Link To Original Post

{
    "FFlagAdServiceEnabled": false
}

Scroll Speed

Link To Original Post

{
    "FIntScrollWheelDeltaAmount": 0
}

Disable Telemetry

Note

Does not disable all telemetry.

Link To Original Post

{
    "FFlagDebugDisableTelemetryEphemeralCounter": true,
	"FFlagDebugDisableTelemetryEphemeralStat": true,
	"FFlagDebugDisableTelemetryEventIngest": true,
	"FFlagDebugDisableTelemetryPoint": true,
	"FFlagDebugDisableTelemetryV2Counter": true,
	"FFlagDebugDisableTelemetryV2Event": true,
	"FFlagDebugDisableTelemetryV2Stat": true
}

Voice Chat

Voice Chat Volume

Link To Original Post

Note

Default value is 1000 (in thousandths).

{
    "DFIntVoiceChatVolumeThousandths": 1000
}

Return Old Voice Chat Bubble [WARNING: DISABLES AVATAR CHAT]

Link To Original Post

{
    "DFFlagFacialAnimationStreaming2": false
}

Misc

Enable New Camera Mode

Link To Original Post

{
    "FFlagNewCameraControls": true
}

Enable Audio Occlusion

Link To Original Post

{
    "FFlagDebugEnableDirectAudioOcclusion2": true
}

Make Your Flags Work On Certain Games Only

Link To Original Post

Sky's Flag Collection

Link To Original Post

Surfing The Web Inside of Roblox

Link To Original Post

{
    "FFlagTopBarUseNewBadge": true,
    "FStringTopBarBadgeLearnMoreLink": "https://example.com",
    "FStringVoiceBetaBadgeLearnMoreLink": "https://example.com"
}

Notes

Roblox was supposed to kill fastflags like 6 months ago. Now here I am updating this collection again. Roblox really trolled me with this one.