Skip to content

Commit

Permalink
update default profiles to be less aggressive, not use HDR by default
Browse files Browse the repository at this point in the history
create copies of the existing configs to use as HDR defaults
update .version
recompile for release
  • Loading branch information
shadowmage45 committed Mar 8, 2020
1 parent 1f97155 commit 6a00b7c
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 43 deletions.
Binary file modified GameData/TUFX/Plugins/TUFX.dll
Binary file not shown.
Binary file modified GameData/TUFX/Plugins/TUFX.pdb
Binary file not shown.
134 changes: 101 additions & 33 deletions GameData/TUFX/Profiles/TUFX-Default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@ TUFX_PROFILE
//NOOP - nothing enabled in empty
}
TUFX_PROFILE
{
name = Default-Editor
//NOOP - nothing enabled in the editor
}
TUFX_PROFILE
{
name = Default-KSC
hdr = True
hdr = False
antialiasing = None
EFFECT
{
name = AmbientOcclusion
Intensity = 1
Intensity = 0.35
ThicknessModifier = 0.35
}
EFFECT
{
Expand All @@ -19,34 +26,64 @@ TUFX_PROFILE
EFFECT
{
name = Bloom
Intensity = 1
SoftKnee = 0.65
Intensity = 2
Threshold = 0.899999976
SoftKnee = 0.649999976
Diffusion = 5
}
}
TUFX_PROFILE
{
name = Default-Flight
hdr = False
antialiasing = None
EFFECT
{
name = ChromaticAberration
Intensity = 0.05
name = AmbientOcclusion
Intensity = 0.35
ThicknessModifier = 0.35
}
EFFECT
{
name = ColorGrading
GradingMode = HighDefinitionRange
Tonemapper = Neutral
name = AutoExposure
}
EFFECT
{
name = Bloom
Intensity = 2
Threshold = 0.90
SoftKnee = 0.65
Diffusion = 5
}
}
TUFX_PROFILE
{
name = Default-Editor
//NOOP - nothing enabled in the editor
name = Default-Tracking
hdr = False
antialiasing = None
EFFECT
{
name = AutoExposure
}
EFFECT
{
name = Bloom
Intensity = 2
Threshold = 0.9
SoftKnee = 0.65
Diffusion = 5
}
}
TUFX_PROFILE
{
name = Default-Flight // Current profile name. Please make copies of the default profiles and specify new names if you wish to change settings.
hdr = True
name = Default-MainMenu
hdr = False
antialiasing = None
EFFECT
{
name = AmbientOcclusion
Intensity = 1
Intensity = 0.35
ThicknessModifier = 0.35
}
EFFECT
{
Expand All @@ -55,28 +92,71 @@ TUFX_PROFILE
EFFECT
{
name = Bloom
Intensity = 1
Intensity = 3.0
Threshold = 0.90
SoftKnee = 0.65
Diffusion = 5
}
}

//HDR enabled profiles
TUFX_PROFILE
{
name = Default-HDR-MainMenu
hdr = True
EFFECT
{
name = AmbientOcclusion
Intensity = 1
}
EFFECT
{
name = AutoExposure
}
EFFECT
{
name = ChromaticAberration
Intensity = 0.05
name = Bloom
Intensity = 3.0
Threshold = 0.95
SoftKnee = 0.65
Diffusion = 5
}
EFFECT
{
name = ColorGrading
GradingMode = HighDefinitionRange
Tonemapper = Neutral
}
}
TUFX_PROFILE
{
name = Default-HDR-KSC
hdr = True
EFFECT
{
name = MotionBlur
name = AmbientOcclusion
Intensity = 1
}
EFFECT
{
name = AutoExposure
}
EFFECT
{
name = Bloom
Intensity = 1
SoftKnee = 0.65
}
EFFECT
{
name = ColorGrading
GradingMode = HighDefinitionRange
Tonemapper = Neutral
}
}
TUFX_PROFILE
{
name = Default-Tracking
name = Default-HDR-Tracking
hdr = True
EFFECT
{
Expand All @@ -91,11 +171,6 @@ TUFX_PROFILE
Diffusion = 10
}
EFFECT
{
name = ChromaticAberration
Intensity = 0.05
}
EFFECT
{
name = ColorGrading
GradingMode = HighDefinitionRange
Expand All @@ -104,7 +179,7 @@ TUFX_PROFILE
}
TUFX_PROFILE
{
name = Default-MainMenu
name = Default-HDR-Flight
hdr = True
EFFECT
{
Expand All @@ -118,15 +193,8 @@ TUFX_PROFILE
EFFECT
{
name = Bloom
Intensity = 3.0
Threshold = 0.95
Intensity = 1
SoftKnee = 0.65
Diffusion = 10
}
EFFECT
{
name = ChromaticAberration
Intensity = 0.05
}
EFFECT
{
Expand Down
8 changes: 4 additions & 4 deletions GameData/TUFX/TexturesUnlimitedFX.version
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"NAME":"TexturesUnlimitedFX",
"URL":"https://raw.githubusercontent.com/shadowmage45/TUFX/master/GameData/TUFX/TexturesUnlimitedFX.version",
"DOWNLOAD":"https://github.com/shadowmage45/TUFX/releases/tag/1.0.1.2",
"CHANGE_LOG_URL":"https://github.com/shadowmage45/TUFX/releases/tag/1.0.1.2",
"DOWNLOAD":"https://github.com/shadowmage45/TUFX/releases/tag/1.0.2.3",
"CHANGE_LOG_URL":"https://github.com/shadowmage45/TUFX/releases/tag/1.0.2.3",
"VERSION":
{
"MAJOR":1,
"MINOR":0,
"PATCH":1,
"BUILD":2
"PATCH":2,
"BUILD":3
},
"KSP_VERSION":
{
Expand Down
23 changes: 17 additions & 6 deletions forumPost.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,19 @@ will be enabled for the scene, and specify the values for each of the parameters

|Before|After|
|----|----|
| ![](https://i.imgur.com/vx7oYeS.png) | ![](https://i.imgur.com/rmz5dL3.png) |
| ![](https://i.imgur.com/bV0sQQp.png) | ![](https://i.imgur.com/4DFwZoi.png) |
| ![](https://i.imgur.com/5FoqysR.png) | ![](https://i.imgur.com/cF9Bx22.png) |
| ![](https://i.imgur.com/OQPLwFi.png) | ![](https://i.imgur.com/glUZris.png) |
| ![](https://i.imgur.com/OIiq8aC.png) | ![](https://i.imgur.com/XqeHw0n.png) |
| ![](https://i.imgur.com/NbYlicE.png) | ![](https://i.imgur.com/dG4UQdz.png) |
| ![](https://i.imgur.com/gEBsHnU.png) | ![](https://i.imgur.com/cOkNiuI.png) |
| ![](https://i.imgur.com/sxiGJ5X.png) | ![](https://i.imgur.com/d0PrPJY.png) |
| ![](https://i.imgur.com/a9xVi27.png) | ![](https://i.imgur.com/Mm6OmRx.png) |
| ![](https://i.imgur.com/EpStaK5.png) | ![](https://i.imgur.com/PdiBqns.png) |
| ![](https://i.imgur.com/kF9cBvv.png) | ![](https://i.imgur.com/GvakWTa.png) |

Cinematic Effects (not default profile)

|Before|After|
|----|----|
| ![](https://i.imgur.com/1UPTEym.png) | ![](https://i.imgur.com/4c0y5Y5.png) |
| ![](https://i.imgur.com/y9crGm6.png) | ![](https://i.imgur.com/iMno4eE.png) |

---
## Requirements:
Expand Down Expand Up @@ -94,7 +102,10 @@ KS3P was unavailabe at the time the testing was performed, so no data was gather
on the ModuleManager GitHub repository: ( https://github.com/sarbian/ModuleManager ).

## Known Issues and Bug Reports
See the github issues repository: https://github.com/shadowmage45/TUFX/issues
See the github issues repository: https://github.com/shadowmage45/TUFX/issues
The change to use HDR rendering can cause occasional artifacts. If these are present, you can turn
off HDR in the profiles by setting the hdr flag to 'False'.


## Licensing/Legal
* Full source code for the TUFX assembly is available on github: https://github.com/shadowmage45/TUFX
Expand Down

0 comments on commit 6a00b7c

Please sign in to comment.