Page 1 of 1

minor bug, spawned resources arent collected by idle miners

Posted: Tue Nov 15, 2016 5:48 pm
by HurkWurk
if a miner has depleted a resource and stopped, and you use console commands to spawn new resources, the miners have to be picked up and replaced before they will collect resources again.

Re: minor bug, spawned resources arent collected by idle miners

Posted: Tue Nov 15, 2016 7:04 pm
by Rseding91
That's a side effect of an optimization done for mining drills and will be staying that way.

Once the drill runs out of things to mine it is shut off so it doesn't consume CPU time needlessly on the extremely low chance that ore is spawned under it.

Re: minor bug, spawned resources arent collected by idle miners

Posted: Sat Nov 26, 2016 9:50 pm
by henke37
Sounds like it could be fixed quickly by checking for miners to reactivate when adding the resource. But, ehhh, not worth the effort. If i'd get to choose, I'd file it as a WONT_FIX.

Re: minor bug, spawned resources arent collected by idle miners

Posted: Sat Nov 26, 2016 11:08 pm
by Klonan
henke37 wrote:Sounds like it could be fixed quickly by checking for miners to reactivate when adding the resource. But, ehhh, not worth the effort. If i'd get to choose, I'd file it as a WONT_FIX.
That would be an issue the mod author would have to address, if you are spawning ores with script, check for the miners

Re: minor bug, spawned resources arent collected by idle miners

Posted: Sun Jan 01, 2017 11:26 pm
by rbtcollins
Ok, so, how does one reactivate miners via a script?