ty this rly helps, do u think u will be able to get rid of the black texture flickering? cus the difference between low and medium on illumination is nuts
I don't know if it's possible, but could you make alternative mod where: Outdoors - Enable Fsr Frame Generation Indoors - Disable Fsr Frame Generation.
I just tried the new version with custom settings. I think there is a problem. I have software lumen enabled in the game. When I enter a building hardware lumen activates as it should but when I leave the building hardware lumen remains active. These are the settings of the mod I am using.
Considering that the outdoor framerate is always lower anyway, it might also be useful to add the option to cap the framerate separately for indoors and outdoors.
I just want to say that this mod is absolutely amazing. I'm on a RX 7600 with a Ryzen 5 3600. I was getting 55-60 FPS in the Imperial City just fine. However, once I went into the open world properly my FPS TANKED so hard. I literally went from 50 FPS ish to single digit frame rates. I tried so many different tweak mods and ini files. I decided to give this mod a whim since I thought the Lumen Begone mod didn't look that terrible on the exterior but thought it ruined the interior space. Coupled with Natura LUT I can just barely tell that the visual quality of the game is slightly degraded while in the open world. Which is a trade off I'm willing to take because my FPS skyrocketed back up to 60 and only dips when a lot of actors are on screen. Thank you so much for this mod, mate!
There is no more flickering on the bushes, is still a little bit on the trees. I wonder if it can be completely eliminated? Edit. Changing Global Illumination to Ultra eliminated 90% on the trees, nice.
Those mods are present in the original source on GitHub too. Just go and download UE4SS from there and install this mod over if you don't trust it for some reason.
102 comments
Basically I want the DFAO version but set so I can do hardware lumen indoors and no lumen outdoors
You would want this for indoors:
enableLumen=1,
hardwareLumen=1,
enableDFAO=0,
and this for outdoors:
enableLumen=0,
hardwareLumen=0,
enableDFAO=1,
Outdoors - Enable Fsr Frame Generation
Indoors - Disable Fsr Frame Generation.
Is it possible to make a version with hardware lumen enabled indoor and disable both hardware and software lumen when outdoor?
-------------------
--INDOOR SETTINGS--
-------------------
cfg.indoors={
enableLumen=1,
hardwareLumen=1,
enableDFAO=1,
-- 0:low, 1:med, 2:high, 3:ultra
GlobalIlluminationQuality=2,
EffectsQuality=2,
FoliageQuality=2,
ShadowQuality=1,
TextureQuality=3,
ViewDistanceQuality=2
}
--------------------
--OUTDOOR SETTINGS--
--------------------
cfg.outdoors={
enableLumen=0,
--hardwareLumen=0,
enableDFAO=1,
-- 0:low, 1:med, 2:high, 3:ultra
GlobalIlluminationQuality=2,
EffectsQuality=1,
FoliageQuality=1,
ShadowQuality=1,
TextureQuality=2,
ViewDistanceQuality=2
}
Am I doing something wrong?
Now the mods works perfectly.
Thank you very much.
Edit. Changing Global Illumination to Ultra eliminated 90% on the trees, nice.