allista / ConfigurableContainers

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

Tweakscaled tanks have volume scaling reapplied each save/load cycle #22

Closed Atario closed 6 years ago

Atario commented 6 years ago

Steps:

  1. Have Tweakscale installed
  2. Go to VAB/SPH
  3. New vessel
  4. Add a CC-ed container (Example: Rockomax X200-16)
  5. Note default scale and volume (Ex.: 2.5m and 9.9m3)
  6. Rescale to some other size (Ex.: 5m)
  7. Note new volume (Ex.: 79.0m3 — 8× previous, as expected)
  8. Save vessel
  9. Load vessel
  10. Note new volume (Ex.: Expected = 79.0m3 — unchanged. Actual = 632.1m3 — 8× previous again)
  11. Repeat save/load for repeatedly multiplied new volume figures (Ex.: 5,056.8m3, 40,454.3m3, …)
allista commented 6 years ago

Fixed. Wait for an update.