Skip to content
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

liquid tepidizer max temperature #53

Open
3 tasks done
viboudj opened this issue Jun 13, 2019 · 1 comment
Open
3 tasks done

liquid tepidizer max temperature #53

viboudj opened this issue Jun 13, 2019 · 1 comment

Comments

@viboudj
Copy link

viboudj commented Jun 13, 2019

Prerequisites

  • I checked the documentation and forums and found no answer
  • I checked to make sure that this feature has not already been filed
  • I'm reporting the issue to the correct repository (for multi-repository projects)

Question Description

I would like change the liquid tepedizer's max temeperature (85°C not the overheat temperature).
I would like use the Building Modifier Mods to modify LiquidHeater parameters but I can't find the good parameter.

Do you have a file with all building attributes? Or do you know the good liquidHeater's attribute?

Best Regard's

Context

Building Modifier Mods

@javisar
Copy link
Owner

javisar commented Jun 14, 2019

There is a list of basic attributes here, probably a bit outdated.

But, each building can have its own components, in your case LiquidHeaterConfig creates a SpeaceHeater component (which has the targetTemperature) in the ConfigureBuildingTemplate method. The only way to figure this out is to decompile the ONI code and look inside.

I haven't testet it but you couldtry to add and modify this snippet:

"LiquidHeater": {
 "SpaceHeater": {
   "targetTemperature": 358.15,
   "minimumCellMass": 400,
   "radius":  2.0
 }

}

Let me know if it works.

By the way, are you using the new version of BuildingModifier? It would benefit from some testing before I published it ;)

More details at the beginning of this post.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants