Skip to content

Commit

Permalink
1.2 Update Proper
Browse files Browse the repository at this point in the history
  • Loading branch information
aspctt authored Oct 26, 2023
1 parent b602db3 commit 677cc56
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 4 deletions.
6 changes: 5 additions & 1 deletion GameData/BLEAK/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
= v1.2
- Added a new profile and it's editor counterpart (Borealis)
= v1.1
- Added a new profile (Everon)
= v1.0
- Initial Release
- Release
2 changes: 1 addition & 1 deletion GameData/BLEAK/LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GNU GENERAL PUBLIC LICENSE

Full License: https://gnu.org/licenses/gpl-3.0.txt
Full License: https://gnu.org/licenses/gpl-3.0.txt

NOTE: Software is provided as is, meaning that you run it at your own risk. I (the author) is not liable for any harm done to your computer.
6 changes: 4 additions & 2 deletions GameData/BLEAK/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# BLEAK - TUFX Profiles

v1.2 - 26 October 2023

BLEAK is a mod for Kerbal Space Program that adds TUFX profiles

How to install:

1. Delete any previous versions of BLEAK.
2. Download and install TUFX and Module Manager from: https://forum.kerbalspaceprogram.com/index.php?/topic/192212-19x-tufx-post-processing/
3. Take the "Bleak" folder and place it in your KSP's GameData Folder
3. Take the "BLEAK" folder and place it in your KSP's GameData Folder


Instructions:

When in-game, click on the TUFX button in the toolbar. Then select one of the profiles and enjoy!
When in-game, click on the TUFX button in the toolbar. Then select one of the profiles and enjoy!
149 changes: 149 additions & 0 deletions GameData/BLEAK/TUFX/Bleak_TUFX.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,149 @@
TUFX_PROFILE
{
name = Umia
hdr = True
antialiasing = None
EFFECT
{
name = Bloom
Intensity = 1
Threshold = 0.899685502
SoftKnee = 0.192452833
}
EFFECT
{
name = ColorGrading
GradingMode = HighDefinitionRange
Tonemapper = ACES
ColorFilter = 1,1.01999998,1.10000002,1
HueShift = 2
Saturation = -30
PostExposure = 0.150000006
Contrast = 5
MixerBlueOutBlueIn = 96.8553467
Gamma = 0.100000001,0.100000001,0.200000003,0.100000001
}
EFFECT
{
name = MotionBlur
ShutterAngle = 60
SampleCount = 32
}
EFFECT
{
name = AutoExposure
MinLuminance = 0
MaxLuminance = 1
KeyValue = 2
EyeAdaption = Progressive
SpeedUp = 2
SpeedDown = 1
}
}
TUFX_PROFILE
{
name = Everon
hdr = True
antialiasing = None
EFFECT
{
name = Bloom
Intensity = 1
Threshold = 0.9
SoftKnee = 0.2
}
EFFECT
{
name = ColorGrading
GradingMode = HighDefinitionRange
Tonemapper = ACES
ColorFilter = 1,1.01999998,1.10000002,1
ToneCurveToeStrength = 1
ToneCurveToeLength = 0.565999985
Temperature = -1.8
Tint = -1
HueShift = 2
Saturation = -30
Contrast = 6
}
EFFECT
{
name = MotionBlur
ShutterAngle = 60
SampleCount = 32
}
EFFECT
{
name = ChromaticAberration
Intensity = 0.031
FastMode = False
}
EFFECT
{
name = AutoExposure
MinLuminance = 0
MaxLuminance = 1
KeyValue = 2
EyeAdaption = Progressive
SpeedUp = 2
SpeedDown = 1
}
}
TUFX_PROFILE
{
name = Borealis
hdr = True
antialiasing = None
EFFECT
{
name = AmbientOcclusion
Mode = MultiScaleVolumetricObscurance
Intensity = 0.6
Radius = 0.3424528301
}
EFFECT
{
name = Bloom
Intensity = 5.59748411
Threshold = 1.42767298
SoftKnee = 0.46226418
}
EFFECT
{
name = ColorGrading
GradingMode = HighDefinitionRange
Tonemapper = Custom
Saturation = 5.03144407
Brightness = -7.54717493
}
EFFECT
{
name = AutoExposure
Filtering = 50,95
MinLuminance = 1.64999998
MaxLuminance = -1.60000002
KeyValue = 0.498427659
}
}
TUFX_PROFILE
{
name = Borealis - Editor
hdr = True
antialiasing = None
EFFECT
{
name = ColorGrading
GradingMode = HighDefinitionRange
Tonemapper = Custom
Saturation = 5.03144407
Brightness = -7.54717493
}
EFFECT
{
name = AutoExposure
Filtering = 50,95
MinLuminance = 1.64999998
MaxLuminance = -1.60000002
KeyValue = 0.498427659
}
}

0 comments on commit 677cc56

Please sign in to comment.