Max Rate Calculator


Calculates maximum consumption/production rates of assemblers, plants, etc. Current version 200.0.49 supports Space Age but NOT anything to do with Quality - that's on the way. Also, idle Recyclers present 0.0 for each product quantity. Active recyclers are ok.

Utilities
10 months ago
0.15 - 2.0
150K

b memory bug in in-game calc

7 years ago

If my friend presses some memory buttons - the crash happens.
I fixed this problem with simple comments in the source code:
(in calculator.lua)
-- marcalc_mem = marcalc.add({type = "flow", name = "marcalc_mem", direction = "horizontal"})
-- marcalc_mem.add({type = "button", style="marcalc_button_style", caption = "ms", name="marcalc_button_MS"})
-- marcalc_mem.add({type = "button", style="marcalc_button_style", caption = "m+", name="marcalc_button_M+"})
-- marcalc_mem.add({type = "button", style="marcalc_button_style", caption = "m-", name="marcalc_button_M-"})
-- marcalc_mem.add({type = "button", style="marcalc_button_style", caption = "mr", name="marcalc_button_MR"})

(mb it's only our problem)

7 years ago

Thanks, I'll take a look!

7 years ago

Fixed now in 2.1.18

New response