-
Posts
2,533 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by blackrack
-
Scatterer changes the color of sunlight so if these particles took into account light color they would have it seamlessly. I'm not personally interested in modifying the particles shaders but if someone else wants to do it they just have to take into account _LightColor0 and it's done. This is a CKAN issue so try asking in the CKAN thread. Probably you can do a manual cleanup outside of CKAN. Like Poodmund said, these configs haven't been updated.
-
I can finally die in peace
- 126 replies
-
- 27
-
- ksp2
- show and tell
-
(and 2 more)
Tagged with:
-
The current plan is to add these in EVE redux and maintain all the old features. Probably call these true volumetrics, or raymarched volumetrics or something like that. It is actually a limitation of eve redux's rendering that the volumetrics only become grayish and don't get completely dark at night, only real difference from the old eve. There are some variables in scatterer you can try to mess with from the UI that control the brightness of the 2d clouds and volumetrics separately, these were added for finetuning as scatterer changes the lighting on the clouds completely.
-
@Jovzinthose configs are outdated, ask in the associated thread, and please spoiler that wall of config next time. I think you should probably get rid of that configPoint, the values are mismatched and all over the place for scattering and extinction, and they garble what you can do with the generation. Just copy the configPoint of stock Kerbin as it's neutral, your atmo will suddenly look thicker, then use the thicken modifier in atmo tab to make it thinner until you're happy, that should get you what you want. I'd recommend no longer modifying the configpoint settings now but keeping them at the neutral/default settings, as these are not physically correct and will get janky results, only use when absolutely necessary
-
Got any screenshots of the body you're working on and your settings? Just use thicken with a value below 1 until you're happy. But remember that a very thin atmo can't have nice sunset colors. For stock planets like Kerbin and Laythe I found that the base scaled textures don't have enough brightness or contrast to look good out of the box even with a thinner atmo, I added some controls to fix that ingame, don't remember what I called them but you'll find them in the last big changelog.
-
Hmm I detailed this in the changelog but didn't in the config tool section. So basically you don't need to pregenerate a texture or distribute any of the atmosphere cache files and you can completely forget about the proland tool. For a new atmo you just create/ship the atmosphere .cfg and the .half is generated when needed on the end user's machine directly and reused from there. A unique .half is generated from the atmosphere params and indexed with a hash, so even if you rename a planet or modify the atmo .cfg externally it will always generate or use the right file. Check out the .zip file scatterer comes in, there are no .half files included.
-
This will be expensive can't tell you how expensive yet because I'm still working on it. Probably about as expensive as scatterer on highest or more. Thing is this should be compatible with other KSP versions, but you'll need the latest version for scatterer integration when this comes out, so 1.12+ for that... Asking the practical questions I see I'm still working on a system which will take an equivalent of the scaled space texture for cloud cover and "spice it up" with procedural textures for cloud cover and cloud types, or just use procedural all the way but nothing is decided yet.
-
Can you show this in motion? This looks like a stock bug of the scaled shader but I could be wrong, again the screenshots can't show much. Show it in motion, if it changes with viewing angle, while zooming in/out, from the ground etc Edited:NVM it seems I get this issue occasionally and it's caused by city lights and scatterer eclipses interaction.