
How to extend your draw distance and get rid of pop-in
Instructions
Download the mod
Here – Google.com
.
Right-click the game from your Steam library and choose Manage -> Browse local file.
– Place the downloaded file in Trials of ManaContentPaks
Explanation
Trials of Mana has a different approach to Unreal Engine 4 games. It doesn't provide easy access INI files. You'll need to extract them from the data folders, make your changes and then repackage again. There are many INI tweaks and mods out there, but they often make unnecessary (changes such as removing fog or bloom). I wanted a vanilla-friendly mod that only fixed the pop-in issue so I made one.
These are the only changes to my mod
r.TextureStreaming=False r.SkeletalMeshLODBias=-2 r.StaticMeshLODDistanceScale=0.25 r.ViewDistanceScale=10 foliage.LODDistanceScale=10
This disables (the texture stream) which leads to texture popping in.
The game was optimized for Nintendo Switch. Since the system requirements on a PC are already very low, I haven’t noticed any performance changes. The loading times will be slightly longer since texture streaming is now disabled.
And here is the end of the post, i hope you enjoy Trials of Mana – Herb Cookie Topping Guide . If you believe we mistake something or we forget to add some content on the post let us know via Comment. The original post can be found here
- Check All Trials of Mana Posts List
Leave a Reply