Jump to content

[1.8.x] Kertemis Program - SLS Block 1B Parts For reDIRECT(ver 1.1.1 "We choose to go to the Mun!")


rogerwang86

Recommended Posts

  • 4 weeks later...

The simple adjustable fairing is not covering the payload and is causing drag. I fixed it by moving the  modulecargobay to be below modulesimpleajustable fairing. 

It was this

    MODULE
    {
        name = ModuleCargoBay
        DeployModuleIndex = 1
        closedPosition = 0
        lookupRadius = 3.25
    }
    
    MODULE
    {
        name = ModuleSimpleAdjustableFairing

        segmentLength = 5.1796
        numSlices = 2

        deploySpeed = 25

        shieldingCenter = 0, 3.4505, 0
        shieldingBaseRadius = 4.5465

        editorOpenOffset = 12.5, 0, 0

        WALL
        {
            transformName = Wall
            mass = 0.5
            CoM = 1.25, 2.77, 0
            rootOffset = 0, -0.443, 0
        }

        CONE
        {
            transformName = Cone
            mass = 0.5
            CoM = 1.74, 5.23, 0
            rootOffset = 0, -0.443, 0
        }
    }

 

I changed it to this and it works. Why it makes a difference I do not know. 

 

    MODULE
    {
        name = ModuleSimpleAdjustableFairing

        segmentLength = 5.1796
        numSlices = 2

        deploySpeed = 25

        shieldingCenter = 0, 3.4505, 0
        shieldingBaseRadius = 4.5465

        editorOpenOffset = 12.5, 0, 0

        WALL
        {
            transformName = Wall
            mass = 0.5
            CoM = 1.25, 2.77, 0
            rootOffset = 0, -0.443, 0
        }

        CONE
        {
            transformName = Cone
            mass = 0.5
            CoM = 1.74, 5.23, 0
            rootOffset = 0, -0.443, 0
        }
    }
    
    MODULE
    {
        name = ModuleCargoBay
        DeployModuleIndex = 1
        closedPosition = 0
        lookupRadius = 3.25
    }

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...
21 minutes ago, Kakub said:

Fcv0K9n.png

Hello, anybody has that problem with ReDirect ?

Any fixes ?

I've had this issue also. It might from using ReStock on 1.12 though? The panels fixed their orientation when extended for me though, so I never bothered to investigate it further.

Link to comment
Share on other sites

  • 3 weeks later...
  • 3 months later...
1 hour ago, ksp player said:

Also, it doesnt show in janitorscloset, and the orion capsule doesn't show, and a bunch of pop-ups in the main menu

If it isn`t shown in Janitorscloset then it should be a Problem in Janitors closet. The Popups in the main-menue should be B9-errors. Most of them are harmless. Make sure you have the newest B9 and other dependencise. They must be downloaded separately because they are outdated.

With the newest dependencies this mod works well. The mod itself need no update.
For further investigation we need Screenshots of the messages and Logs.

 

Edited by Cheesecake
Link to comment
Share on other sites

  • 4 months later...
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...