-
Notifications
You must be signed in to change notification settings - Fork 20
ModuleSystemHeatResourceAnimator
JadeOfMaar edited this page Apr 28, 2025
·
2 revisions
This module provides fuel gauge animation (color-based only). A given part may possess just one of this module, or multiple, and an instance of ModuleSystemHeatColorAnimator for each of them.
In the compatibility patch for Near Future Electric's fuel drums there are two of this module and two of ModuleSystemHeatColorAnimator and they are paired by sharing the values of ScalarModuleID and moduleID respectively.
MODULE
{
name = ModuleSystemHeatResourceAnimator
ResourceName = EnrichedUranium
ScalarModuleID = fuelColor
}-
ResourceName: The name of a resource held by the part. -
ScalarModuleID: Links this module to aModuleSystemHeatColorAnimator. The target module'smoduleIDkey must have the same value.
Managing Heat
Part Types
Part Module Configuration
- ModuleSystemHeat
- ModuleSystemHeatRadiator
- ModuleSystemHeatEngine
- ModuleSystemHeatConverter
- ModuleSystemHeatHarvester
- ModuleSystemHeatExchanger
- ModuleSystemHeatFissionReactor
- ModuleSystemHeatFissionEngine
- ModuleSystemHeatFissionFuelContainer
- ModuleSystemHeatColorAnimator
- ModuleSystemHeatResourceAnimator
- ModuleSystemHeatSink
- SystemHeat Modules From Other Mods