4sheetzngeegles
Well-known member
@Dead Smarty
Yes, the easiest way to figure out which color tint you want to use
You could use Krita, or Photoshop, and look at the hd color pallets
the one that looks like a gradient. The reason for using the decimals
vs the full example 255 0 0 is read also, but is at full intensity. or 1f.
It will make the screen just an unuseable red slate. To quickly learn the limits
Try this 3 step check.
Type weather fogcolor .1 0 0 then weather fogcolor .5 0 0
The third number weather fogcolor .25 0 0.
You will see the intensity on screen and know if you need to go to the upper end
at .5 or lower end below .25 for comfort. that is your nominal or best personal preference.
Just follow the same limit for the other color mixes.
@WarMongerian
You need notepad++ its free. One plugin that is extremely helpful is "compare".
You use this to compare your xml edits to the original file if you get an error after editing.
Semi quick instructions for editing fog out, Luckily for now it is not a mandatory call.
Prerequisite Install Notepad ++
1 Goto 7 dtd game folder, open data folder, make a backup of the config folder .
"This is to be able to instantly go back to the original settings , if a mistake is made.
2 Open config folder, open Biomes.xml. scroll down until you see the weather config for snow biome
"highlight the line or lines that have Example: <Fog min=".23" max=".35" prob="100"/> on yours it can be 100 or 1 that is just a difference in fractional rep
This is mine yours will have different numbers:
Highlight the fog line including the open and closing < /> right mouse click and close comment, Its the same as REM on dos makes it user instruction not live
Do it for each of the weather groupings under snow. Save
3 Once snow biome is done ; you you see a minus sign to the left of this text <biome name="snow" topsoil_block="terrSnow" biomemapcolor="#FFFFFF"
left click the minus sign to collapse snow biome config then repeat for forest. Repeat 1 2 3 until all biomes are done.
Permanently no more fog. I simplified mine, I only have one config per biome. set at 100 percent probability.
Easier for me to edit and know which changes I am looking at on screen.
Yes, the easiest way to figure out which color tint you want to use
You could use Krita, or Photoshop, and look at the hd color pallets
the one that looks like a gradient. The reason for using the decimals
vs the full example 255 0 0 is read also, but is at full intensity. or 1f.
It will make the screen just an unuseable red slate. To quickly learn the limits
Try this 3 step check.
Type weather fogcolor .1 0 0 then weather fogcolor .5 0 0
The third number weather fogcolor .25 0 0.
You will see the intensity on screen and know if you need to go to the upper end
at .5 or lower end below .25 for comfort. that is your nominal or best personal preference.
Just follow the same limit for the other color mixes.
@WarMongerian
You need notepad++ its free. One plugin that is extremely helpful is "compare".
You use this to compare your xml edits to the original file if you get an error after editing.
Semi quick instructions for editing fog out, Luckily for now it is not a mandatory call.
Prerequisite Install Notepad ++
1 Goto 7 dtd game folder, open data folder, make a backup of the config folder .
"This is to be able to instantly go back to the original settings , if a mistake is made.
2 Open config folder, open Biomes.xml. scroll down until you see the weather config for snow biome
"highlight the line or lines that have Example: <Fog min=".23" max=".35" prob="100"/> on yours it can be 100 or 1 that is just a difference in fractional rep
This is mine yours will have different numbers:
Highlight the fog line including the open and closing < /> right mouse click and close comment, Its the same as REM on dos makes it user instruction not live
Do it for each of the weather groupings under snow. Save
3 Once snow biome is done ; you you see a minus sign to the left of this text <biome name="snow" topsoil_block="terrSnow" biomemapcolor="#FFFFFF"
left click the minus sign to collapse snow biome config then repeat for forest. Repeat 1 2 3 until all biomes are done.
Permanently no more fog. I simplified mine, I only have one config per biome. set at 100 percent probability.
Easier for me to edit and know which changes I am looking at on screen.