cemu_graphic_packs/Mods/BreathOfTheWild_DistantFogRemoval/Botw_HyruleCastleBaseFog/ReadMe.txt
Skal Fate 41c38f5568
Changed Categories for CelShade Pack and Distant Fog (#341)
* Changed Category For Cel-Shade & Distant Fog
2019-03-13 12:34:57 -06:00

21 lines
739 B
Plaintext

# Information
# by SkalFate
# ----------------------
Example Preset :
// Changing it here doesn't do anything, this is for demonstration. Change it in rules.txt file instead.
[Preset]
name = Custom Preset
$basefogopacity = 1
$basefogred = 3
$basefoggreen = 1
$basefogblue = 2
# (basefogopacity) = Fog Transparency/Opacity - how thick you want the Hyrule Castle Base Fog to look
# ------ Values are multiplied, so if you want to lower use [0.01 - 1.0], or if you want to go higher go from [1.0 - X.X]
# (basefogred, basefoggreen, basefogblue ) = RGB - Red, Green, Blue - Changes the color of the Hyrule Base Fog.
# ------ Values are multiplied so if you want to lower use [0.01 - 1.0], or if you want to go higher go from [1.0 - X.X]