pumping_station

by vlss

Pumped storage reservoir is a reservoir built to store water for pumped storage power station. 超级“充电宝”-抽水蓄能电站

Content
12 days ago
1.1 - 2.0
2.19K
Power

b Crash with Bob's Power and Pumping Station mods

13 days ago

Hi! I'm the current dev for Bob's mods.

If you enable both Bob's Power mod and this mod, the game will crash on startup. https://mods.factorio.com/mod/bobpower

Error ModManager.cpp:1765: Error while loading entity prototype "bob-fast-accumulator" (accumulator): Different frame counts (expected 1, but has 24) in animation layers of base/graphics/entity/accumulator/accumulator-charge.png in property tree at ROOT.accumulator.bob-fast-accumulator.chargable_graphics.charge_animation.layers[1]

This error is because Bob's Power is calling the function "accumulator_picture", created by the base game. However pumping_station mod is overwriting this function. Can you please change your data.lua line 69 to: "local function accumulator_picture(tint, repeat_count)". Making it a local function means that it won't overwrite the base game function.

Thank you!

12 days ago

Thank you!

New response