seanmcdougall / TakeCommand

Allows Kerbals to be launched in External Command Seats
GNU General Public License v3.0
6 stars 6 forks source link

Take Command SXT integration #5

Open TheKurgan opened 7 years ago

TheKurgan commented 7 years ago

Changing the Takecommand.cfg file to read (below) results in a kerbal spawning in the The EAS-316 "Meadowlark" Observation Pod seat as he should, but then gets ejected violently... most times dying.

Possibly because of clearance? The pod also has two seats, but only 1 can be assigned a crew member in the editor.

@PART[*]:HAS[@MODULE[KerbalSeat]]:FOR[TakeCommand] { CrewCapacity = 1 MODULE { name = TakeCommand minimumCrew = 1 } }