About this mod
I just created pak file that disable Fog, tuning TAA and set ScreenPercentage to 70.
- Permissions and credits
- Mirrors
- Changelogs
Just copy the pak file into Jedi Survivor\SwGame\Content\Paks
And then launch the game.
This is the config in the PAK file:
r.fog=1 # toggle fog
r.VolumetricFog=0
r.LightMaxDrawDistanceScale=2
r.TemporalAA.Algorithm=1 ; Use to scale with TAA. Set < 100 when FPS goals not met. 60 is generally decent for higher resolution.
r.TemporalAA.Upsampling=0 ; Use to scale with TAA. Set < 100 when FPS goals not met. 60 is generally decent for higher resolution.
r.TemporalAA.Upsampling=1 ; Use to scale with TAA. Set < 100 when FPS goals not met. 60 is generally decent for higher resolution.
r.VXGI.MultiBounceEnable=0 ; NVIDIA VXGI (bounce of indirect illumination)
r.DefaultFeature.AntiAliasing=2 ;forces a specific AA-type: 0=none, 1=FXAA(untested), 2=TemporalAA(default)
r.MotionBlur.Max=0 ;disables motion blur
r.TemporalAASamples=4 ; Set 1 when using r.ScreenPercentage < 100 to use TAA for better upscaling.
r.ScreenPercentage=60
r.OneFrameThreadLag=1 ; might help with lag and stutter at cost of input lag
r.D3D12.UseAllowTearing=1 ; Allow tearing when you have a VRR capable monitor
niagara.CreateShadersOnLoad=1 ; optimizations
r.CreateShadersOnLoad=1 ; optimizations
D3D12.PSO.DiskCache=1 ; optimizations
D3D12.PSO.DriverOptimizedDiskCache=1 ; optimizations
r.Streaming.Boost=1 ; Extra optimizations for streaming
r.Streaming.MinMipForSplitRequest=0 ; Additional streaming tweaks for stutter fixes
r.Streaming.HiddenPrimitiveScale=1 ; Additional streaming tweaks for stutter fixes
r.Streaming.AmortizeCPUToGPUCopy=1 ; Additional streaming tweaks for stutter fixes
r.Streaming.MaxNumTexturesToStreamPerFrame=2 ; Additional streaming tweaks for stutter fixes
r.Streaming.NumStaticComponentsProcessedPerFrame=2 ; Additional streaming tweaks for stutter fixes
r.Streaming.FramesForFullUpdate=1 ; Additional streaming tweaks for stutter fixes
s.AsyncLoadingThreadEnabled=1 ; Additional streaming tweaks for stutter fixes
s.AsyncLoadingTimeLimit=2 ; Additional streaming tweaks for stutter fixes
s.LevelStreamingActorsUpdateTimeLimit=2 ; Additional streaming tweaks for stutter fixes
s.UnregisterComponentsTimeLimit=2 ; Additional streaming tweaks for stutter fixes
s.AsyncLoadingUseFullTimeLimit=0 ; Additional streaming tweaks for stutter fixes
s.IoDispatcherCacheSizeMB=256 ; Additional streaming tweaks for stutter fixes
s.LevelStreamingComponentsRegistrationGranularity=1 ; Additional streaming tweaks for stutter fixes
s.LevelStreamingComponentsUnregistrationGranularity=1 ; Additional streaming tweaks for stutter fixes
s.MaxIncomingRequestsToStall=1 ; Additional streaming tweaks for stutter fixes
s.MaxReadyRequestsToStallMB=0 ; Additional streaming tweaks for stutter fixes
s.MinBulkDataSizeForAsyncLoading=0 ; Additional streaming tweaks for stutter fixes
s.PriorityAsyncLoadingExtraTime=0 ; Additional streaming tweaks for stutter fixes
s.PriorityLevelStreamingActorsUpdateExtraTime=0 ; Additional streaming tweaks for stutter fixes