Tales of Arise – Tweaks, Fixes and Issues

Controller Issue

All credit goes to Joker28CR!

Some users weren’t able to use their controllers due to how this game implemented the Steam input.

To fix this, just open the controller settings into the game, go to browse config, then go to community and apply the one that says “Official input config”.

Pop-in and LOD

To improve this, go to %localappdata%, then BANDAI NAMCO Entertainment/Tales of Arise/Config/WIndowsNoEditor and open Engine.ini.

Copy and paste the next commands just as shown below:

[SystemSettings]
r.Shadow.DistanceScale=3.0
r.ViewDistanceScale=5
r.LightMaxDrawDistanceScale=3
r.LandscapeLODDistributionScale=3
r.LandscapeLOD0DistributionScale=3
r.SkeletalMeshLODBias=-2
r.StaticMeshLODDistanceScale=0.25
r.Tonemapper.Sharpen=0.25
r.MipMapLodBias=-1
r.MaxAnisotropy=16
r.Streaming.FullyLoadUsedTextures=1
r.Streaming.HLODStrategy=2
grass.DensityScale=3
foliage.DensityScale=7
foliage.LODDistanceScale=10

If you have a mid-range PC, please replace the grass and foliage commands with the ones below in order to get more stability in performance:

grass.DensityScale=2
foliage.DensityScale=2
foliage.LODDistanceScale=2

Improve NPCs Distance

This should help fix the NPC distance issue by changing the fadeout/despawn distances to 100000 – if you have any problems with it please let me know!

(Also in case 100000 causes performance issues, you can now change it as of 0.1.6).

This’ll also automatically unlock the dev-console for you, and allow loading in loose files, without them needing to be pak’d (should be useful for modders testing their changes).

(This was mostly developed against the demo version, but was easy to move to the full game thanks to a friend lending me access – hoping to buy a copy myself soon so I can work on it some more).

Ultrawide Support and Cutscenes FPS Uncap

I just wanted to make a post detailing the progress that is being made on patching in a few things that I feel as if are lacking in a UE4 release (and would be easy to support on the developer end of things, as some things are being adjusted during runtime, probably through Blueprints).

Here’s some progress on a Cheat Engine table, but due to how the game does some things differently than other UE4 games (And there’s some UI jank mixed in, due to the fact they didn’t properly anchor some UI elements), it’s going to take a bit for me to release a partial fix. The stretched FMVs are likely going to require patching through 3dmigoto as well.

Cutscenes are capped at 60FPS by default (This includes a fix), and adjusting the t.MaxFPS value should help out with the Vert- scaling present. The FOV can also be adjusted independently from the FOV offset used for the Vert- FOV scaling.

Alright, I have a beta version up for those who want to give it a try. Make sure that Visual Studio 2019 Redistributables are installed before running this, as it will prevent the mod from loading.

Keep in mind that due to some typecast issues that I’m facing regarding getting the right pointers for the FOV to be read and written from in C++, the Exploration and Combat FOV options are currently not functional. I plan on having a repository up on GitLab soon, so I can easily compile updates through AppVeyor and also have source code for those who want to dig into it.

Extract the archives content to the “Arise/Binaries/Win64” subdirectory that is contained inside of the game’s root directory (To get to the game’s root directory, you can right click the game on Steam, roll the mouse over to “Manage”, and then click “Browse Local Files”).

Issues Unresolved

  • A) Stuttering/hitching when try to access a new area.

This happens when you try to go to other area and get close to the exit/entrance. The game seems to load something and it stutters.

This is only present in the PC version.

If you cannot tell it due to video quality, the hitches and stutters are present in the frametime graph, right in the top left corner.

  • B) 5.1 and 7.1 audio output out of sync/not working properly.

The game is not able to handle audio enhancements when using 5.1 / 7.1 output or compatible headsets.

This is more noticeable when you are walking through the map and then you get into menus, or between cutscenes and gameplay. You can suddenly hear how the sound changes from 5.1/7.1 surround to stereo, so it impacts directly in the immersion of the game (even more when using headphones).

P.S. The idea of this guide is to enhance as much as possible the user experience going a little bit further. The game is very good optimized, but still not near to be perfect.

Volodymyr Azimoff
About Volodymyr Azimoff 13955 Articles
I love games and I live games. Video games are my passion, my hobby and my job. My experience with games started back in 1994 with the Metal Mutant game on ZX Spectrum computer. And since then, I’ve been playing on anything from consoles, to mobile devices. My first official job in the game industry started back in 2005, and I'm still doing what I love to do.

2 Comments

  1. Thanks for the guide man. The .ini edits are good!

    To everyone asking, just copy and paste the edits to the bottom of the .ini file. You’d only have to replace them if the text already exists in the file.

  2. Using this seems good, one think I noticed is the area with heaps of flowers sometimes when you spawn there in the middle of them you still see a slight delay in all the flowers magically appearing everywhere, is there another setting to tackle this?

Leave a Reply

Your email address will not be published.


*