-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpresets.json
More file actions
74 lines (74 loc) · 4.96 KB
/
Copy pathpresets.json
File metadata and controls
74 lines (74 loc) · 4.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"Smooth Preset": {
"SmoothFramerate": ["1", "Enable smoothing at the cost of some performance"],
"CorpseCount": ["16", "Maximum number of corpses is 32, 16 is selected for a balanced approach"],
"MaxFrameLatency": ["4", "Driver can queue up to 4 frames"],
"SerializeRender": ["0", "0 is the default for the best performance, 1 and 2 improve latency but require a powerful CPU."],
"VideoMemory": ["1", "Target all of the available VRAM to reduce stuttering"],
"RestrictGraphicsOptions": ["0", "Advanced graphics options unlocked"],
"Vsync": ["1", "Vertical sync enabled"],
"BackbufferCount": ["3", "Triple buffering enabled"],
"MeshQuality": ["0", "Highest quality meshes"],
"TextureFilter": ["2", "High anisotropic filtering"],
"TextureQuality": ["1", "High texture quality (balanced)"],
"TextureQualityFX": ["1", "Improved effect quality"],
"TextureQualityProbes": ["0", "Default reflection quality"],
"TextureQualityBakedSunShadows": ["1", "Slightly reduced baked sun shadow quality"],
"TextureLowDetailResident": ["0", "Lowest detail resident streaming disabled"],
"DisableDynamicLightShadows": ["1", "Dynamic light shadows disabled"],
"DisableDynamicSunShadows": ["1", "Dynamic sun shadows disabled"],
"SpotShadowTextureSize": ["1024", "Spot light shadow resolution set to 1024"],
"OmniShadowTextureSize": ["256", "Omni (point) light shadow resolution set to 256"],
"ShadowFiltering": ["1", "Multi-sampled soft shadows enabled"],
"ActorShadows": ["0", "Actor shadows disabled"],
"VolumetricLightingEnabled": ["0", "Volumetric lighting disabled"],
"VolumetricLightingMaxSunSamples": ["8", "Max sun samples for volumetric lighting"],
"VolumetricLightingMaxLightSamples": ["40", "Max light samples for volumetric lighting"],
"VolumetricLightingSkipSunSamples": ["1", "Skip alternate sun samples"],
"VolumetricLightingSkipLightSamples": ["1", "Skip alternate light samples"],
"OIT": ["1", "Order-independent transparency enabled"],
"OITLayers": ["8", "8 transparency layers set"],
"SSAOTechnique": ["GTAO Low Quality", "Ambient occlusion set to GTAO Low Quality"],
"AATechnique": ["FXAA", "Anti-aliasing set to FXAA"],
"MotionBlur": ["Off", "Motion blur disabled"],
"MotionBlurQuality": ["Medium", "Medium quality motion blur (if enabled)"],
"SubsurfaceScattering": ["0", "Subsurface scattering disabled"],
"StreamMinResident": ["0", "No reduction in minimum asset residency in VRAM"]
},
"Low-Latency Preset": {
"SmoothFramerate": ["0", "Disable smoothing to minimize frame delay"],
"CorpseCount": ["16", "Maximum number of corpses is 32, 16 is selected for a balanced approach"],
"MaxFrameLatency": ["1", "Driver can only queue up to 1 frame"],
"SerializeRender": ["2", "0 is the default for the best performance, 1 and 2 improve latency but require a powerful CPU."],
"VideoMemory": ["0.75", "Target 75% the available VRAM to increase performance"],
"RestrictGraphicsOptions": ["0", "Advanced graphics options unlocked"],
"Vsync": ["0", "Vertical sync disabled for lower latency"],
"BackbufferCount": ["2", "Reset Vsync to double buffer"],
"MeshQuality": ["0", "Highest quality meshes"],
"TextureFilter": ["2", "High anisotropic filtering"],
"TextureQuality": ["1", "High texture quality (balanced)"],
"TextureQualityFX": ["1", "Improved effect quality"],
"TextureQualityProbes": ["0", "Default reflection quality"],
"TextureQualityBakedSunShadows": ["1", "Slightly reduced baked sun shadow quality"],
"TextureLowDetailResident": ["0", "Lowest detail resident streaming disabled"],
"DisableDynamicLightShadows": ["1", "Dynamic light shadows disabled"],
"DisableDynamicSunShadows": ["1", "Dynamic sun shadows disabled"],
"SpotShadowTextureSize": ["1024", "Spot light shadow resolution set to 1024"],
"OmniShadowTextureSize": ["256", "Omni (point) light shadow resolution set to 256"],
"ShadowFiltering": ["1", "Multi-sampled soft shadows enabled"],
"ActorShadows": ["0", "Actor shadows disabled"],
"VolumetricLightingEnabled": ["0", "Volumetric lighting disabled"],
"VolumetricLightingMaxSunSamples": ["8", "Max sun samples for volumetric lighting"],
"VolumetricLightingMaxLightSamples": ["40", "Max light samples for volumetric lighting"],
"VolumetricLightingSkipSunSamples": ["1", "Skip alternate sun samples"],
"VolumetricLightingSkipLightSamples": ["1", "Skip alternate light samples"],
"OIT": ["1", "Order-independent transparency enabled"],
"OITLayers": ["8", "8 transparency layers set"],
"SSAOTechnique": ["GTAO Low Quality", "Ambient occlusion set to GTAO Low Quality"],
"AATechnique": ["FXAA", "Anti-aliasing set to FXAA"],
"MotionBlur": ["Off", "Motion blur disabled"],
"MotionBlurQuality": ["Medium", "Medium quality motion blur (if enabled)"],
"SubsurfaceScattering": ["0", "Subsurface scattering disabled"],
"StreamMinResident": ["1", "Reduce the minimum asset residency in VRAM"]
}
}