sumghai / Replimat

Distributed food replicator system for RimWorld
Other
11 stars 11 forks source link

Hopper Power Consumption #83

Closed Kem984 closed 1 year ago

Kem984 commented 1 year ago

Describe the bug:
Replimant Hopper uses 20000 Watts

Expected behavior:
Replimant Hopper should only use 2000 Watts

Additional information: Im using PowerTabs and it shows that the Hopper uses 20000 Watts in the Hopper Info it says 2000 In the mod files it says: basePowerConsumption>20000</basePowerConsumption

And my Base Power runs low instantly

System and Game Configuration

Operating System: Physical RAM: RimWorld base game version: RimWorld DLCs loaded: Replimat mod version: Replimat mod downloaded from: Your mod list:

Declaration

I hereby verify that:

sumghai commented 1 year ago

You haven't filled out your bug report properly with your System and Game Config information.

But more importantly, this is not a bug at all - Replimat Hoppers only use 2000 W when idle, but will go up to 20000 W if it is actively processing raw food:

https://github.com/sumghai/Replimat/blob/9c7f0112610277135fae6b4c60a45bd354ec1b60/Common/Defs/ThingDefs_Buildings/Buildings_Replimat.xml#L294

https://github.com/sumghai/Replimat/blob/9c7f0112610277135fae6b4c60a45bd354ec1b60/Common/Defs/ThingDefs_Buildings/Buildings_Replimat.xml#L308

Since these are power-hungry Spacer or Ultratech facilities, you'll just have to build more power generators and batteries. Nuclear power plants from the Rimatomics mod might be a good idea.