Jump to content

8 seat mk3 cockpit pod - how to


Recommended Posts

Hi, does anyone know how to modify the 6-seat mk3 cockpit mod in a way to make it 8 Kerbal seats (6 on the upper main deck, and two on the mid deck, and possibly more). I've tried to modify the .cfg files and the seat props work but the kerbals and camera view doesn't work. I'm trying to replicate the real life shuttle mission with 8 astronauts aboard STS-61-A

Mod itself:https://spacedock.info/mod/252/6 Seat Mk3 Cockpit

 

Config file Exerpt

>>

@PART[mk3Cockpit_Shuttle]
{
    @CrewCapacity = 8
    @description = A cockpit for those die hard explorers. Especially useful when transporting extra crew to a remote rock to save the day. Note: Passengers on the lower level complained about the view so the rear seats have now been moved to the flight deck.
}
@INTERNAL[MK3_Cockpit_Int]
{
    @MODULE[InternalSeat],0
    {
        name = InternalSeat
        seatTransformName = Seat_Right
        portraitCameraName = Camera_Right
        allowCrewHelmet = false
        kerbalEyeOffset = 0, 0.02, 0
    }
    @MODULE[InternalSeat],1
    {
        name = InternalSeat
        seatTransformName = Seat_Left
        portraitCameraName = Camera_Left
        allowCrewHelmet = false
        kerbalEyeOffset = 0, 0.02, 0
    }
    MODULE
    {
        name = InternalSeat
        seatTransformName = Seat_Right001
        portraitCameraName = focus_W5
        allowCrewHelmet = false
        kerbalEyeOffset = 0, 0.02, 0        
    }
    MODULE
    {
        name = InternalSeat
        seatTransformName = Seat_Left001
        portraitCameraName = focus_W5
        allowCrewHelmet = false
        kerbalEyeOffset = 0, 0.02, 0
    }

    PROP
    {
        name = Seat_Passenger
        position = -0.63,0.451,0.285
        rotation = 0,1,0,-1.629207E-07
        scale = 1,1,1
    }
    PROP
    {
        name = Seat_Passenger
        position = 0.63,0.451,0.285
        rotation = 0,1,0,-1.629207E-07
        scale = 1,1,1
    }
}

 

Link to comment
Share on other sites

  • 4 weeks 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...