-
Notifications
You must be signed in to change notification settings - Fork 82
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
Body report summary - add options to adjust temperature scale? #2235
Comments
I'm sure it used to a long time ago, but I think it was removed for some reason. I've put it back in my version. In mine, I have this in the preferences at the top:
and then this further down. I put this after the radius section, and before the gravity section:
|
I think that there may have been some internal discussion around preferring the temperature scale which is
Using the Kelvin scale arguably lends additional authenticity / adds to immersion but I do also get that many people may be less comfortable with the Kelvin scale than with Celsius or Fahrenheit. :-D It's currently rather difficult to review changes to scripts in the format where the default values are saved. Posting code snippets like @Darkcyde13 did above is preferable while we're discussing script changes. |
Ok I will post the code I currently use when I have fully tested it (still need some test on negative temperatures) |
Hello all, I have a solution that works for the scientific standard and for what everyone's familiar with. I coincidentally reworked the report body script for the same purpose as this thread (which you can find in my personality here) but both solutions are quite different although they do a similar thing. The easy solution I've done in 'Body report summary' is to have kelvin (as standard in EDDI now) with an optional comparable temperature of Celsius / Fahrenheit. To do that, an extra line was added under reportTemperature: These two lines go inside the temperature section:
Then finally and simply to make it work, you'll just need to add this after "Kelvin" at the end of each temperature line: Hopefully you feel that ticks all the boxes. Please let me know if sharing the code block section would be easier than the code above and personality link I shared. o7 |
Hello OP Ekristoffe. Sorry, I can't tag you for some reason. If you've done something like I originally tried for 'body report' by duplicating what's already there and adding 2 onto the functions, then that won't properly work for all conditions excluding Gas Giants. However in that script, if you split out Gas Giants and non Gas Giants, apply my code from Body Report Summary above^^, then negative numbers aren't an issue anymore. See the personality link to try out both scripts if you'd like. Hope that helps o7 |
What happens now
I the Speech responder, the "Body report summary" doesn't have the option to convert the temperature reported in Celsius or Fahrenheit like the "Body atmosphere report"
What I'd like to happen
Having the option could be interesting for people not familiar with Kelvin.
How it can happen
I have updated my script to add this possibility and I would like to share it but I can't fin where it is in the source code (or even how to share profiles) ...
EDDI Version
v4.0.0
The text was updated successfully, but these errors were encountered: