Jump to content

OswaldiusB

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by OswaldiusB

  1. 7 hours ago, Kartoffelkuchen said:

    Yeah, upper stage fuel tanks weight is really high to balannce the whole architecture to make a single engine landing possible while still maintaining a resonable launch TWR. You can decrease the mass of the stage 2 fuel tank of F9 and you‘ll easily get more out of it.

    So when I'm in the part config, I'm just editing the mass = 22 section on the F93_S2FuelTank cfg (for example)? Is this the empty or full mass of the part? What do you recommend I change it to?

    Thanks.

  2. I don't know if it is just meant to be this way, but for some reason my install has fairly low delta v stats for each of the rockets - Falcon Heavy has only about 6000 m/s dV with no payload, and Falcon 9 has only about 5500 m/s with no payload when I would expect them to have probably at least 7000 m/s empty (?). Is there any way I can manually modify the parts to increase the delta-V so that I can lift heavier payloads into orbit?

    Thanks a lot.

  3. Hi all,

    Sorry if this isn't the right thread to post this in :/.

    I want to install Realism Overhaul with RSS, but RealPlume is causing me some difficulty - not because of any fault of the mod etc, but because while I love how RealPlume looks and the enhaced realism it gives to KSP, my PC isn't powerful enough to run it at an acceptable framerate. The question I am asking if whether RealPlume can effectively be disabled after installation, so that it still satisfies the dependency for Realism Overhaul, but has no actual effect on the game and therefore won't reduce the framerate?

    Thanks.

  4. 4 minutes ago, MeCripp said:

    I don't see the plugin in the download anymore but if you can edit a cfg your looking for the MODULE[ReflectiveShaderModule] or you might be running some cfg the using TextureReplacer if that's the case your looking for MODULE[TRReflection] you could write a MM to delete both if there found hope it helps

      Reveal hidden contents

        MODULE
        {
            name = ReflectiveShaderModule
            // Lower values for performance, higher values for aesthetics (you shouldn't ever need to go higher than 1024).
            CubeMapSize = 8
            // How deep the reflection will be ("how far the reflection camera will view")
            FarClipPlane = 500000000
      // How far away must something be before it is reflected
      NearClipPlane = 2
            // Set to false to render all 6 faces of the CubeMap at once (six times slower~)
            OneFacePerFrame = true
            // The shader to find. The reflective shaders are:
            // Reflective/Diffuse
            // Reflective/VertexLit
            // Reflective/Bumped Diffuse
      //Reflective/Bumped Specular
            ShaderName = Reflective/Bumped Specular
      realTimeReflection = False
      
            // The height of the parallax map. Values are accepted between 0.005 and 0.08.
            ParallaxHeight = 0.01
            // How reflective the reflection will be (Weakest 0.0 - 1.0 Strongest).
            ReflectionStrength = 0.25
      //ReflectionColor = 0, 0, 0, 0
            // Use this variable to specify which meshes to apply the shader to.
            // Not using this variable will default to the first found mesh.
            // Use the actual mesh name for the value. Or you could use:
            // all - to replace the shader on all meshes in the model.
            MeshesToChange = EngineBits
            // How shiny the specularity will be (if specular).
            // This value will be automatically set if it already exists on the previous shader and is not defined here.
            Shininess = 1.0
      updateRate = 42
            // These variables should be used together only.
            // These values will be automatically set if they already exist on the previous shader and are not defined here
            SpecColorR = 0.8
            SpecColorG = 0.8
            SpecColorB = 0.8
            SpecColorA = 0.8
      rimFalloff = 5.0
      rimColor = 0.8242, 0.6445, 0.1914, 1.0
      ReflectionColor = 0.6242, 0.6445, 0.69, 1.0
        }

     

    To clarify, I should just delete all the text you put in the hidden contents section?

  5. Hi, apologies if this has already been asked in this thread, but does anyone know if there is a way to disable the Apollo CSM reflections in the VAB and flight? I don't have a particularly powerful PC and they make KSP much more laggy, especially in the VAB.

    Thanks!

×
×
  • Create New...