Jump to content

[BUG FIX] How to fix the 5m fairings yourself


Xyphos

Recommended Posts

For anyone who can't watch the video. Go to Kerbal Space Program\GameData\SquadExpansion\MakingHistory\Parts\Payload, when there open fairingSize4.cfg using any text editor and in the file find this piece of code

    MODEL
    {
        model = Squad/Parts/Aero/fairings/AutoTruss
        scale = 4,4,4
        position = 0.0,0.22,0.0
    }

and add rescaleFactor = 1 after the } . Like this:

    MODEL
    {
        model = Squad/Parts/Aero/fairings/AutoTruss
        scale = 4,4,4
        position = 0.0,0.22,0.0
    }
    rescaleFactor = 1

After that restart the game or reload the database from Alt-F12 menu

Edited by Numerlor
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...