What command

Don't know how to use a machine? Looking for efficient setups? Stuck in a mission?
DJ FUSION
Manual Inserter
Manual Inserter
Posts: 2
Joined: Sun Nov 06, 2016 12:30 pm
Contact:

What command

Post by DJ FUSION »

Can i type to create or increase current richness & size of all ore patches & Oil ?
twepy
Long Handed Inserter
Long Handed Inserter
Posts: 95
Joined: Tue Apr 28, 2015 6:19 pm
Contact:

Re: What command

Post by twepy »

You can create new ore patches, by using the console (default key ~), beware the game will take note and disables achievements.

The command below creates a new 11 by 11 iron ore patch at player current position. Change the name to copper-ore for copper or coal for you might guess it coal.
/c surface = game.player.surface; for y=-5,5 do for x=-5,5 do surface.create_entity({name="iron-ore", amount=500, position={game.player.position.x+x, game.player.position.y+y}}) end end

To bring the yield of oil well back up to 100%, remove the pumpjack and put the cursor on the well and use command below
/c game.player.selected.amount=300000
Post Reply

Return to “Gameplay Help”