Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
aspctt authored Dec 6, 2022
1 parent 4e1c1de commit 40c507f
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GameData/BLEAK/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
= v1.0.0
- Release
5 changes: 5 additions & 0 deletions GameData/BLEAK/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
GNU GENERAL PUBLIC LICENSE

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.
16 changes: 16 additions & 0 deletions GameData/BLEAK/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#BLEAK - TUFX Profiles

v1.0 - 6 December 2022

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


Instructions:

When in-game, click on the TUFX button in the toolbar. Then select one of the profiles and enjoy!
42 changes: 42 additions & 0 deletions GameData/BLEAK/TUFX/Bleak_TUFX_1.0.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
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
}
}

0 comments on commit 40c507f

Please sign in to comment.