Akota Posted February 21 Share Posted February 21 Can someone point me to the xml file that has fog in it? I know there is a console command "weather fog 0" but that is for solo game and works great. We want to set the fog to 0 on a server, so it would need to be changed in server files. thanks for any help Link to comment Share on other sites More sharing options...
doughphunghus Posted February 24 Share Posted February 24 On 2/21/2023 at 12:38 PM, Akota said: Can someone point me to the xml file that has fog in it? I know there is a console command "weather fog 0" but that is for solo game and works great. We want to set the fog to 0 on a server, so it would need to be changed in server files. thanks for any help I'm not 100% sure of this anymore... but 1. "worldglobal.xml" has some fog settings, and teh one you likely care about is "fogPower" but I believe the settings for it both default to '1', which ( ooddly enough) I believe means "visibility" , and "1" is 100%... so "no fog at the global world level. 2. The other place fog is defined is in the "biomes.xml" file. There is some documentation in that file ( search for "fog" and read comments), but essentially each biome has its own weather probabilities, and "fog" is set for each biome ( basically... it might not be set in all biomes). so here you want to turn the fog "off" (min and max values set to 0) or make its probability "0" in every biome definition. I believe the "worldglobal.xml" fog value is a "persistent fog" and the "biomes.xml" fog is "biome and weather dependent, based on probabilities", which adds to the fog in worldglobal.xml value 1 Link to comment Share on other sites More sharing options...
BFT2020 Posted February 24 Share Posted February 24 (edited) https://github.com/BFT2020/NoFog.git modlet that removes fog from the game - only required to be installed server side only as xml edits only Edited February 24 by BFT2020 (see edit history) Link to comment Share on other sites More sharing options...
Akota Posted February 25 Author Share Posted February 25 Thanks On 2/24/2023 at 5:47 AM, BFT2020 said: https://github.com/BFT2020/NoFog.git modlet that removes fog from the game - only required to be installed server side only as xml edits only Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now