Jump to content

heat rad mod help


mrgreco

Recommended Posts

Depends on what you want to cool.

Something like engines, which produces "normal" heat? --> This scales mainly off of sheer size of the part, not off of something in the config file. Use TweakScale, which you appear to have. Also, I don't know if emissiveConstant in the config file can grow above 1.0... but if it can, then increasing that will help.

Something like ISRU, which produces "core" heat? --> increase maxEnergyTransfer.

@PART[radPanelSm]:FINAL
{
	@emissiveConstant = 0.90		// 1.00 would be the physical maximum, but in a game, maybe it can go above
	@MODULE[ModuleActiveRadiator]
	{
		@maxEnergyTransfer = 2500	// This is the value you see ingame, times 50
	}
}

 

Edited by Streetwind
Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...