Przejdź do treści
Bity zamieszek

Bity zamieszek

  • Dom
  • Aktualności
  • Przewodniki
  • Przewodniki wideo
  • Opis zmian
  • Zgłoś nadużycie
  • Przełącz formularz wyszukiwania

No More Heroes 3 – Improving Shadows, Draw Distance and Much More

Wysłany dnia 10/13/2022 Przez Somewhat Viable Brak komentarzy NA No More Heroes 3 – Improving Shadows, Draw Distance and Much More
  • Tytuł: No More Heroes 3
  • Data wydania:
  • Wywoływacz:
  • Wydawca:
Information about No More Heroes 3 jest nadal niekompletny. Pomóż nam wypełnić szczegóły gry za pomocą tego formularz kontaktowy.

There are a lot of variations of .ini tweaks going around, so I decided to compile the relevant commands into one place!

Where and What?

Unreal Engine 4 games are very easy to tinker with, with a multitude of commands that do a million different things. These go beyond the “Ustawienia graficzne” menu, and offer a lot more options.

Jak być może zauważyłeś, NMH3 on PC has an extremely short draw distance, both for objects and shadows. Na szczęście, mitigating these graphical shortcomings is extremely easy! (NOTATKA: Don’t be afraid to play around with the values! See what works best for you in terms of quality/performance)

The following commands need to be pasted onto Engine.ini, located under %LOCALAPPDATA%\No More Heroes 3\Saved\Config\WindowsNoEditor:

[Systemsettings]
r.MaxAnisotropy=16
r.DepthOfFieldQuality=4
r.bForceCPUAccessToGPUSkinVerts=1
r.FastVRam.EyeAdaptation=1
r.ViewDistance=5
r.ViewDistanceScale=5
r.LandscapeLODDistributionScale=3
r.LandscapeLOD0DistributionScale=3
r.StaticMeshLODDistanceScale=0.01
grass.CullDistanceScale=4
grass.DisableDynamicShadows=1
foliage.LODDistanceScale=4
foliage.ditheredLOD=0
foliage.MinimumScreenSize=0.00000001
foliage.MaxOcclusionQueriesPerComponent=128
foliage.MinInstancesPerOcclusionQuery=65536
r.HLOD=1
r.HLOD.DistanceScale=3
r.MipMapLODBias=0
r.MaxQualityMode=1
r.DetailMode=2
r.MaterialQualityLevel=1
r.SkeletalMeshLODBias=-2
r.SkeletalMeshLODRadiusScale=0.03
r.LandscapeLODBias=-3
r.TrueSkyQuality=1
r.SkyLightingQuality=1
r.VolumetricCloud=1
r.VolumetricCloud.SkyAO=1
r.VolumetricCloud.SkyAO.Filtering=1
r.VolumetricRenderTarget.Mode=1
r.SkylightIntensityMultiplier=0.4
r.SkyAtmosphere=1
r.SupportSkyAtmosphere=1
r.SkyAtmosphere.LUT32=1
r.SkyAtmosphere.FastSkyLUT=0
r.SkyAtmosphere.MultiScatteringLUT.HighQuality=1
r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque=0
r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat=0
r.SkyAtmosphere.AerialPerspectiveLUT.Depth=96
r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution=16.0
r.SkyAtmosphere.SampleCountMin=64.0
r.SkyAtmosphere.SampleCountMax=128.0
r.SkyAtmosphere.DistanceToSampleCountMax=128
r.RefractionQuality=3
r.LightFunctionQuality=1
r.AllowLandscapeShadows=1
r.AmbientOcclusionLevels=2
r.AmbientOcclusionMaxQuality=100
r.AmbientOcclusionRadiusScale=0.03
r.HighQualityLightMaps=1
r.LensFlareQuality=4
r.ShadowQuality=5
r.Shadow.DistanceScale=5
r.Shadow.CSM.MaxCascades=10
r.Shadow.MaxResolution=4096
r.Shadow.MinResolution=4096
r.Shadow.MaxCSMResolution=4096
r.Shadow.MinCSMResolution=4096
r.Shadow.RadiusThreshold=0.001
r.Shadow.CSM.TransitionScale=6
r.BloomQuality=4
r.EyeAdaptationQuality=3

FAKULTATYWNY: Super-Sampling (SSAA)

Tired of all those jaggies and FXAA blurring your game up? Try this command: r.ScreenPercentage=###

With it, you can render the game at a different resolution than what your monitor can offer (Base value being 100 procent). Na przykład, if you have a 1080p display and set the “###” Do “200”, this would make so that the game renders internally at 4K, then downsamples to 1080p, producing a sharp image with a lot less AA. Ten, Oczywiście, is incredibly taxing on the hardware, so you might want to play around with the percentage, or try TAA instead. (next section)

For low-end users, you can upsample too, by setting “###” to something below “100”!

FAKULTATYWNY: Temporal Anti Aliasing (TAA)

NMH3 uses FXAA by default, with three presets in the graphics menu. FXAA is a really cheap but ineffective solution, blurring the living hell out of the game.In comes TAA, a more sophisticated solution, although not perfect by any means. If SSAA is too taxing for your hardware and still want a decent form of AA, try these commands:

r.DefaultFeature.AntiAliasing=2
r.PostProcessAAQuality=6
r.TemporalAASamples=8
r.TemporalAACurrentFrameWeight=0.12
r.TemporalAAFilterSize=1.0
r.TemporalAACatmullRom=1
r.TemporalAAPauseCorrect=1

FAKULTATYWNY: Odbicia przestrzeni ekranu (SSR)

Here comes a big one. Want nicer reflections? Then you’re kinda not in the right place. Widzisz, NMH3 wasn’t designed with SSR in mind, and so while a lot of areas can look great, others… Nie tyle.

I personally recommend against enabling SSR, but if you want to see how it looks or genuinely prefer it, then try these:

r.SSR.Quality=4
r.SSR.MaxRoughness=1
r.RefractionQuality=3

MEGA OPTIONAL: Screen Space Global Illumination (SSGI)

This is a primitive form of ray-tracing, making so that the lighting looks more realistic, with crazy bounce shadows and the sort. Jednakże, this is extremely taxing. Nie tylko to, I also don’t think it looks that great most of the time.

If you are an absolute lunatic and/or have a good enough PC to handle SSGI, try this command:

r.SSGI.Quality=4

FAKULTATYWNY: Texture Streaming Commands

UE4 is pretty infamous for its texture streaming system. Here are some commands to help with making it look less bad:

r.Streaming.Boost=4
r.Streaming.HLODStrategy=0
r.Streaming.DefragDynamicBounds=1
r.Streaming.MipBias=0
r.Streaming.FullyLoadUsedTextures=1

Alternatywnie, you can disable texture streaming outright. Sounds great, don’t it? Dobrze, unfortunately this extends loading times considerably:

r.TextureStreaming=0
Off to the Garden of Insanity

Dobrze, to tyle! Dziękuję za przeczytanie, and I hope this helps you get the most out of your time with No More Heroes 3!

To wszystko, co dzisiaj udostępniamy w tym celu No More Heroes 3 przewodnik. Ten przewodnik został pierwotnie stworzony i napisany przez Somewhat Viable. Na wypadek, gdybyśmy nie zaktualizowali tego przewodnika, możesz znaleźć najnowszą aktualizację, postępując zgodnie z tym połączyć.

Jeśli uważasz, że jakakolwiek treść na tej stronie narusza Twoje prawa, w tym Twoje prawa własności intelektualnej, prosimy o niezwłoczny kontakt za pomocą naszego formularza kontaktowego.
Przewodniki Tagi:No More Heroes 3

Nawigacja po wpisach

Poprzedni post: Escape Memoirs: Mini Stories Puzzle Solutions Guide
Następny post: BONELAB – My Pal Apollo Achievement Guide

Zostaw odpowiedź Anuluj odpowiedź

Twój adres e-mail nie zostanie opublikowany. Wymagane pola są zaznaczone *

  • Tytuł: No More Heroes 3
  • Data wydania:
  • Wywoływacz:
  • Wydawca:
Information about No More Heroes 3 jest nadal niekompletny. Pomóż nam wypełnić szczegóły gry za pomocą tego formularz kontaktowy.

Zastrzeżenie

Wszystkie cytowane treści pochodzą z odpowiednich źródeł. Jeśli uważasz, że wykorzystaliśmy Twoje treści bez pozwolenia, upewnij się, że się z nami skontaktujesz, a my potraktujemy to poważnie.
  • O nas
  • Skontaktuj się z nami
  • Polityka prywatności
  • Warunki usługi

Prawo autorskie © 2025 Bity zamieszek.

Zasilany przez Prasa Książka Aktualności Motyw WordPressa