-
Posts
2,533 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by blackrack
-
Sounds like you didn't install the modified TU
-
Yeah this currently happens on OpenGL (linux and Mac), I'll release a version fixing this in the future. If you're on windows make sure your reflections are enabled. This happens randomly to some users, disable all the "scaled adjust" settings to fix it, including scaled contrast brightness etc, they're in the atmo settings. I'll have a version fixing it out in the future. What 838.1 version? 1. Correct 2. You can switch to scatterer's SMAA, it's even cheaper than TAA. You can't use the in-game AA anymore, if you modify scatterer's source so that it no longer forces it off you'll get black artifacts. Looks like broken city lights config, don't know more than that. No idea, best to look at the KSP.log file for errors.
-
[WIP][1.8.x-1.12.x] Singularity - black hole shaders
blackrack replied to blackrack's topic in KSP1 Mod Development
Do it and submit a merge request, make the keybinding loadable from a config file, I've not made any updates in a long time so this isn't really an issue. -
[WIP][1.8.x-1.12.x] Singularity - black hole shaders
blackrack replied to blackrack's topic in KSP1 Mod Development
Yeah, rotate the rayDirection here when sampling this cubemap: https://github.com/LGhassen/Singularity/blob/master/Singularity/Shaders/SingularityShaders/Assets/Shaders/BlackHoleAccretionDisk.shader#L303 Ideally though you wouldn't do it in the shader, you would add some code on plugin side to detect if principia is installed, then you add the correct rotation here when creating the cubemap: https://github.com/LGhassen/Singularity/blob/6006f990a6b4f1dd1f712aa43feac66859e24746/Singularity/Singularity/Singularity.cs#L118 depends how much effort you want to put in this. -
[WIP][1.8.x-1.12.x] Singularity - black hole shaders
blackrack replied to blackrack's topic in KSP1 Mod Development
Hmm I think maybe something changed since I implemented this. Is this with Kopernicus? Could you maybe look into how to remove/modify a sun corona with Kopernicus? -
[WIP][1.8.x-1.12.x] Singularity - black hole shaders
blackrack replied to blackrack's topic in KSP1 Mod Development
Are you saying that based on your detailed analysis of how both render? -
[WIP][1.8.x-1.12.x] Singularity - black hole shaders
blackrack replied to blackrack's topic in KSP1 Mod Development
Not really, you could recompile after modifying this line: https://github.com/LGhassen/Singularity/blob/master/Singularity/Singularity/SingularityUI.cs#L73 -
Can't load vehicles in SPH
blackrack replied to guituga---'s topic in KSP1 Technical Support (PC, modded installs)
I just ran into the same issue and updating AA fixed it -
I never paid attention but it probably renders on top of everything in local space (like the ship does) while the rest of the effects are in scaled space. I personally don't care because I barely see it. If you really want to you can make a mod that hides it when/after transitioning to scaled space.
-
I got nothing based on the log. Make sure you turn down the reflections built into the game, I've seen them tank framerate on an RTX 3070, there is a settings file posted in the Parallax thread which does that (even if you don't use parallax), check the troubleshooting section -> my performance has tanked