Jump to content

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


Recommended Posts

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!

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...