Jump to content

blackrack

Members
  • Posts

    2,530
  • Joined

  • Last visited

Everything posted by blackrack

  1. Are you doing this with the config tool? From the mod's point of view there shouldn't be any difference between the atmo I included or any other one generated in the config tool/proland. I'll try to download RVE and do some testing with it. I'll need some more details on how to replicate the problem you're getting.
  2. Of course it's okay, otherwise there wouldn't be any public source code May I ask what took so long to get the code running? And yeah, the ocean performance is good (getting 60 fps on a 560 Ti here) but I'm not sure exactly if the occlusion isn't working (it does occlude ships halfway in it) it's just that it moves around with the camera. And tbh it doesn't seem much of a big problem but after wasting a few days on it with no success I decided to work on other things until I get more free time. In any case, the more people actually play around with the code and try to debug the ocean, the better it is. I'm just an amateur coder and I've learned a lot since I've started the mot but still have a lot to learn.
  3. The wikipedia page mentions "payload to moon - soft landing ", how is it actually possible to do a soft-landing with this thing?
  4. Just realized the tint parametere wasn't doing what it's supposed to (i.e, adjusting tint) and was also affecting luminosity. You can now adjust the tint/coloration without losing the "muted" look of the new shader. Here's a screen with 175 extinction multiplier and 70 tint Will try to upload a fixed version tomorrow as my internet is acting up now.
  5. Well, I tested with the latest version of RSS on sunday and it was working fine so it's weird, anything getting spammed in the log? Also, if you set extinction multiplier to zero you'll pretty much just have a blue atmosphere (oceans?) and no landmasses, I imagine this setting can be set to 70% or 40% to simulate a thick atmosphere on other planets (eve mabe? we'll see later on)
  6. I actually like this one a lot, more pics? Is it supposed to have an atmosphere also?
  7. It's actually a very minor update but thanks anyway, I have an idea for fixing the horizon break (OpenGL-only problem) but it might make the effect flatter or it might be unnoticeable. We'll see how it goes.
  8. This happened to me when the planet couldn't be found. Is there something RVE does differently from RSS regarding the celestialBody/transform names?
  9. Sorry I just feel like I'm replying to the same posts everyday, I make sure to answer most questions and i'd really appreciate it if the same questions stopped cropping up so often.
  10. How many times do I have to say that these just initialize the variables to Kerbin but then they get overwritten by whatever is in the config files. The point being, if the config file is gone the mod reverts everything to default. it's not actually hardcoded. In the case of RSS, these get overwritten to ParentPlanetCelestialBodyName = Earth ParentPlanetTransformName = Kerbin So Kerbin still exists as the transform name. If you're going to look at the code, make sure to actually look at all of it, understand how it works or refrain from posting.
  11. Although it's fixed for most people, some people still report moire patterns happening in OpenGL. Not sure what causes it for now... Edited: Uploading a new version right now with the new orbit shader and RSS compatibility, have fun.
  12. Just set map view exposure to zero. If you want to modify the postprocessing ingame you can via the UI. If you want to have ranges that are picked from as random it won't accomplish what you want.
  13. Transparency in itself is easy, but for the effect to actually be convincing, the principles of refraction and reflection have to be respected. Just include a scatterer folder that only has the configs and the .raw files in it (respecting the folder structure), that way if people have scatterer it will override their configs and if they're playing stock nothing will happen.
  14. I experimented a bit with the atmosphere shader today. Current shader: New shader: Setting 2: With EVE clouds: New shader with EVE clouds: Thoughts on this? Also I know everything is more or less getting the "sunset" tint for now but this will be fixed later to only areas actually in sunset. I'll look into it.
  15. This isn't a conflict and this isn't causing any issues, this is just the mod trying to update objects that don't exist yet or trying to deleted objects that have already been deleted...
  16. You'd need to recompute the precomputed scattering tabels every time which isn't feasible ingame. Barring that, you could modify the postprocessing depth and the exposure settings but I don't think these can accomplish what you're looking for. Thirded
×
×
  • Create New...