-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
65 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
= v1.0.0 | ||
- Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} |