How to extend the draw distance and remove pop-in.
지침
– Download the mod 여기.
– Right-click on the game in your Steam library -> Manage -> 로컬 파일 찾아보기.
– Put the downloaded file into \Trials of Mana\Content\Paks\.
Explanation
Unlike other Unreal Engine 4 계략, Trials of Mana doesn’t give you easy access to its INI files. You have to unpack them from the data files, make your changes, and then repack them again. There are existing mods with various assorted INI tweaks, but they often make many unnecessary changes (such as removing bloom and fog). I wanted a vanilla-friendly mod that only fixes the pop-in issue, so I made one myself.
These are the only changes in my mod:
r.TextureStreaming=False
r.SkeletalMeshLODBias=-2
r.StaticMeshLODDistanceScale=0.25
r.ViewDistanceScale=10
foliage.LODDistanceScale=10
This disables texture streaming (leads to texture pop-in, very noticeable in cutscenes), disables LOD (3D models won’t be replaced with low poly versions as you move away), as well as increases the draw distance for grass and scenery objects by 10x.
It seems that the game was mainly optimized for Nintendo Switch and the system requirements on PC are already very low, so I haven’t noticed any performance impact. 하지만, the loading times will be a bit longer, as texture streaming is now disabled.
이것이 오늘 우리가 공유하는 모든 것입니다. Trials of Mana 가이드. 이 가이드는 원래 작성자가 작성하고 작성했습니다. iriyap. 이 가이드를 업데이트하지 못한 경우, 다음을 수행하여 최신 업데이트를 찾을 수 있습니다. 링크.