You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.3 KiB
INI
60 lines
1.3 KiB
INI
sys_spec_Full=4
|
|
|
|
-- Cap frame rate at 30fps
|
|
sys_maxfps=30
|
|
r_vsync=0
|
|
|
|
-- Enable framebufferfetch(256bpp) or pls if applicable
|
|
r_EnableGMEMPath=1
|
|
|
|
-- Skip the native upscale as a second upscale already occurs
|
|
r_SkipNativeUpscale=1
|
|
|
|
-- Default of 3 allocates all shaders (potentially >150 MB)
|
|
-- 1 is most memory efficient but definitely causes hitches when converting HLSL
|
|
-- shaders. Recommend 1 during dev, and 3 with optimized caches for release.
|
|
r_ShadersPreactivate=1
|
|
|
|
sys_job_system_max_worker=2
|
|
sys_streaming_in_blocks=1
|
|
|
|
sys_streaming_memory_budget=512
|
|
|
|
e_CheckOcclusion=1
|
|
|
|
r_Fur=0
|
|
az_Asset_EnableAsyncMeshLoading=0
|
|
|
|
------------------------
|
|
-- Misc. memory buffers
|
|
------------------------
|
|
e_GeomCacheBufferSize=0
|
|
e_CheckOcclusionQueueSize=512
|
|
e_CheckOcclusionOutputQueueSize=1024
|
|
|
|
------------------------
|
|
-- Animation
|
|
------------------------
|
|
ca_MemoryDefragPoolSize=33554432
|
|
ca_StreamCHR=1
|
|
|
|
------------------------
|
|
-- sys_spec_objectdetail
|
|
------------------------
|
|
e_Dissolve=2
|
|
e_LodRatio=5
|
|
e_ViewDistRatioDetail=19
|
|
|
|
|
|
------------------------
|
|
-- sys_spec_shading
|
|
------------------------
|
|
r_VisAreaClipLightsPerPixel=0
|
|
|
|
r_ClearGMEMGBuffer=1
|
|
|
|
-- Sort ligths since we have limited space in the shadowmap pool texture
|
|
r_DeferredShadingSortLights = 3
|
|
|
|
--Use an optimized pixel format for the lighting rendertargets during the lighting pass.
|
|
r_DeferredShadingLBuffersFmt = 2 |