mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2024-12-23 01:59:39 +08:00
exposed aerochrome wool option
This commit is contained in:
parent
8735c805a2
commit
5b5c23845a
@ -22,3 +22,5 @@ option.AEROCHROME_MODE=Aerochrome Mode
|
|||||||
option.AEROCHROME_MODE.comment=Infrared Film. Google "Aerochrome" to get an idea of what it does.
|
option.AEROCHROME_MODE.comment=Infrared Film. Google "Aerochrome" to get an idea of what it does.
|
||||||
option.AEROCHROME_PINKNESS=Aerochrome Red:Pink Ratio
|
option.AEROCHROME_PINKNESS=Aerochrome Red:Pink Ratio
|
||||||
option.AEROCHROME_PINKNESS.comment=Higher = Pink. Lower = Red
|
option.AEROCHROME_PINKNESS.comment=Higher = Pink. Lower = Red
|
||||||
|
option.AEROCHROME_WOOL_ENABLED=Aerochrome Wool
|
||||||
|
option.AEROCHROME_WOOL_ENABLED.comment=Technically wool things should be affected but it ruins a lot of builds. Enable to be more technically correct.
|
@ -82,7 +82,7 @@ screen = [Direct_Light] [Ambient_light] [World] [Atmospherics] [Post_Processing]
|
|||||||
|
|
||||||
######## WORLD
|
######## WORLD
|
||||||
screen.World.columns=1
|
screen.World.columns=1
|
||||||
screen.World = [LabPBR] [Waving_Stuff] [Water] <empty> AEROCHROME_MODE AEROCHROME_PINKNESS
|
screen.World = [LabPBR] [Waving_Stuff] [Water] <empty> AEROCHROME_MODE AEROCHROME_PINKNESS AEROCHROME_WOOL_ENABLED
|
||||||
### SPECULARS
|
### SPECULARS
|
||||||
screen.Reflections.columns=2
|
screen.Reflections.columns=2
|
||||||
screen.Reflections = Specular_Reflections Sun_specular_Strength Screen_Space_Reflections reflection_quality Rough_reflections Roughness_Threshold Sky_reflection
|
screen.Reflections = Specular_Reflections Sun_specular_Strength Screen_Space_Reflections reflection_quality Rough_reflections Roughness_Threshold Sky_reflection
|
||||||
|
Loading…
Reference in New Issue
Block a user