-
Posts
2,533 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by blackrack
-
That is known as "shadow acne" and happens with shadow mapping techniques, all I can suggest is to try bumping up your shadow quality (via bumping up the renderin quality slider of KSP) or playing with the shadow cascades setting. You can also try decreasing the shadow distance from the planetsList.cfg file in scatterer. This could be fixable but I'm not sure. Yeah, the last value, I don't know really, could be something else wrong, just play with the values and see if anything changes at all. See posts above or in previous page about rescaling sun flare with RSS, it's the same idea. These are scattering coefficients and can go all the way to infinity. Values close to 1 will result in a pretty thick and foggy atmosphere (maybe good for Eve?), just use the default values as a guideline and go from there. Just gorgeous!
-
[WIP][1.0.5]* RSS Visual Enhancements (RVE)
blackrack replied to pingopete's topic in KSP1 Mod Development
It's like some people are completely oblivious. -
I don't know really, could be that the sunflare shader isn't working at all with linux, which is weird as I tested with OpenGL and it works. @Svm420 Do you get a static pink square on the runway or the launchpad when you launch something? . @Tenebrae could you test if the lens flare shader works without RSS?
-
All you need to do is take the first two lines and scale them up (or in this case scale them down because the value is the inverse of the scale). If I had to take a guess I'd try to scale them up five times, so basically: //sunFlare.png flareSettings = 0.45,1,0.17 //sunSpikes.png spikesSettings = 0.6,1,0.2 I haven't tested this though so adjust accordingly.
-
Alright everyone, since the newest .dll seems to fix the blue screen and tilted KSC issues, I've posted an updated, fixed version. In the newest version you don't have to fiddle with mapviewscale anymore. I guess I haven't updated that in a while, I'll probably make some standalone RSS configs soon.
-
Great, might want to tweak that sunflare scale though. Was the performance 5 fps before or was there a performance hit with the new .dll? Try this one https://mega.nz/#!vNRkgChA!bnfL8d__gx46cbS4MfLvZ1Z2sR_0ji3yVNqsHykuIIo @Nhawks17 also try it Anyway, godrays visible from LKO are silly but that's just how tiny Kerbin is.
-
Hmm, I really didn't change anything that would mess with city lights, let me check. Edited: @Nhawks17 does this happen all the time or only when you load a craft from orbit? Does it happen when you zoom out from low orbit? And once you get your config in the game don't forget to tweak the ingame settings like postprocessing depth, they can have a big impact on the look.
-
@Nhawks17 @stratvox @Baleine I think I got it, try this: https://mega.nz/#!edxnATxL!XCRKn7s-wec96LIifZGV1llB5rIg1P18JFuaRSLMPR4 Ah yes, the mod no longer uses .xml files I just haven't updated the config tool in a long time. Open the .xml file then open config/Kerbin/Settings.cfg and manually copy the settings over. Things will look a bit different ingame than they do in the config tool
-
Try playing with the postprocessing depth value. If that isn't evenough, assuming you're using the latest version of the mod, go in the config tool (link in OP) and multiply each of the BetaR factors by x2, x3 or even more, find what makes the horizon fade to white, I did something like this when testing configs for Eve http://i.imgur.com/1mBKcb2.png then play with the depth and extinction values until you can see what's in front of you but the horizon fades to white. It might look very different though, it's a really small planet and I'm afraid there isn't a way to do this without making things feel foggy. I'm on it, seems to sometimes happen in KSC view also.
-
I tweaked the sunflare for the scale of the Kerbol system, in a way that it will appear decently sized when seen from Kerbin. In RSS the sun is much farther away, and appears much much smaller in the sky (also noticed this in space engine) so you'll need to go into the sunflare config file and scale it up. I noticed a lot more z-fighting in the postprocessing shader, but the ocean z-fighting seems fixed so I don't know.
-
Alright, try disabling features one by one and see if one of them does it, if nothing works mess with the different settings in the GUI (alt-f10) and see if anything works. If I had to take a guess I'd say something has messed up the extinction, pick the highest config point and mess with extinction multiplier, rimfade and tint. And yeah, do upload your log file. Edited: btw what's that duplicate UI element in the top-right corner? Edited again: Managed to reproduce it, I'll see what it is.