-
Posts
2,533 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by blackrack
-
I get it, but it doesn't seem to me like anyone would notice the difference when it comes to collisions, explosions and different interactions between the joints and the parts. For floating point calculations it shouldn't be a problem as everything is done in a limited-size physics bubble centered around the player ship where floating point issues wouldn't really be a problem. Did the devs actually say they do it like this? Do they expand on how they do physics without PhysX?
-
I don't really get how a single ship will be single-threaded, in that besiege comparison all these contraptions are also "a single ship" as in they're all connected by joints and other things. In this physx 3.3 benchmark (which is what is used in unity 5), if you scroll down to "Scene #5 – spherical joints net", there are multiple rigid-bodies connected by joints, you can clearly see it scales (if moderately) with multiple threads and is quite a bit faster than the old physx version running in a single thread. I don't really know if there is something more here, but Is there a reason why KSP should be an exception?
-
I think you can, and if I'm not mistaken you don't even need to touch any config values or anything, you just stick the high res cloud textures in there.
-
I found this little tutorial http://img04.deviantart.net/a266/i/2012/163/b/f/earth_like_planet__texture_tutorial_by_bonvanello-d53a0v4.png , someone linked to it in the dark days mod thread http://forum.kerbalspaceprogram.com/index.php?/topic/120543-upcoming-dark-days-dying-of-the-light-kopernicus-mod-help-wanted-for-part-pack/&page=6#comment-2236015 I used the same panorama method to blend several satellite pictures and then overlaid them on top of an 8k texture. For normalmaps I used a tool but it was a lot harder to overlay correctly and make it match the texture, if you read back those old comments I posted when I was trying this, you'll find the name of the tool somewhere. I will try to see If I can find the sample textures I used and post them here. Edited: here are the sample textures I used: http://imgur.com/a/awsli Let me know if you come up with something.
-
It's not enabled in the tracking station because it would either take too much memory to enable on all the bodies at once or it will take a few annoying seconds to load a different planet everytime you switch focus.
- 3,403 replies
-
- renaissance compilation
- visual enhancements
-
(and 1 more)
Tagged with:
-
There's nothing to correct, I added a fake ocean in the postprocessing shader, the real ocean disappears and the simulated ocean appears instead in the postprocessing shader. This eliminates the bug where looking at the ocean from orbit causes artifact soup but has some z-fighting for now, this is all in the changelogs. Before this the previous workaround was to make the ocean disappear at an altitude of 70km, leaving the ocean floor exposed, so pick your poison. The altitude at which the ocean and fake ocean are switched is in the planetsList.cfg file, it's called either fakeOceanAltitude or OceanDeactivateAltitude, I can't remember.
-
What seems to be the issue here? Anything in the debug log?
- 3,403 replies
-
- renaissance compilation
- visual enhancements
-
(and 1 more)
Tagged with:
-
It seems there is a slight blurriness but I don't really see how scatterer can be causing that. Can you try scatterer without other mods? Try going into the EmptyShader.shader file, find the two lines that say Tags, and add "IgnoreProjector"="True" after "QUEUE"="Transparent", it should look like this: Tags { "QUEUE"="Transparent" "IgnoreProjector"="True"} Pass { Tags { "QUEUE"="Transparent" "IgnoreProjector"="True"} This should remove the clouds on the ocean but they will still work on everything else I actually thought I fixed this a few versions ago. Does KSPRC include scatterer files or did you download it separately.
-
I see, I may have messed up something up with the sphere intersection code I'm using to changed edge/rim settings, will fix this for next version. For now you can try setting exposure and rim exposure to the same values, also extinction rim fade to 0 or 100, whichever does it I forgot. Probably some weirdness with the render orders. Doesn't look like a bad problem unless you go looking for it. What do you mean by everything in the distance is blurred? Can you post screens.