kineticPull Posted August 3, 2014 Share Posted August 3, 2014 I'm wondering if it would be possible for a part to have multiple crash tolerance attributes for different situations (IE, flying horizontally, touching water, etc).Is this possible and how would I do it. Link to comment Share on other sites More sharing options...
Diazo Posted August 4, 2014 Share Posted August 4, 2014 My first though about how to go about it would be to add a partModule to the parts you want to edit. (Call it ModuleCrashTolerance or something)Then in the code for that partModule, modify the part.crashTolerance value as you wish based on the vessel situation.Note that unless you tie into the OnSave and OnLoad methods, the crashTolerance will reset to the part's default every time you load.D. Link to comment Share on other sites More sharing options...
Recommended Posts