ChrisViral / RealChute

Realistic parachutes for KSP
47 stars 38 forks source link

ParachuteStorage module #31

Closed ChrisViral closed 5 years ago

ChrisViral commented 9 years ago

Another component needed will be a module to store and take out parachutes from #30. Ideally have a fixed size limit on canopy area and also compatible with future repacks.

ChrisViral commented 9 years ago

Implementation is beginning in f92bbb6. The module will hold a list of IParachutes. SpareChute.cs will hold the generic object from which Kerbals will be able to repack regular parachutes from.

ChrisViral commented 5 years ago

RC2 dev moved to other repo, closing