danielspoa New member Jun 22, 2023 #1 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?
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?
K ktrain Member Jun 22, 2023 #2 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!
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!
danielspoa New member Jun 22, 2023 #3 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 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?
K ktrain Member Jun 23, 2023 #4 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.
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.
danielspoa New member Jun 23, 2023 #5 ok, thank you! I'm gonna play with it a bit for having it disabled is already much better than the current implementation!
ok, thank you! I'm gonna play with it a bit for having it disabled is already much better than the current implementation!