TweakScale

TweakScale

1M Downloads

Breakdown Scaling support for each major KSP version in specialised DLLs

Lisias opened this issue · 9 comments

commented

As the tittle says:

  • KSP 1.3.0 to 1.3.1 : Scaler.PartDB.13x
  • KSP 1.4.0 to 1.4.3 : Scaler.PartDB.14x
  • KSP 1.4.4 to 1.7.3 : Scaler.PartDB.15x
  • KSP 1.8.0 to 1.12.x : Scaler.PartDB.18x

More specialised Scalers can be implemented as needed.

commented

Issue #131 also affects KSP 1.3.1.

idem

Idem

commented

Implemented on commit 77ee667

commented

KSP 1.3.1 works fine! #HURRAY !!

commented

Not so fine…. the issue #167 is affecting KSP 1.3.1, what hints one of what follows:

  1. It had this problem since the old days, or
  2. I screwed up something in the mean time.

Since 1.3.1 is being affected by this bug, it's sure that everybody above is too (they share a lot of code).

The #167 is being anticipated due this,

commented

KSP 1.4.3 worked as fine as KSP 1.3.1 with this refactoring. Since only a very few parts (from Making History) uses Variants, I will not rush the Variants related bugs

commented

A mishap on the code was detected on KSP 1.7.3 . Fixed on commit 8ec4fa4

commented

KSP 1.7.3 worked as expected. No new problems other than the already known ones related to Variants.

(most problems detected on the KSP >= 1.8 era also applies to 1.7.3 apparently)

commented

Sanity Checks implemented for this stunt on commit cafc7c3

commented

KSP 1.12.2 worked as expected. No new problems other than the already known ones.