Hey...I have a problem where the Factory says "there is no power" despite the Power Plant running. I have no other save files (as I'm not sure how to create them) so would I have to start my game over, or is there a way to fix it?
Cheers,
BFD.
P.S, I LOVE your game :3
The factory needs to be moved closer to the powerlines to connect to the power plant... but unfortunately there's a bug so you don't have the blueprint needed to dismantle/move it. The bug will be fixed in the next update, but for now you can move the factory by hitting Ctrl+Shift+D to open the dev console, and using this code:
<remove structure="area.getStructureById('factory')" /><structure id="factory" x="player.tile_x" place="true" rangeX="64" rangeY="0" sfx="build" seconds="0.25" />
Place it further to the right, closer to the power lines.
The factory needs to be moved closer to the powerlines to connect to the power plant... but unfortunately there's a bug so you don't have the blueprint needed to dismantle/move it. The bug will be fixed in the next update, but for now you can move the factory by hitting Ctrl+Shift+D to open the dev console, and using this code: <remove structure="area.getStructureById('factory')" /><structure id="factory" x="player.tile_x" place="true" rangeX="64" rangeY="0" sfx="build" seconds="0.25" /> Place it further to the right, closer to the power lines.