• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

REQUEST - way to disable or alter "eye exposure" effect

danielspoa

New member
title, its something that really bothers me as its causing the inverse of what happens in real life. I'm afraid only a DLL mod would be able to modify it? 🤔

 
Do you know how to mod?

In Mods/yourmod/worldglobal.xml just these lines:

<configs>
<set xpath="/worldglobal/environment/property[@name='ambientInsideSpeed']/@value">0.5</set>
<set xpath="/worldglobal/environment/property[@name='ambientInsideThreshold']/@value">1024</set>
<set xpath="/worldglobal/environment/property[@name='ambientInsideEquatorScale']/@value">1.0</set>
</configs>


took care of it for me!

 
I know the basics, made some adjustments to items and entities before. Had no idea this effect was exposed there, however.  😃

just made the changes using your example there and seems to be working wonderfully! This threshold means it will never apply right?

 
I'm really not sure how it works but it hasn't bothered me since using it. I looked at multiple reddits and steam posts to arrive at those values.

 
ok, thank you! I'm gonna play with it a bit for having it disabled is already much better than the current implementation!

 
Back
Top