allista / ConfigurableContainers

This is a plugin for KSP mod development.
MIT License
8 stars 7 forks source link

Add support for TweakScale. #1

Closed allista closed 8 years ago

pellinor0 commented 8 years ago

See this post for a code example: http://forum.kerbalspaceprogram.com/index.php?/topic/101540-12-tweakscale-v23oct-15-fixed-wheel-colliders/&do=findComment&comment=2578096

allista commented 8 years ago

Thanks! Though I already have it working through IRescalable interface. Would you suggest I rewrite it to use partMessage instead?

pellinor0 commented 8 years ago

Either way is fine, those interfaces should do exactly the same thing. Just thought the part message is simpler.

allista commented 8 years ago

Added in v2.3 using part message.