-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NearFutureSolar and tweakscale #9
Comments
You should ask the TweakScale guys about this, I don't support TweakScale myself. |
Please take a look here: "I had a look in https://github.com/ChrisAdderley/NearFutureSolar/blob/master/ModuleCurvedSolarPanel.cs The problem seems to be that TotalEnergyRate is used only once to calculate chargePerTransform, probably this is done before TweakScale tries to scale it. chargePerTransform can not be scaled because it is not a kspField. In my opinion this is best solved in NF-Solar, by evaluating TotalEnergyRate directly in the fixedUpdate method. EDIT: I am working on a pull request for NF-Solar" |
Will look at verifying this for next version. |
Finally fixed in the next version |
Is there a way to make NearFutureSolar compatible with tweakscale?
The text was updated successfully, but these errors were encountered: