Skip to content

Instantly share code, notes, and snippets.

@Firebladedoge229
Last active July 16, 2026 17:44
Show Gist options
  • Select an option

  • Save Firebladedoge229/917827fdd94bbec986b503fafb7fb8ba to your computer and use it in GitHub Desktop.

Select an option

Save Firebladedoge229/917827fdd94bbec986b503fafb7fb8ba to your computer and use it in GitHub Desktop.

Roblox Performance FFlags

Infinite FPS

{
    "DFIntTaskSchedulerTargetFps": "2147483647",
    "FFlagTaskSchedulerLimitTargetFpsTo2402": "False"
}

MSAA Override

{"DebugForceMSAASamples": "0"}

Low Quality Icons

{
    "DFFlagTextureQualityOverrideEnabled": "True",
    "DFIntTextureQualityOverride": "0"
    "FIntTextureCompositorLowResFactor": "1",
    "DFFlagEnableRequestAsyncCompression": "True"
}

Disable Lighting Effects

{"FFlagDisablePostFx": "True"}

Voxel Lighting

{"DFFlagDebugRenderForceTechnologyVoxel": "True"}

Low Quality Meshes

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

Remove Grass

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

Remove Shadows

{
    "FFlagNewLightAttenuation": "False",
    "FIntRenderShadowIntensity": "0",
    "DFFlagDebugPauseVoxelizer": "True",
    "FIntCSGVoxelizerFadeRadius": "0"
}

Low Quality Terrain

{"FIntTerrainArraySliceSize": "0"}

Low Graphics

{
    "FIntRomarkStartWithGraphicQualityLevel": "1",
    "DFIntDebugFRMQualityLevelOverride": "1"
}

Low Render Distance

{"DFIntDebugRestrictGCDistance": "1"}

Remove Textures

{
    "FFlagMSRefactor5": "False",
    "FIntDebugTextureManagerSkipMips": "-1",
    "FStringPartTexturePackTablePre2022": "",
    "FStringTerrainMaterialTable2022": ""
}

Quicker Game Launch

{"FFlagEnableQuickGameLaunch": "False"}

Disable Wind

{"FFlagGlobalWindActivated": "False"}

No In-Game UI

{"FFlagDebugDontRenderScreenGui": "True"}

Disable SSAO

{
    "FFlagDebugSSAOForce": "False",
    "FIntSSAOMipLevels": "0"
}

Disable Ad Portals

{"FFlagAdServiceEnabled": "False"}

Disable Command Autocomplete

{"FFlagEnableCommandAutocomplete": "False"}

Disable CoreGUI Blur

{"FIntRobloxGuiBlurIntensity": "0"}

Disable Dynamic Faces

{
    "DFIntAnimationLodFacsDistanceMin": "0",
    "DFIntAnimationLodFacsDistanceMax": "0",
    "DFIntAnimationLodFacsVisibilityDenominator": "0"
}

Disable Sky

{"FFlagDebugSkyGray": "True"}

Disable Player Textures

{"DFIntTextureCompositorActiveJobs": "0"}

Disable Titlebar

{"FIntFullscreenTitleBarTriggerDelayMillis": "2147483647"}

Disable ViewportFrames

{"FIntViewportFrameMaxSize": "0"}

Disable Telemetry

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

Disable Telemetry [Hosts File]

Add the following data to the file located at %SystemRoot%\System32\drivers\etc\hosts [Optional]

0.0.0.0 ecsv2.roblox.com
0.0.0.0 client-telemetry.roblox.com
0.0.0.0 tracing.roblox.com
0.0.0.0 ephemeralcounters.api.roblox.com
0.0.0.0 uploads.backtrace.rbx.com
0.0.0.0 realtime-signalr.roblox.com
0.0.0.0 lms.roblox.com
0.0.0.0 metrics.roblox.com

Compiled List

{
  "DFIntTaskSchedulerTargetFps": "2147483647",
  "FFlagTaskSchedulerLimitTargetFpsTo2402": "False",
  "DebugForceMSAASamples": "0",
  "DFFlagTextureQualityOverrideEnabled": "True",
  "DFIntTextureQualityOverride": "0",
  "FIntTextureCompositorLowResFactor": "1",
  "DFFlagEnableRequestAsyncCompression": "False",
  "FFlagDisablePostFx": "True",
  "DFFlagDebugRenderForceTechnologyVoxel": "True",
  "DFIntCSGLevelOfDetailSwitchingDistance": "0",
  "DFIntCSGLevelOfDetailSwitchingDistanceL12": "0",
  "DFIntCSGLevelOfDetailSwitchingDistanceL23": "0",
  "DFIntCSGLevelOfDetailSwitchingDistanceL34": "0",
  "DFIntCSGv2LodsToGenerate": "0",
  "FIntFRMMaxGrassDistance": "0",
  "FIntFRMMinGrassDistance": "0",
  "FFlagNewLightAttenuation": "False",
  "FIntRenderShadowIntensity": "0",
  "DFFlagDebugPauseVoxelizer": "True",
  "FIntCSGVoxelizerFadeRadius": "0",
  "FIntTerrainArraySliceSize": "0",
  "FIntRomarkStartWithGraphicQualityLevel": "1", 
  "DFIntDebugFRMQualityLevelOverride": "1",
  "DFIntDebugRestrictGCDistance": "1",
  "FFlagMSRefactor5": "False",
  "FIntDebugTextureManagerSkipMips": "-1",
  "FStringPartTexturePackTablePre2022": "",
  "FStringTerrainMaterialTable2022": "",
  "FFlagEnableQuickGameLaunch": "False",
  "FFlagGlobalWindActivated": "False",
  "FFlagDebugDontRenderScreenGui": "True",
  "FFlagDebugSSAOForce": "False",
  "FIntSSAOMipLevels": "0",
  "FFlagAdServiceEnabled": "False",
  "FFlagEnableCommandAutocomplete": "False",
  "FIntRobloxGuiBlurIntensity": "0",
  "DFIntAnimationLodFacsDistanceMin": "0",
  "DFIntAnimationLodFacsDistanceMax": "0",
  "DFIntAnimationLodFacsVisibilityDenominator": "0",
  "FFlagDebugSkyGray": "True",
  "DFIntTextureCompositorActiveJobs": "0",
  "FIntFullscreenTitleBarTriggerDelayMillis": "2147483647",
  "FIntViewportFrameMaxSize": "0",
  "FFlagDebugDisableTelemetryEphemeralCounter": "True",
  "FFlagDebugDisableTelemetryEphemeralStat": "True",
  "FFlagDebugDisableTelemetryEventIngest": "True",
  "FFlagDebugDisableTelemetryPoint": "True",
  "FFlagDebugDisableTelemetryV2Counter": "True",
  "FFlagDebugDisableTelemetryV2Event": "True",
  "FFlagDebugDisableTelemetryV2Stat": "True",
} 
@chromedfv

Copy link
Copy Markdown

"DFIntTaskSchedulerTargetFps": "2147483647",
"FFlagTaskSchedulerLimitTargetFpsTo2402": "False",
"DebugForceMSAASamples": "0",
"DFFlagTextureQualityOverrideEnabled": "True",
"DFIntTextureQualityOverride": "0",
"FIntTextureCompositorLowResFactor": "1",
"DFFlagEnableRequestAsyncCompression": "False",
"FFlagDisablePostFx": "True",
"DFFlagDebugRenderForceTechnologyVoxel": "True",
"DFIntCSGLevelOfDetailSwitchingDistance": "0",
"DFIntCSGLevelOfDetailSwitchingDistanceL12": "0",
"DFIntCSGLevelOfDetailSwitchingDistanceL23": "0",
"DFIntCSGLevelOfDetailSwitchingDistanceL34": "0",
"DFIntCSGv2LodsToGenerate": "0",
"FIntFRMMaxGrassDistance": "0",
"FIntFRMMinGrassDistance": "0",
"FFlagNewLightAttenuation": "False",
"FIntRenderShadowIntensity": "0",
"DFFlagDebugPauseVoxelizer": "True",
"FIntCSGVoxelizerFadeRadius": "0",
"FIntTerrainArraySliceSize": "0",
"FIntRomarkStartWithGraphicQualityLevel": "1",
"DFIntDebugFRMQualityLevelOverride": "1",
"DFIntDebugRestrictGCDistance": "1",
"FFlagMSRefactor5": "False",
"FIntDebugTextureManagerSkipMips": "-1",
"FStringPartTexturePackTablePre2022": "",
"FStringTerrainMaterialTable2022": "",
"FFlagEnableQuickGameLaunch": "False",
"FFlagGlobalWindActivated": "False",
"FFlagDebugDontRenderScreenGui": "True",
"FFlagDebugSSAOForce": "False",
"FIntSSAOMipLevels": "0",
"FFlagAdServiceEnabled": "False",
"FFlagEnableCommandAutocomplete": "False",
"FIntRobloxGuiBlurIntensity": "0",
"DFIntAnimationLodFacsDistanceMin": "0",
"DFIntAnimationLodFacsDistanceMax": "0",
"DFIntAnimationLodFacsVisibilityDenominator": "0",
"FFlagDebugSkyGray": "True",
"DFIntTextureCompositorActiveJobs": "0",
"FIntFullscreenTitleBarTriggerDelayMillis": "2147483647",
"FIntViewportFrameMaxSize": "0",
"FFlagDebugDisableTelemetryEphemeralCounter": "True",
"FFlagDebugDisableTelemetryEphemeralStat": "True",
"FFlagDebugDisableTelemetryEventIngest": "True",
"FFlagDebugDisableTelemetryPoint": "True",
"FFlagDebugDisableTelemetryV2Counter": "True",
"FFlagDebugDisableTelemetryV2Event": "True",
"FFlagDebugDisableTelemetryV2Stat": "True",
}

@jbthehse-arch

Copy link
Copy Markdown

"DFIntTaskSchedulerTargetFps": "2147483647",
"FFlagTaskSchedulerLimitTargetFpsTo2402": "False",
"DebugForceMSAASamples": "0",
"DFFlagTextureQualityOverrideEnabled": "True",
"DFIntTextureQualityOverride": "0",
"FIntTextureCompositorLowResFactor": "1",
"DFFlagEnableRequestAsyncCompression": "False",
"FFlagDisablePostFx": "True",
"DFFlagDebugRenderForceTechnologyVoxel": "True",
"DFIntCSGLevelOfDetailSwitchingDistance": "0",
"DFIntCSGLevelOfDetailSwitchingDistanceL12": "0",
"DFIntCSGLevelOfDetailSwitchingDistanceL23": "0",
"DFIntCSGLevelOfDetailSwitchingDistanceL34": "0",
"DFIntCSGv2LodsToGenerate": "0",
"FIntFRMMaxGrassDistance": "0",
"FIntFRMMinGrassDistance": "0",
"FFlagNewLightAttenuation": "False",
"FIntRenderShadowIntensity": "0",
"DFFlagDebugPauseVoxelizer": "True",
"FIntCSGVoxelizerFadeRadius": "0",
"FIntTerrainArraySliceSize": "0",
"FIntRomarkStartWithGraphicQualityLevel": "1",
"DFIntDebugFRMQualityLevelOverride": "1",
"DFIntDebugRestrictGCDistance": "1",
"FFlagMSRefactor5": "False",
"FIntDebugTextureManagerSkipMips": "-1",
"FStringPartTexturePackTablePre2022": "",
"FStringTerrainMaterialTable2022": "",
"FFlagEnableQuickGameLaunch": "False",
"FFlagGlobalWindActivated": "False",
"FFlagDebugDontRenderScreenGui": "True",
"FFlagDebugSSAOForce": "False",
"FIntSSAOMipLevels": "0",
"FFlagAdServiceEnabled": "False",
"FFlagEnableCommandAutocomplete": "False",
"FIntRobloxGuiBlurIntensity": "0",
"DFIntAnimationLodFacsDistanceMin": "0",
"DFIntAnimationLodFacsDistanceMax": "0",
"DFIntAnimationLodFacsVisibilityDenominator": "0",
"FFlagDebugSkyGray": "True",
"DFIntTextureCompositorActiveJobs": "0",
"FIntFullscreenTitleBarTriggerDelayMillis": "2147483647",
"FIntViewportFrameMaxSize": "0",
"FFlagDebugDisableTelemetryEphemeralCounter": "True",
"FFlagDebugDisableTelemetryEphemeralStat": "True",
"FFlagDebugDisableTelemetryEventIngest": "True",
"FFlagDebugDisableTelemetryPoint": "True",
"FFlagDebugDisableTelemetryV2Counter": "True",
"FFlagDebugDisableTelemetryV2Event": "True",
"FFlagDebugDisableTelemetryV2Stat": "True",
}

@jbthehse-arch
Comment

@urfavpancake-crypto

Copy link
Copy Markdown

"DFIntTaskSchedulerTargetFps": "2147483647",
"FFlagTaskSchedulerLimitTargetFpsTo2402": "False",
"DebugForceMSAASamples": "0",
"DFFlagTextureQualityOverrideEnabled": "True",
"DFIntTextureQualityOverride": "0",
"FIntTextureCompositorLowResFactor": "1",
"DFFlagEnableRequestAsyncCompression": "False",
"FFlagDisablePostFx": "True",
"DFFlagDebugRenderForceTechnologyVoxel": "True",
"DFIntCSGLevelOfDetailSwitchingDistance": "0",
"DFIntCSGLevelOfDetailSwitchingDistanceL12": "0",
"DFIntCSGLevelOfDetailSwitchingDistanceL23": "0",
"DFIntCSGLevelOfDetailSwitchingDistanceL34": "0",
"DFIntCSGv2LodsToGenerate": "0",
"FIntFRMMaxGrassDistance": "0",
"FIntFRMMinGrassDistance": "0",
"FFlagNewLightAttenuation": "False",
"FIntRenderShadowIntensity": "0",
"DFFlagDebugPauseVoxelizer": "True",
"FIntCSGVoxelizerFadeRadius": "0",
"FIntTerrainArraySliceSize": "0",
"FIntRomarkStartWithGraphicQualityLevel": "1",
"DFIntDebugFRMQualityLevelOverride": "1",
"DFIntDebugRestrictGCDistance": "1",
"FFlagMSRefactor5": "False",
"FIntDebugTextureManagerSkipMips": "-1",
"FStringPartTexturePackTablePre2022": "",
"FStringTerrainMaterialTable2022": "",
"FFlagEnableQuickGameLaunch": "False",
"FFlagGlobalWindActivated": "False",
"FFlagDebugDontRenderScreenGui": "True",
"FFlagDebugSSAOForce": "False",
"FIntSSAOMipLevels": "0",
"FFlagAdServiceEnabled": "False",
"FFlagEnableCommandAutocomplete": "False",
"FIntRobloxGuiBlurIntensity": "0",
"DFIntAnimationLodFacsDistanceMin": "0",
"DFIntAnimationLodFacsDistanceMax": "0",
"DFIntAnimationLodFacsVisibilityDenominator": "0",
"FFlagDebugSkyGray": "True",
"DFIntTextureCompositorActiveJobs": "0",
"FIntFullscreenTitleBarTriggerDelayMillis": "2147483647",
"FIntViewportFrameMaxSize": "0",
"FFlagDebugDisableTelemetryEphemeralCounter": "True",
"FFlagDebugDisableTelemetryEphemeralStat": "True",
"FFlagDebugDisableTelemetryEventIngest": "True",
"FFlagDebugDisableTelemetryPoint": "True",
"FFlagDebugDisableTelemetryV2Counter": "True",
"FFlagDebugDisableTelemetryV2Event": "True",
"FFlagDebugDisableTelemetryV2Stat": "True",

@hexerisss

Copy link
Copy Markdown

{
"FLogNetwork": "7",
"FFlagHandleAltEnterFullscreenManually": "False",
"FFlagDebugGraphicsDisableDirect3D11": "False",
"FFlagDebugGraphicsPreferD3D11": "False",
"FFlagDebugGraphicsPreferD3D11FL10": "True",
"FFlagGraphicsEnableD3D10Compute": "True",
"DFFlagDisableDPIScale": "False",
"DFIntTaskSchedulerTargetFps": "2147483647",
"FFlagTaskSchedulerLimitTargetFpsTo2402": "False",
"FFlagDisablePostFx": "True",
"DFFlagDebugRenderForceTechnologyVoxel": "True",
"FIntFRMMaxGrassDistance": "0",
"FIntFRMMinGrassDistance": "0",
"FFlagNewLightAttenuation": "False",
"FIntRenderShadowIntensity": "0",
"DFFlagDebugPauseVoxelizer": "True",
"FIntCSGVoxelizerFadeRadius": "0",
"FIntRomarkStartWithGraphicQualityLevel": "1",
"DFIntDebugFRMQualityLevelOverride": "1",
"FIntTerrainArraySliceSize": "0",
"FFlagMSRefactor5": "False",
"FIntDebugTextureManagerSkipMips": "-1",
"FStringPartTexturePackTablePre2022": "",
"FStringTerrainMaterialTable2022": "",
"FFlagEnableQuickGameLaunch": "False"
}

@boraluke

Copy link
Copy Markdown

Many users notice that Roblox executors first require a small key process before any scripts can run, where quick steps like captcha or link verification are used to confirm genuine traffic and keep the tool reliable. This helps reduce abuse, manage server load, and maintain smooth performance when usage spikes. Once finished, a temporary key unlocks features for a short session. In community discussions, delta roblox is often referenced when talking about how these access systems and updates are handled.

@marsleojustin-maker

Copy link
Copy Markdown

{
"DFIntTaskSchedulerTargetFps": "2147483647",
"FFlagTaskSchedulerLimitTargetFpsTo2402": "False",
"DebugForceMSAASamples": "0",
"DFFlagTextureQualityOverrideEnabled": "True",
"DFIntTextureQualityOverride": "0",
"FIntTextureCompositorLowResFactor": "1",
"DFFlagEnableRequestAsyncCompression": "False",
"FFlagDisablePostFx": "True",
"DFFlagDebugRenderForceTechnologyVoxel": "True",
"DFIntCSGLevelOfDetailSwitchingDistance": "0",
"DFIntCSGLevelOfDetailSwitchingDistanceL12": "0",
"DFIntCSGLevelOfDetailSwitchingDistanceL23": "0",
"DFIntCSGLevelOfDetailSwitchingDistanceL34": "0",
"DFIntCSGv2LodsToGenerate": "0",
"FIntFRMMaxGrassDistance": "0",
"FIntFRMMinGrassDistance": "0",
"FFlagNewLightAttenuation": "False",
"FIntRenderShadowIntensity": "0",
"DFFlagDebugPauseVoxelizer": "True",
"FIntCSGVoxelizerFadeRadius": "0",
"FIntTerrainArraySliceSize": "0",
"FIntRomarkStartWithGraphicQualityLevel": "1",
"DFIntDebugFRMQualityLevelOverride": "1",
"DFIntDebugRestrictGCDistance": "1",
"FFlagMSRefactor5": "False",
"FIntDebugTextureManagerSkipMips": "-1",
"FStringPartTexturePackTablePre2022": "",
"FStringTerrainMaterialTable2022": "",
"FFlagEnableQuickGameLaunch": "False",
"FFlagGlobalWindActivated": "False",
"FFlagDebugDontRenderScreenGui": "True",
"FFlagDebugSSAOForce": "False",
"FIntSSAOMipLevels": "0",
"FFlagAdServiceEnabled": "False",
"FFlagEnableCommandAutocomplete": "False",
"FIntRobloxGuiBlurIntensity": "0",
"DFIntAnimationLodFacsDistanceMin": "0",
"DFIntAnimationLodFacsDistanceMax": "0",
"DFIntAnimationLodFacsVisibilityDenominator": "0",
"FFlagDebugSkyGray": "True",
"DFIntTextureCompositorActiveJobs": "0",
"FIntFullscreenTitleBarTriggerDelayMillis": "2147483647",
"FIntViewportFrameMaxSize": "0",
"FFlagDebugDisableTelemetryEphemeralCounter": "True",
"FFlagDebugDisableTelemetryEphemeralStat": "True",
"FFlagDebugDisableTelemetryEventIngest": "True",
"FFlagDebugDisableTelemetryPoint": "True",
"FFlagDebugDisableTelemetryV2Counter": "True",
"FFlagDebugDisableTelemetryV2Event": "True",
"FFlagDebugDisableTelemetryV2Stat": "True",
}

@nmanhtuan2008-web

Copy link
Copy Markdown

{
"FFlagHandleAltEnterFullscreenManually": "False",
"FLogNetwork": "7",
"DFFlagDebugRenderForceTechnologyVoxel": "True",
"DFIntTaskSchedulerTargetFps": "2147483647",
"DFFlagTextureQualityOverrideEnabled": "True",
"DFIntTextureQualityOverride": "0",
"FFlagTaskSchedulerLimitTargetFpsTo2402": "False",
"FFlagDebugForce60FpsThrottle": "False",
"FFlagGameBasicSettingsFramerateCap5": "True",
"FIntFullscreenTitleBarTriggerDelayMillis": "2147483647",
"FFlagDebugForceFutureIsBrightPhase3": "True",
"DFIntCanHideGuiGroupId": "32380007",
"FIntFontSizePadding": "1",
"FIntDebugForceMSAASamples": "0",
"DFFlagDisableDPIScale": "True",
"FFlagAllowUnboundedFPSOnline": "True",
"FFlagThrottleUnrealisticallyHighFps": "False",
"FFlagDisablePostFx": "True",
"DFIntDebugFRMQualityLevelOverride": "1",
"FIntRobloxGuiBlurintensity": "0",
"FIntRenderShadowIntensity": "0",
"DFIntAnimationLodFacsDistanceMin": "0",
"DFIntAnimationLodFacsDistanceMax": "0",
"DFIntAnimationLodFacsVisibilityDenominator": "0",
"FFlagDebugSkyGray": "True",
"DFFlagDebugPauseVoxelizer": "True",
"FIntRenderShadowmapBias": "75",
"FIntFRMMaxGrassDistance": "0",
"FIntRenderGrassDetailStrands": "0",
"FIntFRMMinGrassDistance": "0",
"DFIntBandwidthManagerApplicationDefaultBps": "96000",
"DFIntBandwidthManagerDataSenderMaxWorkCatchupMs": "50",
"DFIntAssetPreloading": "2147483647",
"DFIntNumAssetsMaxToPreload": "2147483647",
"FStringGetPlaverlmageDefaultTimeout": "T",
"DFFlagDebugPrintDataPingBreakDown": "False",
"FFlagDebugGraphicsDisableDirect3D11": "True",
"FFlagDebugGraphicsPreferOpenGL": "True",
"DFIntDebugDynamicRenderKiloPixels": "400",
"DFFlagDebugDisableTimeoutDisconnect": "True",
"DFFlagDoNotSkipMipsBasedOnSystemMemoryPS": "True",
"DFIntDebugLimitMinTextureResolutionWhenSkipMips": "2147483647",
"FFlagEnablePowerTraceModule": "True",
"FFlagIncludePowerSaverMode": "True",
"FFlagRenderUseTextureManager224": "False",
"FIntDebugTextureManagerSkipMips": "-1",
"FIntDebugTextureManagerSkipMips_override": "5",
"FFlagAlwaysShowVRToggleV3": "False",
"FFlagDisableFeedbackSoothsayerCheck": "False",
"FFlagGlobalWindRendering": "False",
"FFlagGlobalWindActivated": "False",
"FFlagAdServiceEnabled": "False",
"FFlagMSRefactor5": "False",
"FFlagDisableNewIGMinDUA": "True",
"FFlagCoreGuiTypeSelfViewPresent": "False",
"FFlagLuaAppSystemBar": "False",
"FFlagReconnectDisabled": "True",
"FFlagUseDynamicSun": "False",
"FFlagHighlightOutlinesOnMobile": "True",
"FFlagMultiThreadedPhysics2": "True",
"FIntTargetRefreshRate": "144",
"FIntWorkSchedulerTargetFps": "9999",
"FIntTaskSchedulerThreadMax": "8",
"FIntTaskSchedulerAutoThreadLimit": "8",
"FIntTaskSchedulerThreadMin": "3",
"FIntTaskSchedulerJobsClassFrequencyMax": "400",
"DFIntExtraThreadsAmountC": "8",
"DFIntExtraThreadsAmountG": "8",
"DFIntExtraThreadsAmountR": "8",
"DFIntNumWorkThreadsNonConservative": "4",
"DFIntMaxNetworkThreads": "8",
"DFIntTaskSchedulerBackgroundPriorityOverride": "1",
"DFIntInputPriorityBoost": "5",
"FFlagGraphicsEnableD3D10Compute": "True",
"FFlagGraphicsCheckComputeSupport": "True",
"FFlagGpuGeometryManager7": "True",
"FFlagGraphicsSettingsOnlyShowValidModes": "True",
"FFlagGraphicsGLEnableSuperHQShadersExclusion": "False",
"FFlagGraphicsGLEnableHQShadersExclusion": "False",
"FFlagFixGraphicsQuality": "True",
"FFlagCommitToGraphicsQualityFix": "True",
"FFlagRenderGpuTextureCompressor": "True",
"FFlagRenderCheckThreading": "True",
"FFlagRenderDebugCheckThreading2": "True",
"FFlagDebugCheckRenderThreading": "True",
"FFlagRenderCBRefactor2": "True",
"FFlagRenderLegacyShadowsQualityRefactor": "True",
"FFlagRenderFixFog": "True",
"FFlagGraphicsFixMsaaInGuiScene": "True",
"FFlagNullCheckCloudsRendering": "True",
"FFlagDebugRenderingSetDeterministic": "True",
"FFlagFastGPULightCulling3": "True",
"FFlagDebugForceFSMCPULightCulling": "True",
"FFlagLightgridCPUAsyncUpdate": "True",
"FFlagNewLightAttenuation": "False",
"FFlagRenderNoLowFidelityBillboards": "True",
"FFlagDebugForceGenerateHSR": "True",
"FFlagEarlyUpdateBoundings": "True",
"FFlagDebugDisableOTAMaterialTexture": "True",
"FFlagShaderLightingRefactor": "False",
"FFlagRenderSkipReadingShaderData": "False",
"FFlagDebugSSAOForce": "False",
"FFlagUseDeferredContext": "False",
"FFlagCloudsReflectOnWater": "False",
"FFlagUseParticlesV2": "False",
"FFlagFixParticleEmissionBias2": "False",
"FFlagFixParticleAttachmentCulling": "False",
"FFlagEnableLightAttachToPart": "False",
"FFlagEnableLightGridDynamicUpdate": "False",
"FIntDebugFRMOptionalMSAALevelOverride": "0",
"FIntRenderLocalLightUpdatesMin": "1",
"FIntRenderLocalLightUpdatesMax": "1",
"FIntRenderLocalLightFadeInMs": "0",
"FIntRenderLocalLightFadeInMs_enabled": "99999",
"FIntRenderMaxShadowAtlasUsageBeforeDownscale": "0",
"FIntRenderMeshOptimizeVertexBuffer": "1",
"FIntRenderEnableGlobalInstancingD3D11Percent": "100",
"FIntSSAO": "0",
"FIntSSAOMipLevels": "0",
"FIntUnifiedLightingBlendZone": "1",
"FIntRobloxGuiBlurIntensity": "0",
"FIntHSRClusterSymmetryDistancePercent": "10000",
"FIntCoordinatorPlannerStepsPerIteration": "8",
"FIntRenderGrassHeightScaler": "0",
"FIntRenderGrassDensityMax": "0",
"FIntRenderGrassDensityMin": "0",
"FIntGrassMovementReducedMotionFactor": "0",
"FIntCameraMaxZoomDistance": "9999",
"FIntCameraFarZPlane": "68",
"FIntUITextureMaxRenderTextureSize": "1024",
"FIntUITextureMaxUpdateDepth": "1",
"FIntTerrainOTAMaxTextureSize": "1024",
"FIntTerrainArraySliceSize": "0",
"FIntVertexSmoothingGroupTolerance": "0",
"FIntDirectionalAttenuationMaxPoints": "0",
"DFIntRenderClampRoughnessMax": "225",
"DFIntCullFactorPixelThresholdShadowMapLowQuality": "2147483647",
"DFIntCullFactorPixelThresholdShadowMapHighQuality": "2147483647",
"DFIntCullFactorPixelThresholdMainViewHighQuality": "10000",
"DFIntCullFactorPixelThresholdMainViewLowQuality": "10000",
"DFIntHACDPointSampleDistApartTenths": "2147483647",
"DFIntRenderLocalLightFadeSpeed": "1",
"DFIntRenderingThrottleDelayInMS": "1",
"DFIntMaxFrameBufferSize": "4",
"DFIntPerformanceControlTextureQualityBestUtility": "-1",
"DFIntVisibilityCheckRayCastLimitPerFrame": "10",
"DFIntGraphicsOptimizationModeMaxFrameTimeTargetMs": "20",
"DFIntInterpolationDtLimitForLod": "10",
"DFIntMaxRenderDistance": "500",
"DFFlagDebugPerfMode": "True",
"DFFlagDisableShadowCaster": "True",
"DFFlagDebugSkipMeshVoxelizer": "True",
"DFIntTextureCompositorActiveJobs": "0",
"DFIntDebugTextureManagerSkipMips": "10",
"FStringPartTexturePackTable2022": "{\u0022foil\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022asphalt\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022basalt\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022brick\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022cobblestone\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022concrete\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022crackedlava\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022diamondplate\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022fabric\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022glacier\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022glass\u0022:{\u0022ids\u0022:[\u0022rbxassetid://9873284556\u0022,\u0022rbxassetid://9438453972\u0022],\u0022color\u0022:[254,254,254,7]},\u0022granite\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022grass\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022ground\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022ice\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022leafygrass\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022limestone\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022marble\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022metal\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022mud\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022pavement\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022pebble\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022plastic\u0022:{\u0022ids\u0022:[\u0022\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022rock\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022corrodedmetal\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022salt\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022sand\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022sandstone\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022slate\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022snow\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022wood\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022woodplanks\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]}}",
"FStringPartTexturePackTablePre2022": "",
"FStringTerrainMaterialTablePre2022": "",
"FStringTerrainMaterialTable2022": "",
"DFIntCSGLevelOfDetailSwitchingDistance": "0",
"DFIntCSGLevelOfDetailSwitchingDistanceL12": "0",
"DFIntCSGLevelOfDetailSwitchingDistanceL23": "0",
"DFIntCSGLevelOfDetailSwitchingDistanceL34": "0",
"FIntMeshContentProviderForceCacheSize": "536870912",
"FIntDefaultMeshCacheSizeMB": "1024",
"FIntEmotesAnimationsPerPlayerCacheSize": "16777216",
"DFIntHttpCurlConnectionCacheSize": "134217728",
"FIntRuntimeMaxNumOfLatches": "4000000",
"FIntRuntimeMaxNumOfSchedulers": "4000000",
"FIntRuntimeMaxNumOfSemaphores": "4000000",
"FIntRuntimeMaxNumOfConditions": "4000000",
"FIntRuntimeMaxNumOfMutexes": "4000000",
"FIntRuntimeMaxNumOfDPCs": "64",
"FIntRuntimeMaxNumOfThreads": "4000000",
"DFIntMemoryUtilityCurveBaseHundrethsPercent": "10000",
"DFIntMemoryUtilityCurveTotalMemoryReserve": "0",
"DFIntMemoryUtilityCurveNumSegments": "100",
"DFIntUserIdPlayerNameLifetimeSeconds": "86400",
"DFIntUserIdPlayerNameCacheSize": "33554432",
"DFFlagHttpCacheCleanBasedOnMemory": "True",
"DFFlagEnableHttpCacheForceRevalidate2": "False",
"DFFlagHttpCacheEnableStaticFileExpiration": "True",
"DFFlagPerformanceControlEnableMemoryProbing3": "True",
"FFlagOptimizeNetwork": "True",
"FFlagOptimizeNetworkRouting": "True",
"FFlagOptimizeNetworkTransport": "True",
"FFlagOptimizeServerTickRate": "True",
"FFlagEnableNetworkCompaction": "True",
"FFlagEnableAggressivePacketResends": "True",
"FFlagNetworkFlowControl": "True",
"FFlagNetworkPacketCompression": "True",
"FFlagNetworkThrottleOutgoing": "False",
"FFlagEnableRateLimiting": "True",
"FFlagEnablePingOptimizations": "True",
"FFlagNextGenReplicatorEnabledWrite": "True",
"FFlagNextGenReplicatorEnabledRead": "True",
"FFlagDontCreatePingJob": "True",
"FFlagProcessEventQueueOnInput": "True",
"FFlagUserUpdateInputConnections": "True",
"FFlagUserCameraInputDt": "True",
"FFlagUserBetterInertialScrolling": "True",
"FFlagUserCameraInputRefactor3": "True",
"FFlagUserCameraControlLastInputTypeUpdate": "True",
"FFlagPushFrameTimeToHarmony": "True",
"FFlagUISUseLastFrameTimeInUpdateInputSignal": "True",
"FFlagEnableServerTickRateAdjustment": "True",
"FFlagEnableRbxPostAPI": "True",
"FFlagBatchAssetApi": "True",
"FFlagMouseGetPartOptimization": "True",
"FFlagNewNetworking": "False",
"FFlagActivatedCountAllInputTypes": "False",
"FFlagSkipJoinedSessionLog": "True",
"FFlagLatencyLogging1": "False",
"DFIntConnectionMTUSize": "1396",
"DFIntRakNetMtuValue1InBytes": "1396",
"DFIntRakNetMtuValue2InBytes": "1337",
"DFIntRakNetMtuValue3InBytes": "1250",
"FIntRakNetResendBufferArrayLength": "128",
"FIntRakNetDatagramMessageIdArrayLength": "1024",
"DFIntRakNetLoopMs": "1",
"DFIntRakNetResendRttMultiple": "2",
"DFIntRaknetBandwidthPingSendEveryXSeconds": "1",
"DFIntRakNetNakResendDelayMs": "1",
"DFIntRakNetNakResendDelayMsMax": "100",
"DFIntRakNetNakResendDelayRttPercent": "50",
"DFIntRakNetPingFrequencyMillisecond": "500",
"DFIntRakNetStaleSendQueueTriggerMs": "100",
"DFIntRakNetClockDriftAdjustmentPerPingMillisecond": "50",
"DFIntRakNetUseSlidingWindow2_minSpeed": "512",
"DFIntRakNetUseSlidingWindow2_maxSpeed": "5000",
"DFIntRakNetUseSlidingWindow2_startInitSpeed": "100000",
"DFIntRakNetUseSlidingWindow2_startFactor": "100",
"DFIntRakNetUseSlidingWindow2_trackLengthMs": "300",
"DFIntRakNetUseSlidingWindow2_startUpdateMs": "1",
"DFIntRakNetUseSlidingWindow2_rangeCount": "20",
"DFIntRakNetUseSlidingWindow2_minRtt": "500",
"DFIntRaknetBandwidthInfluxHundredthsPercentageV2": "10000",
"DFFlagRakNetEnablePoll": "True",
"DFFlagRakNetDisconnectNotification": "True",
"DFFlagRakNetDetectRecvThreadOverload": "True",
"DFFlagRakNetCalculateApplicationFeedback2": "True",
"DFFlagRakNetUnblockSelectOnShutdownByWritingToSocket": "True",
"DFFlagRakNetDetectNetUnreachable": "True",
"DFFlagRakNetDecoupleRecvAndUpdateLoopShutdown": "True",
"DFFlagSampleAndRefreshRakPing": "True",
"DFFlagQueueDataPingFromSendData": "True",
"DFFlagRakNetUseSlidingWindow4": "False",
"DFFlagRakNetFixBwCollapse": "False",
"DFIntPlayerNetworkUpdateRate": "60",
"DFIntPlayerNetworkUpdateQueueSize": "20",
"DFIntNetworkSendRate": "300",
"DFIntNetworkReceiveRate": "300",
"DFIntNetworkPrediction": "120",
"DFIntNetworkLatencyTolerance": "1",
"DFIntMinimalNetworkPrediction": "1",
"DFIntOptimizePingThreshold": "50",
"DFIntNetworkSchemaCompressionRatio": "100",
"DFIntNetworkClusterPacketCacheNumParallelTasks": "6",
"DFIntNetworkQualityResponderUnit": "1",
"DFIntNetworkQualityResponderMaxWaitTime": "5",
"DFIntNetworkStopProducingPacketsToProcessThresholdMs": "1",
"DFIntNetworkInProcessLimitGameplayMsClient": "1",
"DFIntNetworkPacketSize": "1500",
"DFIntNetworkPhysicsDelay": "0",
"DFIntNetworkSendRateMultiplier": "5",
"DFIntNetworkReplicationPriorityBoost": "4",
"DFIntMaxProcessPacketsJobScaling": "10000",
"DFIntMaxProcessPacketsStepsAccumulated": "50",
"DFIntMaxProcessPacketsStepsPerCyclic": "50",
"DFIntMaxDataPacketPerSend": "2147483647",
"DFIntMaxPacketSize": "1350",
"DFIntLargePacketQueueSizeCutoffMB": "1000",
"DFIntTimeBetweenSendConnectionAttemptsMS": "200",
"DFIntCodecMaxIncomingPackets": "100",
"DFIntCodecMaxOutgoingFrames": "10000",
"DFIntBufferCompressionThreshold": "100",
"DFIntBufferCompressionLevel": "0",
"DFIntClusterCompressionLevel": "0",
"DFIntJoinDataCompressionLevel": "0",
"DFIntJoinDataItemEstimatedCompressionRatioHundreths": "200",
"DFIntClusterEstimatedCompressionRatioHundredths": "100",
"DFIntMegaReplicatorNumParallelTasks": "6",
"DFIntMegaReplicatorNetworkQualityProcessorUnit": "10",
"DFIntReplicationDataCacheNumParallelTasks": "6",
"DFIntDataSenderMaxBandwidthBps": "100000000",
"DFIntDataSenderMaxJoinBandwidthBps": "10000000",
"DFIntDataSenderRate": "40000",
"DFIntS2PhysicsSenderRate": "2500",
"DFIntSendGameServerDataMaxLen": "200000",
"DFIntWaitOnRecvFromLoopEndedMS": "10",
"DFIntWaitOnUpdateNetworkLoopEndedMS": "100",
"DFIntClientPacketMaxDelayMs": "1",
"DFIntClientPacketMaxFrameMicroseconds": "500",
"DFIntClientPacketHealthyAllocationPercent": "20",
"DFIntClientPacketExcessMicroseconds": "1000",
"DFIntClientTickRate": "300",
"DFIntInputLagReduction": "1",
"DFIntLatencyBufferSize": "32",
"DFIntInputReplicationDelay": "0",
"DFIntIncomingReplicationLagBudgetMs": "0",
"DFIntClientPhysicsSenderInterval": "0",
"DFIntReplicationSmoothingWindowMs": "0",
"DFIntInterpolationFrameVelocityThresholdMillionth": "1",
"DFIntInterpolationNumMechanismsPerTask": "1",
"DFIntInterpolationNumMechanismsBatchSize": "1",
"DFIntInterpolationNumParallelTasks": "6",
"DFIntInterpolationMinAssemblyCount": "1",
"DFIntInterpolationFrameRotVelocityThresholdMillionth": "1",
"DFIntMaxInterpolationRecursionsBeforeCheck": "1",
"FIntInterpolationMaxDelayMSec": "75",
"FIntInterpolationAwareTargetTimeLerpHundredth": "100",
"DFIntNumFramesAllowedToBeAboveError": "1",
"DFIntNumFramesToKeepAfterInterpolation": "1",
"DFFlagNetworkSchemaImprovements": "True",
"DFFlagGameNetFixReplicationSkipBug": "True",
"DFFlagNextGenRepRollbackOverbudgetPackets": "True",
"DFFlagSolverStateReplicatedOnly2": "True",
"DFFlagClampIncomingReplicationLag": "True",
"DFFlagSkipSomeProperties": "True",
"DFFlagSkipSomePropertiesSkip": "True",
"DFIntSkipSomePropertiesPermyriad": "5000",
"DFFlagAllowPropertyDefaultSkip": "True",
"DFFlagReplicatorCheckReadTableCollisions": "True",
"DFFlagOnlyDecrementCompletenessIfReplicating": "True",
"DFFlagNetworkHumanoidStatePropertyReplication3": "True",
"DFFlagNetworkHumanoidStatePropertyReplicationWarmup": "True",
"DFIntReplicatorDataPingReportHundredthPercentage": "5",
"DFIntReplicatorJdiReportThrottlePercent": "0",
"DFIntReplicatorDataPingReportThrottleSeconds": "5",
"DFIntReplicatorDataPingReportThresholdMs": "5000",
"DFIntClientReplicatorStatsEventsThrottleHP": "100",
"DFFlagReplicatorSeparateVarThresholds": "True",
"DFFlagCorrectCachePolicySkipRedirectCache": "True",
"DFFlagUpdateClientChannelA": "True",
"DFFlagDebugUpdateClientChannelA": "True",
"DFFlagUpdateClientChannelB": "False",
"DFFlagDebugUpdateClientChannelB": "False",
"DFIntServerTickRate": "100000",
"DFIntServerPhysicsUpdateRate": "600",
"DFIntS2PhysicsUpdateRate": "200",
"DFIntS2PhysicsRenderRate": "200",
"DFIntPhysicsReceiveNumParallelTasks": "6",
"DFIntPhysicsSenderMaxBandwidthBps": "50000",
"DFIntPhysicsReplicationRate": "400",
"DFIntHighFrequencyPhysicsRate": "600",
"DFIntFastPhysicsReplication": "1",
"DFIntPhysicsExtrapolationRate": "200",
"DFIntHighPriorityReplicationRate": "300",
"DFIntCharacterReplicationRate": "300",
"DFIntCharacterJointReplicationRate": "400",
"DFIntPhysicsCollisionUpdateRate": "300",
"DFIntDataModelPhysicsBuffer": "0",
"DFIntPhysicsSolverTimestepOverride": "0",
"DFIntActionQueueProcessingRate": "300",
"FIntSimWorldTaskQueueParallelTasks": "6",
"FIntSmoothClusterTaskQueueMaxParallelTasks": "6",
"FIntSimCSG3DCDRecomputeStrategy": "1",
"DFIntTimestepArbiterThresholdCFLThou": "300",
"DFIntTimestepArbiterAngAccelerationThresholdThou": "2000",
"DFIntTimestepArbiterAccelerationModelFactorThou": "50000",
"DFIntSolidFloorPercentForceApplication": "-1000",
"DFIntDebugSimPhysicsSteppingMethodOverride": "330",
"DFIntAnimatorThrottleMaxFramesToSkip": "1",
"DFIntAirControllerTurningResponsiveness": "2147483647",
"DFIntSimLevitationAirModeFakeTurningImpulse": "1147483647",
"DFIntMaximumFreefallMoveTimeInTenths": "1000",
"DFIntMaxMissedWorldStepsRemembered": "100",
"DFIntMaxAcceptableUpdateDelay": "1",
"FIntMaxTimestepMultiplierVelocity": "6",
"FIntMaxTimestepMultiplierAcceleration": "7",
"FIntMaxTimestepMultiplierBuoyancy": "4",
"FIntMaxTimestepMultiplierContstraint": "4",
"FIntMaxTimestepMultiplierIntegrationError": "4",
"FIntMaxTimestepMultiplierHumanoid": "16",
"FIntOptimizedContactPipelineSpatialHashOverlapToleranceMicro": "5000",
"FIntPGSAngularDampingPermillPersecond": "999999",
"DFIntRunningBaseOrientationP": "115",
"DFIntNewRunningBaseAltitudeD": "45",
"DFIntPGSParallelSolveDefaultSteps": "20",
"DFIntPGSMinStepsPerFrame": "2",
"DFIntPGSMinStepsPerThrottledFrame": "2",
"DFIntPGSParallelSolvePriority": "1",
"FIntKinematicSendRateCaps": "5",
"DFIntThrottlingPredictionAccelerationHoldThousandth": "2",
"DFIntInitialAccelerationLatencyMultTenths": "1",
"FFlagSimAdaptiveMinorOptimizations": "True",
"FFlagSimAdaptiveTimesteppingDefault2": "True",
"FFlagSimIslandizerManager": "False",
"FFlagSimOptimizeGeometryChangedAssemblies": "True",
"FFlagSimEnableDCD16": "True",
"FFlagSimEnableDCD10": "True",
"FFlagPreComputeAcceleratorArrayForSharingTimeCurve": "True",
"DFFlagAcceleratorUpdateOnPropsAndValueTimeChange": "True",
"DFFlagSimSolverOptimizeLDLCache": "True",
"DFFlagSimDCDEnableWithoutRollout2": "True",
"DFFlagSimSmoothedRunningController2": "True",
"DFFlagMatrixFromEulerPerf": "True",
"DFFlagSimOptimizeSetSize": "True",
"DFFlagOptimizePartsInPart": "True",
"DFFlagPhysicsMechanismCacheOptimizeAlloc": "True",
"DFFlagOptimizeClusterCacheAlloc": "True",
"DFFlagJointIrregularityOptimization": "True",
"DFFlagJoinIrregularityOptimization": "True",
"DFFlagUnifyLegacyJointGeometry": "True",
"DFFlagSimCSGAPIUseClosedVoxel4": "True",
"DFFlagSimDcdRecompUseClosedVoxel4": "True",
"DFFlagSimDCDPlaneBoxFilter": "True",
"DFFlagSimSkipVoxelCDECMerge": "True",
"DFFlagDebugStreamingFastRecovery": "True",
"DFFlagSimEnableStepPhysics": "False",
"DFFlagSimEnableStepPhysicsSelective": "False",
"DFFlagSimDcdRolloutEnableByDefault3": "False",
"DFIntSimCSG3DCDMaxNumConvexHulls": "500",
"DFIntSimCSG3DCDRecomputeThreashold": "150",
"DFIntSimCSG3DCDRecomputeTotalWaitMiliSec": "5000",
"DFIntSimCSG3DcdMaxContacts": "32",
"DFFlagSimCSG3DCDStats": "False",
"DFIntPhysicsAnalyticsHighFrequencyIntervalSec": "20",
"DFIntSimConstraintDataCollectionRate3": "36420",
"FFlagHumanoidParallelFasterWakeUp": "True",
"FFlagHumanoidParallelFixTickleFloor2": "True",
"FFlagHumanoidParallelOnStep2": "True",
"FFlagHumanoidParallelSafeCofmUpdate": "True",
"FFlagHumanoidParallelSafeUnseat": "True",
"FFlagHumanoidParallelUseManager4": "True",
"FFlagHumanoidOnlySetCollisionsOnStateChangeDefaultIsEnabled": "False",
"DFIntParallelHumanoidManagerTaskLimit": "16",
"DFFlagPhysicsSkipNonRealTimeHumanoidForceCalc2": "False",
"FStringRemoteAnimationSmoothingStrategy": "ExponentialDecay",
"FStringFastMovementStrategy": "Cubic",
"FStringHighPerformanceSmoothingStrategy": "Elastic",
"FStringConstantFrameTransition": "Cubic",
"FStringAnimationType": "Cubic",
"FStringDeathTypeValue": "Ragdoll",
"DFStringDefaultAvatarDeathType": "Ragdoll",
"DFIntRagdollDefaultTimerTenthSecond": "1",
"DFIntRagdollSlowEnoughToNotTenth": "1",
"DFIntRagdollEarlyExitTimeTenthSecond": "1",
"FIntSmoothMouseSpringFrequencyTenths": "200",
"FFlagLuauCodegen": "True",
"FFlagLuauSolverV2": "True",
"FFlagLuaMenuPerfImprovements": "True",
"FFlagTweenOptimizations": "True",
"FFlagMessageBusCallOptimization": "True",
"FFlagLoginPageOptimizedPngs": "True",
"FFlagImproveShiftLockTransition": "True",
"FFlagLuaAppExitModalDoNotShow": "True",
"FIntLuaGcParallelMinMultiTasks": "2",
"DFIntLuauGCResetThreshold": "4096",
"DFIntLuauGCThreshold": "4096",
"FFlagAnimationClipMemCacheEnabled": "True",
"FFlagAssetPreloadingIXP": "True",
"FFlagPreloadAllFonts": "True",
"FFlagPreloadMinimalFonts": "True",
"FFlagRemoveRedundantFontPreloading": "True",
"FFlagPreloadTextureItemsOption4": "True",
"DFFlagEnableTexturePreloading": "True",
"DFFlagEnableMeshPreloading2": "True",
"DFFlagEnablePreloadAvatarAssets": "True",
"DFFlagEnableSoundPreloading": "True",
"DFFlagTeleportClientAssetPreloadingEnabled9": "True",
"DFFlagTeleportClientAssetPreloadingDoingExperiment": "True",
"DFFlagTeleportClientAssetPreloadingDoingExperiment2": "True",
"DFFlagTeleportClientAssetPreloadingEnabledIXP": "True",
"DFFlagTeleportClientAssetPreloadingEnabledIXP2": "True",
"DFFlagTeleportPreloadingMetrics5": "True",
"DFIntTeleportClientAssetPreloadingHundredthsPercentage": "100000",
"DFIntTeleportClientAssetPreloadingHundredthsPercentage2": "100000",
"DFIntPreloadAvatarAssets": "2147483647",
"DFIntCharacterLoadTime": "1",
"FStringGetPlayerImageDefaultTimeout": "1",
"FIntFastClusterHumanoidWorstCaseGeometryDataBytes": "5242880",
"FIntFastClusterHumanoidWorstCaseBytes": "3145728",
"FIntFastClusterHumanoidMaxCount": "256",
"FIntFastClusterHumanoidLoadingMaxMb": "64",
"FIntFastClusterHumanoidLoadingMaxCount": "10",
"FIntFastClusterHumanoidBudgetMb": "256",
"FIntFastClusterUpdateWaitingBudgetMs": "2",
"DFIntCachedPatchLoadDelayMilliseconds": "400",
"DFFlagCreateMeshPartAtRuntime": "False",
"DFFlagHttpAssetCacheInitOnly6": "True",
"DFFlagSkipReadDiskCacheRedirects": "True",
"DFIntHttpBatchApi_bgDelayMs": "1",
"DFIntHttpBatchApi_bgRefreshMaxDelayMs": "5",
"DFIntHttpBatchApi_maxWaitMs": "3",
"DFIntHttpBatchApi_maxReqs": "5",
"DFIntHttpBatchApi_MaxBatchesSentPerCyle": "10",
"DFIntHttpBatchApi_minWaitMs": "1",
"DFIntHttpBatchApi_cacheDelayMs": "10",
"DFIntBatchThumbnailResultsSizeCap": "200",
"DFIntBatchThumbnailMinWaitMs": "1",
"DFIntBatchThumbnailMaxWaitMs": "3",
"DFIntBatchThumbnailJobRunsPerSecond": "500",
"DFIntBatchThumbnailExponentialInitialWaitMs": "20",
"DFIntBatchThumbnailLimit": "128",
"DFIntBatchThumbnailMaxExponentialRetries": "2",
"DFIntBatchThumbnailMaxReqests": "3",
"DFIntBatchThumbnailExperiationTimeSeconds": "10",
"DFIntBatchThumbnailAllowedExternalTimedOutRetries": "1",
"DFIntBatchPostMinWaitMs": "1",
"DFIntBatchPostMaxWaitMs": "3",
"DFIntBatchPostMaxRetries": "3",
"DFIntBatchPostMaxRequests": "3",
"DFIntBatchPostRetryWaitMs": "50",
"DFIntBatchPostLimit": "128",
"DFIntBatchPostJobRunsPerSecond": "500",
"DFIntBatchPostExpirationTimeSeconds": "10",
"DFIntBatchPostResultsSizeCap": "200",
"DFIntHttpRbxApiRequestsPerMinuteServerLimit": "700",
"DFIntHttpRbxApiRequestsPerMinutePerPlayerInServerLimit": "150",
"DFIntHttpRbxApiMaxThrottledQueueSize": "100",
"DFIntHttpRbxApiJobFrequencyInSeconds": "1",
"DFIntHttpRbxApiMaxBudgetMultiplier": "2",
"DFIntHttpRbxApiSyncRetryWaitTimeMSec": "5",
"DFIntHttpRbxApiMaxSyncRetries": "30",
"DFIntHttpRbxApiMaxRetryQueueSize": "1000",
"DFIntHttpRbxApiMaxRetryCount": "30",
"DFIntHttpRbxApiMaxRetryBudgetPerMinute": "20",
"DFIntHttpRbxApiClientPerMinuteRequestLimit": "600",
"DFIntDownloadEpisodeTimerFreqeuncyInMs": "100",
"DFIntRaknetDownloadEpisodeInMs": "500",
"DFIntConnectingTimerInterval": "10",
"DFIntRingingTimerInterval": "10",
"DFIntSignalRHubConnectionHeartbeatTimerRateMs": "1000",
"DFIntSignalRHubConnectionConnectTimeoutMs": "7000",
"DFIntSignalRHubConnectionBaseRetryTimeMs": "50",
"DFIntSignalRHeartbeatIntervalSeconds": "1",
"DFIntSignalRCoreTimerMs": "50",
"DFIntSignalRCoreServerTimeoutMs": "500",
"DFIntSignalRCoreRpcQueueSize": "16384",
"DFIntSignalRCoreKeepAlivePingPeriodMs": "1000",
"DFIntSignalRCoreHubMaxElapsedMs": "5000",
"DFIntSignalRCoreHubMaxBackoffMs": "500",
"DFIntSignalRCoreHubBaseRetryMs": "50",
"DFIntSignalRCoreHandshakeTimeoutMs": "1000",
"DFIntSignalRCoreHubConnectionDisconnectInfoHundredthsPercent": "10",
"DFIntServerBandwidthPlayerSampleRate": "15",
"FFlagDebugDisableTelemetryEphemeralCounter": "True",
"FFlagDebugDisableTelemetryEphemeralStat": "True",
"FFlagDebugDisableTelemetryEventIngest": "True",
"FFlagDebugDisableTelemetryPoint": "True",
"FFlagDebugDisableTelemetryV2Counter": "True",
"FFlagDebugDisableTelemetryV2Event": "True",
"FFlagDebugDisableTelemetryV2Stat": "True",
"DFFlagDisableFastLogTelemetry": "True",
"DFFlagEnableRobloxTelemetryV2POC": "False",
"DFFlagFileMeshDataTelemetry": "False",
"DFFlagGpuVsCpuBoundTelemetry": "False",
"DFFlagSessionTelemetryUnify": "False",
"DFFlagSessionTrackingRecordHasLocation": "False",
"DFFlagBrowserTrackerIdTelemetryEnabled": "False",
"DFFlagAnimatorAnalyticsEnabled": "False",
"DFFlagESGamePerfMonitorEnabled": "False",
"DFFlagEnableGCapsHardwareTelemetry": "False",
"DFFlagEnableHardwareTelemetry": "False",
"DFFlagEnableMemProfilingOutsideClient": "False",
"DFFlagRobloxTelemetryAddDeviceRAM": "False",
"DFFlagEnablePerfAudioCollection": "False",
"DFFlagEnablePerfDataCoreCategoryTimersCollection2": "False",
"DFFlagEnablePerfDataCoreTimersCollection2": "False",
"DFFlagEnablePerfDataCountersCollection": "False",
"DFFlagEnablePerfDataGatherTelemetry2": "False",
"DFFlagEnablePerfDataMemoryCategoriesCollection2": "False",
"DFFlagEnablePerfDataMemoryCollection": "False",
"DFFlagEnablePerfDataMemoryPressureCollection": "False",
"DFFlagEnablePerfDataSubsystemTimersCollection2": "False",
"DFFlagEnablePerfRenderStatsCollection2": "False",
"DFFlagEnablePerfStatsCollection3": "False",
"DFFlagBaseNetworkMetrics": "False",
"DFFlagClientBaseNetworkMetrics": "False",
"DFFlagEnableGlobalFeatureTrackingInTelemetryEvent": "False",
"DFFlagEnablePercentileTelemetry": "False",
"DFFlagClientRolloutPhaseTelemetry": "False",
"DFFlagAddUserIdToSessionTracking": "False",
"DFFlagEnableLightstepReporting2": "False",
"DFFlagStreamingSolverStepStats3": "False",
"DFFlagMeasureMissedProcessPackets2": "False",
"DFFlagReportNonPhysicsJobsTimes": "False",
"DFFlagSimEnvironmentAddMinimumDensityRolloutTelemetry": "False",
"DFFlagSimReportCPUInfo": "False",
"FFlagRenderPerformanceTelemetry": "False",
"FFlagLanguageFeaturesTelemetry": "False",
"FFlagEnableClickToMoveUsageTelemetry2": "False",
"FFlagEnableSoundTelemetry": "False",
"FFlagEnableDropdownButtonTelemetry": "False",
"FFlagEnableNetworkChangeTelemtry2": "False",
"FFlagContentProviderPreloadHangTelemetry": "False",
"FFlagLocServicePerformanceAnalyticsEnabled": "False",
"DFIntStartupTracingInfluxRollout": "0",
"DFIntLightstepHTTPTransportHundredthsPercent2": "0",
"DFIntBrowserTrackerApiDeviceInitializeRolloutPercentage": "0",
"DFIntClientLightingTechnologyChangedTelemetryHundredthsPercent": "0",
"DFIntClientLightingEnvmapPlacementTelemetryHundredthsPercent": "100",
"DFIntGoogleAnalyticsLoadPlayerHundredth": "0",
"DFIntCrashReportingHundredthsPercentage": "0",
"DFIntCrashUploadToBacktracePercentage": "0",
"DFIntWriteFullDmpPercent": "0",
"DFIntLoginTelemetryHundredthsPercent": "0",
"DFIntHardwareTelemetryHundredthsPercent": "0",
"FIntStartupInfluxHundredthsPercentage": "0",
"FIntReportDeviceInfoRollout": "0",
"FIntBootstrapperTelemetryReportingHundredthsPercentage": "0",
"FIntGamePerfMonitorReportTimer": "0",
"DFIntCoreScriptsAnalyticsHundredthsPercentage": "0",
"DFIntConnectionLostDisconnectReasonInfluxHundredthsPercentage": "0",
"DFIntBandwidthManagerFeedbackInfluxHundredthsPercentage": "100",
"DFIntBgUpdateRedirectsRejectInfluxHundredthsPercentage": "70",
"DFIntBgUpdateRedirectsHttpErrInfluxHundredthsPercentage": "70",
"FStringPerformanceSendMeasurementAPISubdomain": "opt-out",
"DFStringHttpPointsReporterUrl": "null",
"DFStringAltHttpPointsReporterUrl": "null",
"DFStringAltTelegrafHTTPTransportUrl": "null",
"DFStringTelegrafHTTPTransportUrl": "null",
"DFStringCrashUploadToBacktraceBaseUrl": "null",
"DFStringCrashUploadToBacktraceMacPlayerToken": "null",
"DFStringCrashUploadToBacktraceWindowsPlayerToken": "null",
"DFStringTelegrafAddress": "127.0.0.1",
"DFStringAltTelegrafAddress": "127.0.0.1",
"DFStringLightstepToken": "null",
"DFStringLightstepHTTPTransportUrlHost": "null",
"DFStringLightstepHTTPTransportUrlPath": "null",
"DFStringTelemetryV2Url": "null",
"DFStringRobloxAnalyticsURL": "null",
"DFStringAnalyticsEventStreamUrlEndpoint": "null",
"FStringGamesUrlPath": "/games/",
"FStringCoreScriptBacktraceErrorUploadToken": "null",
"FStringVoiceBetaBadgeLearnMoreLink": "null",
"FFlagVoiceBetaBadge": "False",
"FFlagTopBarUseNewBadge": "False",
"FFlagEnableBetaBadgeLearnMore": "False",
"FFlagBetaBadgeLearnMoreLinkFormview": "False",
"FFlagControlBetaBadgeWithGuac": "False",
"FFlagFixDupeBetaBadge": "True",
"FFlagEnableInGameMenuChrome": "True",
"FFlagEnableInGameMenuChromeABTest2": "False",
"FFlagEnableInGameMenuChromeABTest3": "False",
"FFlagEnableInGameMenuChromeABTest4": "False",
"FFlagEnableInGameMenuModernization": "True",
"FFlagEnableMenuModernizationABTest": "False",
"FFlagEnableMenuModernizationABTest2": "False",
"FFlagEnableV3MenuABTest3": "False",
"FFlagEnableReportAbuseMenuRoactABTest2": "False",
"FFlagEnableMenuControlsABTest": "False",
"FFlagEnableInGameMenuControls": "True",
"FFlagDisableChromeFollowupOcclusion": "True",
"FFlagDisableChromeFollowupUnibar": "True",
"FFlagDisableChromeFollowupFTUX": "True",
"FFlagDisableChromeDefaultOpen": "True",
"FFlagDisableChromePinnedChat": "True",
"FFlagDisableChromeUnibar": "True",
"FFlagEnableNewInviteMenuIXP2": "False",
"FFlagChatTranslationSettingEnabled3": "False",
"FFlagEnableAccessibilitySettingsAPIV2": "True",
"FFlagEnableAccessibilitySettingsEffectsInCoreScripts2": "True",
"FFlagEnableAccessibilitySettingsEffectsInExperienceChat": "True",
"FFlagEnableAccessibilitySettingsInExperienceMenu2": "True",
"FIntNewInGameMenuPercentRollout3": "0",
"FIntV1MenuLanguageSelectionFeaturePerMillageRollout": "0",
"FIntMockClientLightingTechnologyIxpExperimentMode": "0",
"FIntMockClientLightingTechnologyIxpExperimentQualityLevel": "7",
"FFlagSelfieViewEnabled": "False",
"DFFlagEnableDynamicHeadByDefault": "False",
"FFlagFacialAnimationStreamingServiceUserSettingsOptInVideo": "False",
"FFlagFacialAnimationStreamingServiceUniverseSettingsEnableVideo": "False",
"FFlagFacialAnimationStreamingServiceUserSettingsOptInAudio": "False",
"FFlagFacialAnimationStreamingServiceUniverseSettingsEnableAudio": "False",
"FFlagAvatarChatServiceExposeClientFeaturesForVoiceChat": "False",
"FFlagEnableAudioOutputDevice": "False",
"DFFlagVideoCaptureServiceEnabled": "False",
"FFlagAnimatorRetargetSkipLowerBodyIK": "True",
"DFIntAnimatorRetargetSkipLowerBodyIKDistance10x": "50",
"DFIntAnimatorRetargetInterpolateFKCorrectionMinAngleDeg": "3",
"DFIntAnimatorRetargetInterpolateFKCorrectionMaxAngleDeg": "50",
"DFFlagAnimatorRetargetInterpolateFKCorrection": "True",
"FFlagAnimatorRetargetSkipAnkleModification": "True",
"DFFlagEnableAnimatorRetargetingMode": "True",
"DFFlagAnimatorFixReplicationASANError": "True",
"FFlagRigScaleShouldAffectAnimations": "True",
"FFlagRigScaleShouldAffectBones": "False",
"FFlagKeepZeroInfluenceBones": "False",
"FFlagReplicateAnimationLooped": "False",
"FFlagAnimatePhysics": "False",
"FFlagUseNewAnimationSystem": "False",
"DFFlagAllowRegistrationOfAnimationClipInCoreScripts": "True",
"FFlagEnableHumanoidLuaSideCaching": "False",
"FFlagEnableTerrainFoliageOptimizations": "True",
"FFlagEnableTerrainOptimizations": "True",
"DFFlagRemoveUnusedLocalPlayerCharacter": "True",
"DFFlagEnableRequestAsyncCompression": "False",
"FFlagUGCValidationFixResetPhysicsError": "True",
"FFlagEnableDelayedInputForSetFavorite": "True",
"DFFlagMergeFakeInputEvents3": "True",
"FIntActivatedCountTimerMSMouse": "1",
"FIntActivatedCountTimerMSTouch": "1",
"FIntActivatedCountTimerMSKeyboard": "1",
"DFIntNumTrackerDataToReplicatePerFrame": "4",
"FFlagGuiHidingApiSupport2": "True",
"FFlagUserShowGuiHideToggles": "True",
"FFlagFixMemoryPriorizationCrash": "True",
"FFlagSoundsUsePhysicalVelocity": "True",
"FFlagAssetImportRemoveAnimationSuffix": "True",
"DFFlagRemoveLegacyPackageAnalytics": "True",
"FFlagEnableSceneAnalysis": "False",
"FFlagEnableNewHeapSnapshots": "False",
"DFIntExperienceSignalsIngestMaxEventsPerBatch": "500",
"DFIntRemoteEventAbuseReportRateLimitMax": "1",
"DFIntCloseReplicationDataAliveForAllHundredthsPercentage": "90",
"DFIntClientNetworkInfluxHundredthsPercentage": "96",
"FFlagCAP1544UseNewDataSharingRollout": "False",
"FIntCAP1209DataSharingRolloutPercentage": "0",
"FIntCAP1544DataSharingUserRolloutPercentage": "0",
"FFlagCAP1209EnableDataSharingUI4": "False",
"FIntCAP1209DataSharingTOSVersion": "0",
"FFlagDebugCrashReports": "False",
"FFlagOnContactTouchedUntouched": "False",
"FFlagFRMRefactor": "False",
"FFlagFixScalingModelRendering": "False",
"FFlagFixMeshPartScaling": "False",
"FFlagLuaAppExitModal2": "False",
"DFFlagFrameTimeJitterMedians2": "True",
"DFFlagFrameTimeStdDev": "False",
"DFIntBandwidthLimit": "50000",
"DFIntPacketLossRecovery": "1",
"FFlagRenderInitShadowmaps": "False",
"FFlagRenderShadowmapPrePass": "False",
"DFFlagCloudsNormals": "False",
"FFlagTerrainNewChunkLod": "True",
"FFlagRenderEnableGlobalInstancingD3D11": "True",
"FFlagEnableQuickGameLaunch": "False",
"DFFlagEnableHardwareMouse": "True",
"DFIntTaskSchedulerTargetFpsMultiplier": "1",
"FFlagRenderFixViewportScaling": "True",
"FIntRenderViewportScaleX": "130",
"FIntRenderViewportScaleY": "100",
"FFlagRenderResolutionScaleDown": "True",
"FFlagDebugDisplayFPS": "True",
"FFlagDebugDisableCharacterHair": "True",
"FFlagDebugDisableAccessories": "True",
"FIntTextureCompositorLowResFactor": "1",
"DFIntCSGv2LodsToGenerate": "0",
"FIntCSGVoxelizerFadeRadius": "0",
"FIntRomarkStartWithGraphicQualityLevel": "1",
"DFIntDebugRestrictGCDistance": "1",
"FFlagDebugDontRenderScreenGui": "True",
"FFlagEnableCommandAutocomplete": "False",
"FIntViewportFrameMaxSize": "0"
}

@marikplyushchev-lab

Copy link
Copy Markdown

{ "FFlagHandleAltEnterFullscreenManually": "False", "FLogNetwork": "7", "DFFlagDebugRenderForceTechnologyVoxel": "True", "DFIntTaskSchedulerTargetFps": "2147483647", "DFFlagTextureQualityOverrideEnabled": "True", "DFIntTextureQualityOverride": "0", "FFlagTaskSchedulerLimitTargetFpsTo2402": "False", "FFlagDebugForce60FpsThrottle": "False", "FFlagGameBasicSettingsFramerateCap5": "True", "FIntFullscreenTitleBarTriggerDelayMillis": "2147483647", "FFlagDebugForceFutureIsBrightPhase3": "True", "DFIntCanHideGuiGroupId": "32380007", "FIntFontSizePadding": "1", "FIntDebugForceMSAASamples": "0", "DFFlagDisableDPIScale": "True", "FFlagAllowUnboundedFPSOnline": "True", "FFlagThrottleUnrealisticallyHighFps": "False", "FFlagDisablePostFx": "True", "DFIntDebugFRMQualityLevelOverride": "1", "FIntRobloxGuiBlurintensity": "0", "FIntRenderShadowIntensity": "0", "DFIntAnimationLodFacsDistanceMin": "0", "DFIntAnimationLodFacsDistanceMax": "0", "DFIntAnimationLodFacsVisibilityDenominator": "0", "FFlagDebugSkyGray": "True", "DFFlagDebugPauseVoxelizer": "True", "FIntRenderShadowmapBias": "75", "FIntFRMMaxGrassDistance": "0", "FIntRenderGrassDetailStrands": "0", "FIntFRMMinGrassDistance": "0", "DFIntBandwidthManagerApplicationDefaultBps": "96000", "DFIntBandwidthManagerDataSenderMaxWorkCatchupMs": "50", "DFIntAssetPreloading": "2147483647", "DFIntNumAssetsMaxToPreload": "2147483647", "FStringGetPlaverlmageDefaultTimeout": "T", "DFFlagDebugPrintDataPingBreakDown": "False", "FFlagDebugGraphicsDisableDirect3D11": "True", "FFlagDebugGraphicsPreferOpenGL": "True", "DFIntDebugDynamicRenderKiloPixels": "400", "DFFlagDebugDisableTimeoutDisconnect": "True", "DFFlagDoNotSkipMipsBasedOnSystemMemoryPS": "True", "DFIntDebugLimitMinTextureResolutionWhenSkipMips": "2147483647", "FFlagEnablePowerTraceModule": "True", "FFlagIncludePowerSaverMode": "True", "FFlagRenderUseTextureManager224": "False", "FIntDebugTextureManagerSkipMips": "-1", "FIntDebugTextureManagerSkipMips_override": "5", "FFlagAlwaysShowVRToggleV3": "False", "FFlagDisableFeedbackSoothsayerCheck": "False", "FFlagGlobalWindRendering": "False", "FFlagGlobalWindActivated": "False", "FFlagAdServiceEnabled": "False", "FFlagMSRefactor5": "False", "FFlagDisableNewIGMinDUA": "True", "FFlagCoreGuiTypeSelfViewPresent": "False", "FFlagLuaAppSystemBar": "False", "FFlagReconnectDisabled": "True", "FFlagUseDynamicSun": "False", "FFlagHighlightOutlinesOnMobile": "True", "FFlagMultiThreadedPhysics2": "True", "FIntTargetRefreshRate": "144", "FIntWorkSchedulerTargetFps": "9999", "FIntTaskSchedulerThreadMax": "8", "FIntTaskSchedulerAutoThreadLimit": "8", "FIntTaskSchedulerThreadMin": "3", "FIntTaskSchedulerJobsClassFrequencyMax": "400", "DFIntExtraThreadsAmountC": "8", "DFIntExtraThreadsAmountG": "8", "DFIntExtraThreadsAmountR": "8", "DFIntNumWorkThreadsNonConservative": "4", "DFIntMaxNetworkThreads": "8", "DFIntTaskSchedulerBackgroundPriorityOverride": "1", "DFIntInputPriorityBoost": "5", "FFlagGraphicsEnableD3D10Compute": "True", "FFlagGraphicsCheckComputeSupport": "True", "FFlagGpuGeometryManager7": "True", "FFlagGraphicsSettingsOnlyShowValidModes": "True", "FFlagGraphicsGLEnableSuperHQShadersExclusion": "False", "FFlagGraphicsGLEnableHQShadersExclusion": "False", "FFlagFixGraphicsQuality": "True", "FFlagCommitToGraphicsQualityFix": "True", "FFlagRenderGpuTextureCompressor": "True", "FFlagRenderCheckThreading": "True", "FFlagRenderDebugCheckThreading2": "True", "FFlagDebugCheckRenderThreading": "True", "FFlagRenderCBRefactor2": "True", "FFlagRenderLegacyShadowsQualityRefactor": "True", "FFlagRenderFixFog": "True", "FFlagGraphicsFixMsaaInGuiScene": "True", "FFlagNullCheckCloudsRendering": "True", "FFlagDebugRenderingSetDeterministic": "True", "FFlagFastGPULightCulling3": "True", "FFlagDebugForceFSMCPULightCulling": "True", "FFlagLightgridCPUAsyncUpdate": "True", "FFlagNewLightAttenuation": "False", "FFlagRenderNoLowFidelityBillboards": "True", "FFlagDebugForceGenerateHSR": "True", "FFlagEarlyUpdateBoundings": "True", "FFlagDebugDisableOTAMaterialTexture": "True", "FFlagShaderLightingRefactor": "False", "FFlagRenderSkipReadingShaderData": "False", "FFlagDebugSSAOForce": "False", "FFlagUseDeferredContext": "False", "FFlagCloudsReflectOnWater": "False", "FFlagUseParticlesV2": "False", "FFlagFixParticleEmissionBias2": "False", "FFlagFixParticleAttachmentCulling": "False", "FFlagEnableLightAttachToPart": "False", "FFlagEnableLightGridDynamicUpdate": "False", "FIntDebugFRMOptionalMSAALevelOverride": "0", "FIntRenderLocalLightUpdatesMin": "1", "FIntRenderLocalLightUpdatesMax": "1", "FIntRenderLocalLightFadeInMs": "0", "FIntRenderLocalLightFadeInMs_enabled": "99999", "FIntRenderMaxShadowAtlasUsageBeforeDownscale": "0", "FIntRenderMeshOptimizeVertexBuffer": "1", "FIntRenderEnableGlobalInstancingD3D11Percent": "100", "FIntSSAO": "0", "FIntSSAOMipLevels": "0", "FIntUnifiedLightingBlendZone": "1", "FIntRobloxGuiBlurIntensity": "0", "FIntHSRClusterSymmetryDistancePercent": "10000", "FIntCoordinatorPlannerStepsPerIteration": "8", "FIntRenderGrassHeightScaler": "0", "FIntRenderGrassDensityMax": "0", "FIntRenderGrassDensityMin": "0", "FIntGrassMovementReducedMotionFactor": "0", "FIntCameraMaxZoomDistance": "9999", "FIntCameraFarZPlane": "68", "FIntUITextureMaxRenderTextureSize": "1024", "FIntUITextureMaxUpdateDepth": "1", "FIntTerrainOTAMaxTextureSize": "1024", "FIntTerrainArraySliceSize": "0", "FIntVertexSmoothingGroupTolerance": "0", "FIntDirectionalAttenuationMaxPoints": "0", "DFIntRenderClampRoughnessMax": "225", "DFIntCullFactorPixelThresholdShadowMapLowQuality": "2147483647", "DFIntCullFactorPixelThresholdShadowMapHighQuality": "2147483647", "DFIntCullFactorPixelThresholdMainViewHighQuality": "10000", "DFIntCullFactorPixelThresholdMainViewLowQuality": "10000", "DFIntHACDPointSampleDistApartTenths": "2147483647", "DFIntRenderLocalLightFadeSpeed": "1", "DFIntRenderingThrottleDelayInMS": "1", "DFIntMaxFrameBufferSize": "4", "DFIntPerformanceControlTextureQualityBestUtility": "-1", "DFIntVisibilityCheckRayCastLimitPerFrame": "10", "DFIntGraphicsOptimizationModeMaxFrameTimeTargetMs": "20", "DFIntInterpolationDtLimitForLod": "10", "DFIntMaxRenderDistance": "500", "DFFlagDebugPerfMode": "True", "DFFlagDisableShadowCaster": "True", "DFFlagDebugSkipMeshVoxelizer": "True", "DFIntTextureCompositorActiveJobs": "0", "DFIntDebugTextureManagerSkipMips": "10", "FStringPartTexturePackTable2022": "{\u0022foil\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022asphalt\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022basalt\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022brick\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022cobblestone\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022concrete\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022crackedlava\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022diamondplate\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022fabric\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022glacier\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022glass\u0022:{\u0022ids\u0022:[\u0022rbxassetid://9873284556\u0022,\u0022rbxassetid://9438453972\u0022],\u0022color\u0022:[254,254,254,7]},\u0022granite\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022grass\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022ground\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022ice\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022leafygrass\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022limestone\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022marble\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022metal\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022mud\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022pavement\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022pebble\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022plastic\u0022:{\u0022ids\u0022:[\u0022\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022rock\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022corrodedmetal\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022salt\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022sand\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022sandstone\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022slate\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022snow\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022wood\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]},\u0022woodplanks\u0022:{\u0022ids\u0022:[\u0022rbxassetid://0\u0022,\u0022rbxassetid://0\u0022],\u0022color\u0022:[255,255,255,255]}}", "FStringPartTexturePackTablePre2022": "", "FStringTerrainMaterialTablePre2022": "", "FStringTerrainMaterialTable2022": "", "DFIntCSGLevelOfDetailSwitchingDistance": "0", "DFIntCSGLevelOfDetailSwitchingDistanceL12": "0", "DFIntCSGLevelOfDetailSwitchingDistanceL23": "0", "DFIntCSGLevelOfDetailSwitchingDistanceL34": "0", "FIntMeshContentProviderForceCacheSize": "536870912", "FIntDefaultMeshCacheSizeMB": "1024", "FIntEmotesAnimationsPerPlayerCacheSize": "16777216", "DFIntHttpCurlConnectionCacheSize": "134217728", "FIntRuntimeMaxNumOfLatches": "4000000", "FIntRuntimeMaxNumOfSchedulers": "4000000", "FIntRuntimeMaxNumOfSemaphores": "4000000", "FIntRuntimeMaxNumOfConditions": "4000000", "FIntRuntimeMaxNumOfMutexes": "4000000", "FIntRuntimeMaxNumOfDPCs": "64", "FIntRuntimeMaxNumOfThreads": "4000000", "DFIntMemoryUtilityCurveBaseHundrethsPercent": "10000", "DFIntMemoryUtilityCurveTotalMemoryReserve": "0", "DFIntMemoryUtilityCurveNumSegments": "100", "DFIntUserIdPlayerNameLifetimeSeconds": "86400", "DFIntUserIdPlayerNameCacheSize": "33554432", "DFFlagHttpCacheCleanBasedOnMemory": "True", "DFFlagEnableHttpCacheForceRevalidate2": "False", "DFFlagHttpCacheEnableStaticFileExpiration": "True", "DFFlagPerformanceControlEnableMemoryProbing3": "True", "FFlagOptimizeNetwork": "True", "FFlagOptimizeNetworkRouting": "True", "FFlagOptimizeNetworkTransport": "True", "FFlagOptimizeServerTickRate": "True", "FFlagEnableNetworkCompaction": "True", "FFlagEnableAggressivePacketResends": "True", "FFlagNetworkFlowControl": "True", "FFlagNetworkPacketCompression": "True", "FFlagNetworkThrottleOutgoing": "False", "FFlagEnableRateLimiting": "True", "FFlagEnablePingOptimizations": "True", "FFlagNextGenReplicatorEnabledWrite": "True", "FFlagNextGenReplicatorEnabledRead": "True", "FFlagDontCreatePingJob": "True", "FFlagProcessEventQueueOnInput": "True", "FFlagUserUpdateInputConnections": "True", "FFlagUserCameraInputDt": "True", "FFlagUserBetterInertialScrolling": "True", "FFlagUserCameraInputRefactor3": "True", "FFlagUserCameraControlLastInputTypeUpdate": "True", "FFlagPushFrameTimeToHarmony": "True", "FFlagUISUseLastFrameTimeInUpdateInputSignal": "True", "FFlagEnableServerTickRateAdjustment": "True", "FFlagEnableRbxPostAPI": "True", "FFlagBatchAssetApi": "True", "FFlagMouseGetPartOptimization": "True", "FFlagNewNetworking": "False", "FFlagActivatedCountAllInputTypes": "False", "FFlagSkipJoinedSessionLog": "True", "FFlagLatencyLogging1": "False", "DFIntConnectionMTUSize": "1396", "DFIntRakNetMtuValue1InBytes": "1396", "DFIntRakNetMtuValue2InBytes": "1337", "DFIntRakNetMtuValue3InBytes": "1250", "FIntRakNetResendBufferArrayLength": "128", "FIntRakNetDatagramMessageIdArrayLength": "1024", "DFIntRakNetLoopMs": "1", "DFIntRakNetResendRttMultiple": "2", "DFIntRaknetBandwidthPingSendEveryXSeconds": "1", "DFIntRakNetNakResendDelayMs": "1", "DFIntRakNetNakResendDelayMsMax": "100", "DFIntRakNetNakResendDelayRttPercent": "50", "DFIntRakNetPingFrequencyMillisecond": "500", "DFIntRakNetStaleSendQueueTriggerMs": "100", "DFIntRakNetClockDriftAdjustmentPerPingMillisecond": "50", "DFIntRakNetUseSlidingWindow2_minSpeed": "512", "DFIntRakNetUseSlidingWindow2_maxSpeed": "5000", "DFIntRakNetUseSlidingWindow2_startInitSpeed": "100000", "DFIntRakNetUseSlidingWindow2_startFactor": "100", "DFIntRakNetUseSlidingWindow2_trackLengthMs": "300", "DFIntRakNetUseSlidingWindow2_startUpdateMs": "1", "DFIntRakNetUseSlidingWindow2_rangeCount": "20", "DFIntRakNetUseSlidingWindow2_minRtt": "500", "DFIntRaknetBandwidthInfluxHundredthsPercentageV2": "10000", "DFFlagRakNetEnablePoll": "True", "DFFlagRakNetDisconnectNotification": "True", "DFFlagRakNetDetectRecvThreadOverload": "True", "DFFlagRakNetCalculateApplicationFeedback2": "True", "DFFlagRakNetUnblockSelectOnShutdownByWritingToSocket": "True", "DFFlagRakNetDetectNetUnreachable": "True", "DFFlagRakNetDecoupleRecvAndUpdateLoopShutdown": "True", "DFFlagSampleAndRefreshRakPing": "True", "DFFlagQueueDataPingFromSendData": "True", "DFFlagRakNetUseSlidingWindow4": "False", "DFFlagRakNetFixBwCollapse": "False", "DFIntPlayerNetworkUpdateRate": "60", "DFIntPlayerNetworkUpdateQueueSize": "20", "DFIntNetworkSendRate": "300", "DFIntNetworkReceiveRate": "300", "DFIntNetworkPrediction": "120", "DFIntNetworkLatencyTolerance": "1", "DFIntMinimalNetworkPrediction": "1", "DFIntOptimizePingThreshold": "50", "DFIntNetworkSchemaCompressionRatio": "100", "DFIntNetworkClusterPacketCacheNumParallelTasks": "6", "DFIntNetworkQualityResponderUnit": "1", "DFIntNetworkQualityResponderMaxWaitTime": "5", "DFIntNetworkStopProducingPacketsToProcessThresholdMs": "1", "DFIntNetworkInProcessLimitGameplayMsClient": "1", "DFIntNetworkPacketSize": "1500", "DFIntNetworkPhysicsDelay": "0", "DFIntNetworkSendRateMultiplier": "5", "DFIntNetworkReplicationPriorityBoost": "4", "DFIntMaxProcessPacketsJobScaling": "10000", "DFIntMaxProcessPacketsStepsAccumulated": "50", "DFIntMaxProcessPacketsStepsPerCyclic": "50", "DFIntMaxDataPacketPerSend": "2147483647", "DFIntMaxPacketSize": "1350", "DFIntLargePacketQueueSizeCutoffMB": "1000", "DFIntTimeBetweenSendConnectionAttemptsMS": "200", "DFIntCodecMaxIncomingPackets": "100", "DFIntCodecMaxOutgoingFrames": "10000", "DFIntBufferCompressionThreshold": "100", "DFIntBufferCompressionLevel": "0", "DFIntClusterCompressionLevel": "0", "DFIntJoinDataCompressionLevel": "0", "DFIntJoinDataItemEstimatedCompressionRatioHundreths": "200", "DFIntClusterEstimatedCompressionRatioHundredths": "100", "DFIntMegaReplicatorNumParallelTasks": "6", "DFIntMegaReplicatorNetworkQualityProcessorUnit": "10", "DFIntReplicationDataCacheNumParallelTasks": "6", "DFIntDataSenderMaxBandwidthBps": "100000000", "DFIntDataSenderMaxJoinBandwidthBps": "10000000", "DFIntDataSenderRate": "40000", "DFIntS2PhysicsSenderRate": "2500", "DFIntSendGameServerDataMaxLen": "200000", "DFIntWaitOnRecvFromLoopEndedMS": "10", "DFIntWaitOnUpdateNetworkLoopEndedMS": "100", "DFIntClientPacketMaxDelayMs": "1", "DFIntClientPacketMaxFrameMicroseconds": "500", "DFIntClientPacketHealthyAllocationPercent": "20", "DFIntClientPacketExcessMicroseconds": "1000", "DFIntClientTickRate": "300", "DFIntInputLagReduction": "1", "DFIntLatencyBufferSize": "32", "DFIntInputReplicationDelay": "0", "DFIntIncomingReplicationLagBudgetMs": "0", "DFIntClientPhysicsSenderInterval": "0", "DFIntReplicationSmoothingWindowMs": "0", "DFIntInterpolationFrameVelocityThresholdMillionth": "1", "DFIntInterpolationNumMechanismsPerTask": "1", "DFIntInterpolationNumMechanismsBatchSize": "1", "DFIntInterpolationNumParallelTasks": "6", "DFIntInterpolationMinAssemblyCount": "1", "DFIntInterpolationFrameRotVelocityThresholdMillionth": "1", "DFIntMaxInterpolationRecursionsBeforeCheck": "1", "FIntInterpolationMaxDelayMSec": "75", "FIntInterpolationAwareTargetTimeLerpHundredth": "100", "DFIntNumFramesAllowedToBeAboveError": "1", "DFIntNumFramesToKeepAfterInterpolation": "1", "DFFlagNetworkSchemaImprovements": "True", "DFFlagGameNetFixReplicationSkipBug": "True", "DFFlagNextGenRepRollbackOverbudgetPackets": "True", "DFFlagSolverStateReplicatedOnly2": "True", "DFFlagClampIncomingReplicationLag": "True", "DFFlagSkipSomeProperties": "True", "DFFlagSkipSomePropertiesSkip": "True", "DFIntSkipSomePropertiesPermyriad": "5000", "DFFlagAllowPropertyDefaultSkip": "True", "DFFlagReplicatorCheckReadTableCollisions": "True", "DFFlagOnlyDecrementCompletenessIfReplicating": "True", "DFFlagNetworkHumanoidStatePropertyReplication3": "True", "DFFlagNetworkHumanoidStatePropertyReplicationWarmup": "True", "DFIntReplicatorDataPingReportHundredthPercentage": "5", "DFIntReplicatorJdiReportThrottlePercent": "0", "DFIntReplicatorDataPingReportThrottleSeconds": "5", "DFIntReplicatorDataPingReportThresholdMs": "5000", "DFIntClientReplicatorStatsEventsThrottleHP": "100", "DFFlagReplicatorSeparateVarThresholds": "True", "DFFlagCorrectCachePolicySkipRedirectCache": "True", "DFFlagUpdateClientChannelA": "True", "DFFlagDebugUpdateClientChannelA": "True", "DFFlagUpdateClientChannelB": "False", "DFFlagDebugUpdateClientChannelB": "False", "DFIntServerTickRate": "100000", "DFIntServerPhysicsUpdateRate": "600", "DFIntS2PhysicsUpdateRate": "200", "DFIntS2PhysicsRenderRate": "200", "DFIntPhysicsReceiveNumParallelTasks": "6", "DFIntPhysicsSenderMaxBandwidthBps": "50000", "DFIntPhysicsReplicationRate": "400", "DFIntHighFrequencyPhysicsRate": "600", "DFIntFastPhysicsReplication": "1", "DFIntPhysicsExtrapolationRate": "200", "DFIntHighPriorityReplicationRate": "300", "DFIntCharacterReplicationRate": "300", "DFIntCharacterJointReplicationRate": "400", "DFIntPhysicsCollisionUpdateRate": "300", "DFIntDataModelPhysicsBuffer": "0", "DFIntPhysicsSolverTimestepOverride": "0", "DFIntActionQueueProcessingRate": "300", "FIntSimWorldTaskQueueParallelTasks": "6", "FIntSmoothClusterTaskQueueMaxParallelTasks": "6", "FIntSimCSG3DCDRecomputeStrategy": "1", "DFIntTimestepArbiterThresholdCFLThou": "300", "DFIntTimestepArbiterAngAccelerationThresholdThou": "2000", "DFIntTimestepArbiterAccelerationModelFactorThou": "50000", "DFIntSolidFloorPercentForceApplication": "-1000", "DFIntDebugSimPhysicsSteppingMethodOverride": "330", "DFIntAnimatorThrottleMaxFramesToSkip": "1", "DFIntAirControllerTurningResponsiveness": "2147483647", "DFIntSimLevitationAirModeFakeTurningImpulse": "1147483647", "DFIntMaximumFreefallMoveTimeInTenths": "1000", "DFIntMaxMissedWorldStepsRemembered": "100", "DFIntMaxAcceptableUpdateDelay": "1", "FIntMaxTimestepMultiplierVelocity": "6", "FIntMaxTimestepMultiplierAcceleration": "7", "FIntMaxTimestepMultiplierBuoyancy": "4", "FIntMaxTimestepMultiplierContstraint": "4", "FIntMaxTimestepMultiplierIntegrationError": "4", "FIntMaxTimestepMultiplierHumanoid": "16", "FIntOptimizedContactPipelineSpatialHashOverlapToleranceMicro": "5000", "FIntPGSAngularDampingPermillPersecond": "999999", "DFIntRunningBaseOrientationP": "115", "DFIntNewRunningBaseAltitudeD": "45", "DFIntPGSParallelSolveDefaultSteps": "20", "DFIntPGSMinStepsPerFrame": "2", "DFIntPGSMinStepsPerThrottledFrame": "2", "DFIntPGSParallelSolvePriority": "1", "FIntKinematicSendRateCaps": "5", "DFIntThrottlingPredictionAccelerationHoldThousandth": "2", "DFIntInitialAccelerationLatencyMultTenths": "1", "FFlagSimAdaptiveMinorOptimizations": "True", "FFlagSimAdaptiveTimesteppingDefault2": "True", "FFlagSimIslandizerManager": "False", "FFlagSimOptimizeGeometryChangedAssemblies": "True", "FFlagSimEnableDCD16": "True", "FFlagSimEnableDCD10": "True", "FFlagPreComputeAcceleratorArrayForSharingTimeCurve": "True", "DFFlagAcceleratorUpdateOnPropsAndValueTimeChange": "True", "DFFlagSimSolverOptimizeLDLCache": "True", "DFFlagSimDCDEnableWithoutRollout2": "True", "DFFlagSimSmoothedRunningController2": "True", "DFFlagMatrixFromEulerPerf": "True", "DFFlagSimOptimizeSetSize": "True", "DFFlagOptimizePartsInPart": "True", "DFFlagPhysicsMechanismCacheOptimizeAlloc": "True", "DFFlagOptimizeClusterCacheAlloc": "True", "DFFlagJointIrregularityOptimization": "True", "DFFlagJoinIrregularityOptimization": "True", "DFFlagUnifyLegacyJointGeometry": "True", "DFFlagSimCSGAPIUseClosedVoxel4": "True", "DFFlagSimDcdRecompUseClosedVoxel4": "True", "DFFlagSimDCDPlaneBoxFilter": "True", "DFFlagSimSkipVoxelCDECMerge": "True", "DFFlagDebugStreamingFastRecovery": "True", "DFFlagSimEnableStepPhysics": "False", "DFFlagSimEnableStepPhysicsSelective": "False", "DFFlagSimDcdRolloutEnableByDefault3": "False", "DFIntSimCSG3DCDMaxNumConvexHulls": "500", "DFIntSimCSG3DCDRecomputeThreashold": "150", "DFIntSimCSG3DCDRecomputeTotalWaitMiliSec": "5000", "DFIntSimCSG3DcdMaxContacts": "32", "DFFlagSimCSG3DCDStats": "False", "DFIntPhysicsAnalyticsHighFrequencyIntervalSec": "20", "DFIntSimConstraintDataCollectionRate3": "36420", "FFlagHumanoidParallelFasterWakeUp": "True", "FFlagHumanoidParallelFixTickleFloor2": "True", "FFlagHumanoidParallelOnStep2": "True", "FFlagHumanoidParallelSafeCofmUpdate": "True", "FFlagHumanoidParallelSafeUnseat": "True", "FFlagHumanoidParallelUseManager4": "True", "FFlagHumanoidOnlySetCollisionsOnStateChangeDefaultIsEnabled": "False", "DFIntParallelHumanoidManagerTaskLimit": "16", "DFFlagPhysicsSkipNonRealTimeHumanoidForceCalc2": "False", "FStringRemoteAnimationSmoothingStrategy": "ExponentialDecay", "FStringFastMovementStrategy": "Cubic", "FStringHighPerformanceSmoothingStrategy": "Elastic", "FStringConstantFrameTransition": "Cubic", "FStringAnimationType": "Cubic", "FStringDeathTypeValue": "Ragdoll", "DFStringDefaultAvatarDeathType": "Ragdoll", "DFIntRagdollDefaultTimerTenthSecond": "1", "DFIntRagdollSlowEnoughToNotTenth": "1", "DFIntRagdollEarlyExitTimeTenthSecond": "1", "FIntSmoothMouseSpringFrequencyTenths": "200", "FFlagLuauCodegen": "True", "FFlagLuauSolverV2": "True", "FFlagLuaMenuPerfImprovements": "True", "FFlagTweenOptimizations": "True", "FFlagMessageBusCallOptimization": "True", "FFlagLoginPageOptimizedPngs": "True", "FFlagImproveShiftLockTransition": "True", "FFlagLuaAppExitModalDoNotShow": "True", "FIntLuaGcParallelMinMultiTasks": "2", "DFIntLuauGCResetThreshold": "4096", "DFIntLuauGCThreshold": "4096", "FFlagAnimationClipMemCacheEnabled": "True", "FFlagAssetPreloadingIXP": "True", "FFlagPreloadAllFonts": "True", "FFlagPreloadMinimalFonts": "True", "FFlagRemoveRedundantFontPreloading": "True", "FFlagPreloadTextureItemsOption4": "True", "DFFlagEnableTexturePreloading": "True", "DFFlagEnableMeshPreloading2": "True", "DFFlagEnablePreloadAvatarAssets": "True", "DFFlagEnableSoundPreloading": "True", "DFFlagTeleportClientAssetPreloadingEnabled9": "True", "DFFlagTeleportClientAssetPreloadingDoingExperiment": "True", "DFFlagTeleportClientAssetPreloadingDoingExperiment2": "True", "DFFlagTeleportClientAssetPreloadingEnabledIXP": "True", "DFFlagTeleportClientAssetPreloadingEnabledIXP2": "True", "DFFlagTeleportPreloadingMetrics5": "True", "DFIntTeleportClientAssetPreloadingHundredthsPercentage": "100000", "DFIntTeleportClientAssetPreloadingHundredthsPercentage2": "100000", "DFIntPreloadAvatarAssets": "2147483647", "DFIntCharacterLoadTime": "1", "FStringGetPlayerImageDefaultTimeout": "1", "FIntFastClusterHumanoidWorstCaseGeometryDataBytes": "5242880", "FIntFastClusterHumanoidWorstCaseBytes": "3145728", "FIntFastClusterHumanoidMaxCount": "256", "FIntFastClusterHumanoidLoadingMaxMb": "64", "FIntFastClusterHumanoidLoadingMaxCount": "10", "FIntFastClusterHumanoidBudgetMb": "256", "FIntFastClusterUpdateWaitingBudgetMs": "2", "DFIntCachedPatchLoadDelayMilliseconds": "400", "DFFlagCreateMeshPartAtRuntime": "False", "DFFlagHttpAssetCacheInitOnly6": "True", "DFFlagSkipReadDiskCacheRedirects": "True", "DFIntHttpBatchApi_bgDelayMs": "1", "DFIntHttpBatchApi_bgRefreshMaxDelayMs": "5", "DFIntHttpBatchApi_maxWaitMs": "3", "DFIntHttpBatchApi_maxReqs": "5", "DFIntHttpBatchApi_MaxBatchesSentPerCyle": "10", "DFIntHttpBatchApi_minWaitMs": "1", "DFIntHttpBatchApi_cacheDelayMs": "10", "DFIntBatchThumbnailResultsSizeCap": "200", "DFIntBatchThumbnailMinWaitMs": "1", "DFIntBatchThumbnailMaxWaitMs": "3", "DFIntBatchThumbnailJobRunsPerSecond": "500", "DFIntBatchThumbnailExponentialInitialWaitMs": "20", "DFIntBatchThumbnailLimit": "128", "DFIntBatchThumbnailMaxExponentialRetries": "2", "DFIntBatchThumbnailMaxReqests": "3", "DFIntBatchThumbnailExperiationTimeSeconds": "10", "DFIntBatchThumbnailAllowedExternalTimedOutRetries": "1", "DFIntBatchPostMinWaitMs": "1", "DFIntBatchPostMaxWaitMs": "3", "DFIntBatchPostMaxRetries": "3", "DFIntBatchPostMaxRequests": "3", "DFIntBatchPostRetryWaitMs": "50", "DFIntBatchPostLimit": "128", "DFIntBatchPostJobRunsPerSecond": "500", "DFIntBatchPostExpirationTimeSeconds": "10", "DFIntBatchPostResultsSizeCap": "200", "DFIntHttpRbxApiRequestsPerMinuteServerLimit": "700", "DFIntHttpRbxApiRequestsPerMinutePerPlayerInServerLimit": "150", "DFIntHttpRbxApiMaxThrottledQueueSize": "100", "DFIntHttpRbxApiJobFrequencyInSeconds": "1", "DFIntHttpRbxApiMaxBudgetMultiplier": "2", "DFIntHttpRbxApiSyncRetryWaitTimeMSec": "5", "DFIntHttpRbxApiMaxSyncRetries": "30", "DFIntHttpRbxApiMaxRetryQueueSize": "1000", "DFIntHttpRbxApiMaxRetryCount": "30", "DFIntHttpRbxApiMaxRetryBudgetPerMinute": "20", "DFIntHttpRbxApiClientPerMinuteRequestLimit": "600", "DFIntDownloadEpisodeTimerFreqeuncyInMs": "100", "DFIntRaknetDownloadEpisodeInMs": "500", "DFIntConnectingTimerInterval": "10", "DFIntRingingTimerInterval": "10", "DFIntSignalRHubConnectionHeartbeatTimerRateMs": "1000", "DFIntSignalRHubConnectionConnectTimeoutMs": "7000", "DFIntSignalRHubConnectionBaseRetryTimeMs": "50", "DFIntSignalRHeartbeatIntervalSeconds": "1", "DFIntSignalRCoreTimerMs": "50", "DFIntSignalRCoreServerTimeoutMs": "500", "DFIntSignalRCoreRpcQueueSize": "16384", "DFIntSignalRCoreKeepAlivePingPeriodMs": "1000", "DFIntSignalRCoreHubMaxElapsedMs": "5000", "DFIntSignalRCoreHubMaxBackoffMs": "500", "DFIntSignalRCoreHubBaseRetryMs": "50", "DFIntSignalRCoreHandshakeTimeoutMs": "1000", "DFIntSignalRCoreHubConnectionDisconnectInfoHundredthsPercent": "10", "DFIntServerBandwidthPlayerSampleRate": "15", "FFlagDebugDisableTelemetryEphemeralCounter": "True", "FFlagDebugDisableTelemetryEphemeralStat": "True", "FFlagDebugDisableTelemetryEventIngest": "True", "FFlagDebugDisableTelemetryPoint": "True", "FFlagDebugDisableTelemetryV2Counter": "True", "FFlagDebugDisableTelemetryV2Event": "True", "FFlagDebugDisableTelemetryV2Stat": "True", "DFFlagDisableFastLogTelemetry": "True", "DFFlagEnableRobloxTelemetryV2POC": "False", "DFFlagFileMeshDataTelemetry": "False", "DFFlagGpuVsCpuBoundTelemetry": "False", "DFFlagSessionTelemetryUnify": "False", "DFFlagSessionTrackingRecordHasLocation": "False", "DFFlagBrowserTrackerIdTelemetryEnabled": "False", "DFFlagAnimatorAnalyticsEnabled": "False", "DFFlagESGamePerfMonitorEnabled": "False", "DFFlagEnableGCapsHardwareTelemetry": "False", "DFFlagEnableHardwareTelemetry": "False", "DFFlagEnableMemProfilingOutsideClient": "False", "DFFlagRobloxTelemetryAddDeviceRAM": "False", "DFFlagEnablePerfAudioCollection": "False", "DFFlagEnablePerfDataCoreCategoryTimersCollection2": "False", "DFFlagEnablePerfDataCoreTimersCollection2": "False", "DFFlagEnablePerfDataCountersCollection": "False", "DFFlagEnablePerfDataGatherTelemetry2": "False", "DFFlagEnablePerfDataMemoryCategoriesCollection2": "False", "DFFlagEnablePerfDataMemoryCollection": "False", "DFFlagEnablePerfDataMemoryPressureCollection": "False", "DFFlagEnablePerfDataSubsystemTimersCollection2": "False", "DFFlagEnablePerfRenderStatsCollection2": "False", "DFFlagEnablePerfStatsCollection3": "False", "DFFlagBaseNetworkMetrics": "False", "DFFlagClientBaseNetworkMetrics": "False", "DFFlagEnableGlobalFeatureTrackingInTelemetryEvent": "False", "DFFlagEnablePercentileTelemetry": "False", "DFFlagClientRolloutPhaseTelemetry": "False", "DFFlagAddUserIdToSessionTracking": "False", "DFFlagEnableLightstepReporting2": "False", "DFFlagStreamingSolverStepStats3": "False", "DFFlagMeasureMissedProcessPackets2": "False", "DFFlagReportNonPhysicsJobsTimes": "False", "DFFlagSimEnvironmentAddMinimumDensityRolloutTelemetry": "False", "DFFlagSimReportCPUInfo": "False", "FFlagRenderPerformanceTelemetry": "False", "FFlagLanguageFeaturesTelemetry": "False", "FFlagEnableClickToMoveUsageTelemetry2": "False", "FFlagEnableSoundTelemetry": "False", "FFlagEnableDropdownButtonTelemetry": "False", "FFlagEnableNetworkChangeTelemtry2": "False", "FFlagContentProviderPreloadHangTelemetry": "False", "FFlagLocServicePerformanceAnalyticsEnabled": "False", "DFIntStartupTracingInfluxRollout": "0", "DFIntLightstepHTTPTransportHundredthsPercent2": "0", "DFIntBrowserTrackerApiDeviceInitializeRolloutPercentage": "0", "DFIntClientLightingTechnologyChangedTelemetryHundredthsPercent": "0", "DFIntClientLightingEnvmapPlacementTelemetryHundredthsPercent": "100", "DFIntGoogleAnalyticsLoadPlayerHundredth": "0", "DFIntCrashReportingHundredthsPercentage": "0", "DFIntCrashUploadToBacktracePercentage": "0", "DFIntWriteFullDmpPercent": "0", "DFIntLoginTelemetryHundredthsPercent": "0", "DFIntHardwareTelemetryHundredthsPercent": "0", "FIntStartupInfluxHundredthsPercentage": "0", "FIntReportDeviceInfoRollout": "0", "FIntBootstrapperTelemetryReportingHundredthsPercentage": "0", "FIntGamePerfMonitorReportTimer": "0", "DFIntCoreScriptsAnalyticsHundredthsPercentage": "0", "DFIntConnectionLostDisconnectReasonInfluxHundredthsPercentage": "0", "DFIntBandwidthManagerFeedbackInfluxHundredthsPercentage": "100", "DFIntBgUpdateRedirectsRejectInfluxHundredthsPercentage": "70", "DFIntBgUpdateRedirectsHttpErrInfluxHundredthsPercentage": "70", "FStringPerformanceSendMeasurementAPISubdomain": "opt-out", "DFStringHttpPointsReporterUrl": "null", "DFStringAltHttpPointsReporterUrl": "null", "DFStringAltTelegrafHTTPTransportUrl": "null", "DFStringTelegrafHTTPTransportUrl": "null", "DFStringCrashUploadToBacktraceBaseUrl": "null", "DFStringCrashUploadToBacktraceMacPlayerToken": "null", "DFStringCrashUploadToBacktraceWindowsPlayerToken": "null", "DFStringTelegrafAddress": "127.0.0.1", "DFStringAltTelegrafAddress": "127.0.0.1", "DFStringLightstepToken": "null", "DFStringLightstepHTTPTransportUrlHost": "null", "DFStringLightstepHTTPTransportUrlPath": "null", "DFStringTelemetryV2Url": "null", "DFStringRobloxAnalyticsURL": "null", "DFStringAnalyticsEventStreamUrlEndpoint": "null", "FStringGamesUrlPath": "/games/", "FStringCoreScriptBacktraceErrorUploadToken": "null", "FStringVoiceBetaBadgeLearnMoreLink": "null", "FFlagVoiceBetaBadge": "False", "FFlagTopBarUseNewBadge": "False", "FFlagEnableBetaBadgeLearnMore": "False", "FFlagBetaBadgeLearnMoreLinkFormview": "False", "FFlagControlBetaBadgeWithGuac": "False", "FFlagFixDupeBetaBadge": "True", "FFlagEnableInGameMenuChrome": "True", "FFlagEnableInGameMenuChromeABTest2": "False", "FFlagEnableInGameMenuChromeABTest3": "False", "FFlagEnableInGameMenuChromeABTest4": "False", "FFlagEnableInGameMenuModernization": "True", "FFlagEnableMenuModernizationABTest": "False", "FFlagEnableMenuModernizationABTest2": "False", "FFlagEnableV3MenuABTest3": "False", "FFlagEnableReportAbuseMenuRoactABTest2": "False", "FFlagEnableMenuControlsABTest": "False", "FFlagEnableInGameMenuControls": "True", "FFlagDisableChromeFollowupOcclusion": "True", "FFlagDisableChromeFollowupUnibar": "True", "FFlagDisableChromeFollowupFTUX": "True", "FFlagDisableChromeDefaultOpen": "True", "FFlagDisableChromePinnedChat": "True", "FFlagDisableChromeUnibar": "True", "FFlagEnableNewInviteMenuIXP2": "False", "FFlagChatTranslationSettingEnabled3": "False", "FFlagEnableAccessibilitySettingsAPIV2": "True", "FFlagEnableAccessibilitySettingsEffectsInCoreScripts2": "True", "FFlagEnableAccessibilitySettingsEffectsInExperienceChat": "True", "FFlagEnableAccessibilitySettingsInExperienceMenu2": "True", "FIntNewInGameMenuPercentRollout3": "0", "FIntV1MenuLanguageSelectionFeaturePerMillageRollout": "0", "FIntMockClientLightingTechnologyIxpExperimentMode": "0", "FIntMockClientLightingTechnologyIxpExperimentQualityLevel": "7", "FFlagSelfieViewEnabled": "False", "DFFlagEnableDynamicHeadByDefault": "False", "FFlagFacialAnimationStreamingServiceUserSettingsOptInVideo": "False", "FFlagFacialAnimationStreamingServiceUniverseSettingsEnableVideo": "False", "FFlagFacialAnimationStreamingServiceUserSettingsOptInAudio": "False", "FFlagFacialAnimationStreamingServiceUniverseSettingsEnableAudio": "False", "FFlagAvatarChatServiceExposeClientFeaturesForVoiceChat": "False", "FFlagEnableAudioOutputDevice": "False", "DFFlagVideoCaptureServiceEnabled": "False", "FFlagAnimatorRetargetSkipLowerBodyIK": "True", "DFIntAnimatorRetargetSkipLowerBodyIKDistance10x": "50", "DFIntAnimatorRetargetInterpolateFKCorrectionMinAngleDeg": "3", "DFIntAnimatorRetargetInterpolateFKCorrectionMaxAngleDeg": "50", "DFFlagAnimatorRetargetInterpolateFKCorrection": "True", "FFlagAnimatorRetargetSkipAnkleModification": "True", "DFFlagEnableAnimatorRetargetingMode": "True", "DFFlagAnimatorFixReplicationASANError": "True", "FFlagRigScaleShouldAffectAnimations": "True", "FFlagRigScaleShouldAffectBones": "False", "FFlagKeepZeroInfluenceBones": "False", "FFlagReplicateAnimationLooped": "False", "FFlagAnimatePhysics": "False", "FFlagUseNewAnimationSystem": "False", "DFFlagAllowRegistrationOfAnimationClipInCoreScripts": "True", "FFlagEnableHumanoidLuaSideCaching": "False", "FFlagEnableTerrainFoliageOptimizations": "True", "FFlagEnableTerrainOptimizations": "True", "DFFlagRemoveUnusedLocalPlayerCharacter": "True", "DFFlagEnableRequestAsyncCompression": "False", "FFlagUGCValidationFixResetPhysicsError": "True", "FFlagEnableDelayedInputForSetFavorite": "True", "DFFlagMergeFakeInputEvents3": "True", "FIntActivatedCountTimerMSMouse": "1", "FIntActivatedCountTimerMSTouch": "1", "FIntActivatedCountTimerMSKeyboard": "1", "DFIntNumTrackerDataToReplicatePerFrame": "4", "FFlagGuiHidingApiSupport2": "True", "FFlagUserShowGuiHideToggles": "True", "FFlagFixMemoryPriorizationCrash": "True", "FFlagSoundsUsePhysicalVelocity": "True", "FFlagAssetImportRemoveAnimationSuffix": "True", "DFFlagRemoveLegacyPackageAnalytics": "True", "FFlagEnableSceneAnalysis": "False", "FFlagEnableNewHeapSnapshots": "False", "DFIntExperienceSignalsIngestMaxEventsPerBatch": "500", "DFIntRemoteEventAbuseReportRateLimitMax": "1", "DFIntCloseReplicationDataAliveForAllHundredthsPercentage": "90", "DFIntClientNetworkInfluxHundredthsPercentage": "96", "FFlagCAP1544UseNewDataSharingRollout": "False", "FIntCAP1209DataSharingRolloutPercentage": "0", "FIntCAP1544DataSharingUserRolloutPercentage": "0", "FFlagCAP1209EnableDataSharingUI4": "False", "FIntCAP1209DataSharingTOSVersion": "0", "FFlagDebugCrashReports": "False", "FFlagOnContactTouchedUntouched": "False", "FFlagFRMRefactor": "False", "FFlagFixScalingModelRendering": "False", "FFlagFixMeshPartScaling": "False", "FFlagLuaAppExitModal2": "False", "DFFlagFrameTimeJitterMedians2": "True", "DFFlagFrameTimeStdDev": "False", "DFIntBandwidthLimit": "50000", "DFIntPacketLossRecovery": "1", "FFlagRenderInitShadowmaps": "False", "FFlagRenderShadowmapPrePass": "False", "DFFlagCloudsNormals": "False", "FFlagTerrainNewChunkLod": "True", "FFlagRenderEnableGlobalInstancingD3D11": "True", "FFlagEnableQuickGameLaunch": "False", "DFFlagEnableHardwareMouse": "True", "DFIntTaskSchedulerTargetFpsMultiplier": "1", "FFlagRenderFixViewportScaling": "True", "FIntRenderViewportScaleX": "130", "FIntRenderViewportScaleY": "100", "FFlagRenderResolutionScaleDown": "True", "FFlagDebugDisplayFPS": "True", "FFlagDebugDisableCharacterHair": "True", "FFlagDebugDisableAccessories": "True", "FIntTextureCompositorLowResFactor": "1", "DFIntCSGv2LodsToGenerate": "0", "FIntCSGVoxelizerFadeRadius": "0", "FIntRomarkStartWithGraphicQualityLevel": "1", "DFIntDebugRestrictGCDistance": "1", "FFlagDebugDontRenderScreenGui": "True", "FFlagEnableCommandAutocomplete": "False", "FIntViewportFrameMaxSize": "0" }

which one of all these makes textures blurry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment