Jump to content

beaucoupzero

Members
  • Posts

    44
  • Joined

  • Last visited

Reputation

34 Excellent

Contact Methods

Profile Information

  • About me
    Bottle Rocketeer
  • Interests
    ksp, drawing, art, space, music, sci-fi

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Single Status Update

See all updates by beaucoupzero

  1. Hi!  I recently got the fairings working with TexturesUnlimited and wanted to offer you some help!

    Add this to your TU config (you can remove the ",fairingSize4,fairingSize1p5" if you don't have Making History) and it should work! You might want to modify the Metal and Smoothness values to your liking. Enjoy!

    KSP_TEXTURE_SET
    {
        name = STOCK-Fairings
        title = Default
        recolorable = false
        MATERIAL
        {
            shader = SSTU/PBR/Metallic
            //simply setting properties for metal and gloss
            PROPERTY
            {
                name = _Metal
                float = 0.75
            }
            PROPERTY
            {
                name = _Smoothness
                float = 0.75
            }
        }
    }
    @PART[fairingSize1,fairingSize2,fairingSize3,fairingSize4,fairingSize1p5]
    {
        MODULE 
        {
            name = KSPFairingShader
            textureSet = STOCK-Fairings
            materialIndex = 0
        }
    }
     

×
×
  • Create New...