So, there is this one mod, called the Akita Rover by RoverDude. I had problems with putting a kerbal into the Akita seat from the VAB, but there is this one comment that says how to fix it:
I just ran into this and took a look at what made the External Command Seat "special" so it could launch occupied. Turns out you just need to set a CrewCapacity on the Akita and you can launch with it occupied. Just add the following patch somewhere.
@PART[Akita_Seat] { CrewCapacity = 1 }
So basically i'm supposed to paste it somwhere, but does anyone have any idea where?
this is the code for the Akita Seat itself (the code is made by RoverDude):
Should i paste it here or where?