Is there a way to change specific graphic preferences? The fur looks very cool on Foxen, Vulwarg
I want to put it on medium or high, it looks like skin on low xd
Not in memu, but you could edit some files or use the console.
"Universal unreal engine 4 unlocker"
You must be registered to see the links
, is a way to recreate the UE4 console and have access to any common commands an Unreal game would have (for some reason not always works so you would need to close the game and try again until it says that in game console is available). This are some of the graphic command settings you find in game menus, to turn off bloom, motion blur, among other things, some of the commands/values I use in this game are:
r.VSync 0 (1/0 = ON/OFF, vsync)
r.BloomQuality 0 (OFF bloom)
r.Motionblurquality 0 (OFF motion blur)
sg.FoliageQuality 1 (0-4, foliage level. so there are less plants)
sg.TextureQuality 2 (0-4, they seem the same to me)
r.customdepth 0 (Commonly used for x-ray effects, I am not sure if this uses them anywhere)
sg.PostProcessQuality 1 (0-4, changes a lot of lighting. but reallly helps fps)
r.ViewDistanceScale 0.6 (1 is commonly default, but I think this game has it lower by default, is the DISTANCE WHERE THINGS START TO RENDER, INCLUDING WILD NEPHELYM, really cahnges performance)
sg.EffectsQuality 1 (0-4, This is the one that you need, gives you fur quality, 0 turns it off)
You could play with this values, they restart every time you close the game, once you have the ones you like you can edit a
Scalability.ini or Engine.ini file so the changes doesn't restart with each launch.
In the UUE4 page they explain how, not sure if they all work.
You must be registered to see the links