Jump to content

FASA Apollo capsule


Recommended Posts

3 hours ago, MeCripp said:

What KSP you using 1.2 or 1.3 and you know what plugin your using TextureReplacer or TextureReplacerReplacer  or did someone update the plugin that use to be with the mod ?

ksp 1.3......texture replacer....no-one updated anything....FASA was downloaded and installed from CKAN....just would like the reflections gone if possible

Link to comment
Share on other sites

1 hour ago, maceemiller said:

ksp 1.3......texture replacer....no-one updated anything....FASA was downloaded and installed from CKAN....just would like the reflections gone if possible

Your looking for this in the cfg or a patch somewhere 

 MODULE
    {
      name = TRReflection   <---------  This 
      shader = Reflective/*******
      colour = 0.5 0.5 0.5
      interval = 1  
    }

If your using FASA 7.2 i think it is open the FASA folder and you will see  4 file like this FASA_Apollo_TR  

Spoiler
Spoiler
//DO NOT USE THIS UNLESS YOU HAVE A VERY POWERFUL PC. IT MAY CAUSE MASSIVE LAG ON LESS POWERFUL SYSTEMS!
@PART[FASAApollo_CM]:NEEDS[TextureReplacer] {
 !MODULE[ReflectiveShaderModule]
    {
 }
 %MODULE[TRReflection]
    {
  %meshes = Capsule
    }
}
@PART[FASAApollo_CM_Decoupler]:NEEDS[TextureReplacer] {
 !MODULE[ReflectiveShaderModule]
    {
 }
 %MODULE[TRReflection]
    {
  //%meshes = all
  %meshes = CSM_Dec
    }
}
@PART[FASAApollo_CM_Top]:NEEDS[TextureReplacer] {
 !MODULE[ReflectiveShaderModule]
    {
 }
 %MODULE[TRReflection]
    {
  %meshes = Cone
    }
}
@PART[FASAApollo_SM]:NEEDS[TextureReplacer] {
 !MODULE[ReflectiveShaderModule]
    {
 }
 %MODULE[TRReflection]
    {
  %meshes = CSM CSM_Hatch
    }
}
// @PART[FASAApolloLFEF1]:NEEDS[TextureReplacer] {
 // !MODULE[ReflectiveShaderModule]
    // {
 // }
 // %MODULE[TRReflection]
    // {
  // %meshes = EngineBits
    // }
// }
// @PART[FASAApolloLFEH1]:NEEDS[TextureReplacer] {
 // !MODULE[ReflectiveShaderModule]
    // {
 // }
 // %MODULE[TRReflection]
    // {
  // %meshes = Engine_Nozzle
    // }
// @PART[FASAApolloLFEJ2]:NEEDS[TextureReplacer] {
 // !MODULE[ReflectiveShaderModule]
    // {
 // }
 // %MODULE[TRReflection]
    // {
  // %meshes = EngineBits
    // }
// @PART[FASAApolloLFEM1]:NEEDS[TextureReplacer] {
 // !MODULE[ReflectiveShaderModule]
    // {
 // }
 // %MODULE[TRReflection]
    // {
  // %meshes = EngineBits
    // }
@PART[FASAApolloLFERL10]:NEEDS[TextureReplacer] {
 !MODULE[ReflectiveShaderModule]
    {
 }
 %MODULE[TRReflection]
    {
  %meshes = EngineBits
    }
@PART[FASAApalloLFTJ25XPlate]:NEEDS[TextureReplacer] {
 !MODULE[ReflectiveShaderModule]
    {
 }
 %MODULE[TRReflection]
    {
  %meshes = BitsMetal
    }
}

delete what you don't want or the whole file

 

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...