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

LowIdleDraw not load values from savegame #107

Open
skyarkhangel opened this issue Jul 14, 2016 · 8 comments
Open

LowIdleDraw not load values from savegame #107

skyarkhangel opened this issue Jul 14, 2016 · 8 comments

Comments

@skyarkhangel
Copy link
Contributor

skyarkhangel commented Jul 14, 2016

Bug with CommunityCoreLibrary.CompProperties_LowIdleDraw
On loading the game, workbenches with this comp draw the maximum amount of power regardless if being used. When a bench is turned off and on again, it will draw normal value, from idlePowerFactor.
translated bug-report from:
skyarkhangel/Hardcore-SK#89

@ForsakenShell
Copy link
Contributor

This is a known issue. The current power draw isn't saved but it will correct itself on the first check by the comp (which can be 10-250 ticks depending on the usage).

May look into saving the comp status and restoring it on game load.

@notfood
Copy link

notfood commented Aug 2, 2016

This needs some love. More than often, check never triggers and batteries are drained dry.

@ForsakenShell
Copy link
Contributor

ForsakenShell commented Aug 3, 2016

hrm, I have never had that happen. Does this happen with the Vanilla Tweaks or with using it in your own mods? Remember, CompPowerLowIdleDraw requires ticking. Without ticking it will never change the power usage.

< tickerType >Normal</ tickerType >
< tickerType >Rare</ tickerType >

(without the spaces github is retarded)

@notfood
Copy link

notfood commented Aug 3, 2016

Happens with vanilla tables like electric cooking table, the only mod in use consistenly is Vanilla Tweaks. I'll investigate further.

@ForsakenShell
Copy link
Contributor

This is strange, I haven't gotten any reports of it outright failing, only the delay on load.

@kaptain-kavern
Copy link
Contributor

Still happening apparently : Report from HcSK thread ➡️ https://ludeon.com/forums/index.php?topic=12996.msg252588#msg252588

@ForsakenShell
Copy link
Contributor

Probably because I haven't done anything about it yet. :P

You'll know when it's resolved because I will link a commit to and close this issue.

@kaptain-kavern
Copy link
Contributor

oops my bad. Sorry

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

No branches or pull requests

4 participants