I have no idea where to post this question so hope this is the right place. I’m trying to find a way to disable screen space water reflections on final fantasy 7 rebirth which is an unreal engine 4 game. They look terrible with buggy look towards edges of screen and very noisy. The lines I’ve tried are below. the first one worked for everything but water. If anyone can help I’d really appreciate it, thanks.
Hey there @Yella1991! You’d already tried the primary way to disable screen space reflections in general for UE. I came to recommend using r.SSR.Quality=0 but it seems you’d already given that a try. I’d recommend giving the ShowFlag.ScreenSpaceReflections command a try. Valid responses are 0 for off, 1 for on, and 2 for “Default”.
so I tried these lines in the engine ini but still no luck, What exact line should I try?
bEnableScreenSpaceReflections=0
ShowFlag.ScreenSpaceReflections=0