What command
What command
Can i type to create or increase current richness & size of all ore patches & Oil ?
Re: What command
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
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