Created
September 22, 2024 02:34
-
-
Save jfmherokiller/d1bc8de1c4449cb0834405582b0d5368 to your computer and use it in GitHub Desktop.
Silent hill 2 rtx attempt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rtx.dlfg.enable = False | |
rtx.uiTextures = 0x82F3D659F6B665AB, 0xB4DD997FDC2617BA | |
rtx.restirGI.virtualSampleMaxDistanceRatio = 0.5 | |
rtx.captureInstanceStageName = capture_2024-09-21_03-47-48.usd | |
rtx.isShaderExecutionReorderingSupported = False | |
rtx.graphicsPreset = 3 | |
rtx.demodulate.enableDirectLightBoilingFilter = False | |
rtx.dlssPreset = 2 | |
rtx.fallbackLightRadiance = 2, 2, 2 | |
rtx.di.stealBoundaryPixelSamplesWhenOutsideOfScreen = False | |
rtx.di.enableDenoiserConfidence = False | |
rtx.restirGI.useSampleStealing = 1 | |
rtx.di.permutationSamplingNthFrame = 1 | |
rtx.restirGI.boilingFilterMinThreshold = 15 | |
rtx.fallbackLightType = 1 | |
rtx.enableFirstBounceLobeProbabilityDithering = False | |
rtx.enableStochasticAlphaBlend = False | |
rtx.restirGI.historyDiscardStrength = 10 | |
rtx.pathMaxBounces = 2 | |
rtx.enableTransmissionApproximationInIndirectRays = True | |
rtx.restirGI.useDLSSRRCompatibilityMode = True | |
rtx.enableUnorderedResolveInIndirectRays = False | |
rtx.fallbackLightMode = 2 | |
rtx.instanceOverrideInstanceIdx = 2147483647 | |
rtx.minOpaqueDiffuseLobeSamplingProbability = 0.05 | |
rtx.restirGI.sampleStealingJitter = 3 | |
rtx.minOpaqueSpecularLobeSamplingProbability = 0.05 | |
rtx.restirGI.boilingFilterRemoveReservoirThreshold = 30 | |
rtx.minReplacementTextureMipMapLevel = 1 | |
rtx.neeCache.enableModeAfterFirstBounce = 2 | |
rtx.pathMinBounces = 0 | |
rtx.postFilterThreshold = 10 | |
rtx.restirGI.useAdaptiveTemporalHistory = False | |
rtx.restirGI.useVirtualSample = False | |
rtx.restirGI.validateVisibilityChange = True | |
rtx.russianRoulette1stBounceMinContinueProbability = 0.4 | |
rtx.russianRouletteMaxContinueProbability = 0.7 | |
rtx.russianRouletteMode = 1 | |
rtx.usePostFilter = False |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment