How to place mining drills where there is no ore?

Don't know how to use a machine? Looking for efficient setups? Stuck in a mission?
British_Petroleum
Filter Inserter
Filter Inserter
Posts: 321
Joined: Tue Dec 23, 2014 7:21 am
Contact:

How to place mining drills where there is no ore?

Post by British_Petroleum »

Hi guys,

Is there some easy way of placing a mining drill where there isn't any ore? I want to make a large blueprint of mining drills but there is no ore patch large enough for me to place the mining drills where i want them.
User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5411
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

Re: How to place mining drills where there is no ore?

Post by Klonan »

British_Petroleum wrote:Hi guys,

Is there some easy way of placing a mining drill where there isn't any ore? I want to make a large blueprint of mining drills but there is no ore patch large enough for me to place the mining drills where i want them.

Nope, sorry
British_Petroleum
Filter Inserter
Filter Inserter
Posts: 321
Joined: Tue Dec 23, 2014 7:21 am
Contact:

Re: How to place mining drills where there is no ore?

Post by British_Petroleum »

-ah it's okay i'll just spawn some ores in with the console
User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5411
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

Re: How to place mining drills where there is no ore?

Post by Klonan »

British_Petroleum wrote:-ah it's okay i'll just spawn some ores in with the console
Yep, something like this

Code: Select all

/c local p = game.local_player local s = p.surface local pp = p.position for x=-50,50 do for y=-50,50 do s.create_entity{name = "iron-ore", amount = 10, position = {pp.x+x, pp.y+y}} end end
That will make a 100x100 square centered around you
bobucles
Smart Inserter
Smart Inserter
Posts: 1708
Joined: Wed Jun 10, 2015 10:37 pm
Contact:

Re: How to place mining drills where there is no ore?

Post by bobucles »

It would be nice to force down a drill for the sake of building blueprints. Useless drills aren't exactly a player hazard by the time players have blueprints. Even if only a ghost drill can be placed that should be enough to make a bp.
British_Petroleum
Filter Inserter
Filter Inserter
Posts: 321
Joined: Tue Dec 23, 2014 7:21 am
Contact:

Re: How to place mining drills where there is no ore?

Post by British_Petroleum »

Yes those were my thoughts also
safan
Fast Inserter
Fast Inserter
Posts: 126
Joined: Mon Dec 23, 2013 7:26 pm
Contact:

Re: How to place mining drills where there is no ore?

Post by safan »

i think you can do it with cntrl + blueprint. That forces everything that can be placed.
Neemys
Filter Inserter
Filter Inserter
Posts: 461
Joined: Sat Apr 09, 2016 6:16 pm
Contact:

Re: How to place mining drills where there is no ore?

Post by Neemys »

safan wrote:i think you can do it with cntrl + blueprint. That forces everything that can be placed.
no even with CTRL+ blueprint, the drill ghost isn't placed where there is no ore
Want more space restriction ? Or maybe you want to be forced to use train for other thing than ore and oil ? Try Building Platform Mod !
Post Reply

Return to “Gameplay Help”