Map without oil

Don't know how to use a machine? Looking for efficient setups? Stuck in a mission?
90okm
Manual Inserter
Manual Inserter
Posts: 1
Joined: Tue Dec 24, 2019 8:09 pm
Contact:

Map without oil

Post by 90okm »

I've got a map without oil....it is the island in the center and water around....

and i don't have any sign of oil on this island ....should i cancel this map and generate another one ???
or i may to do something in order to continue playing this map ?

thank you
Honktown
Smart Inserter
Smart Inserter
Posts: 1058
Joined: Thu Oct 03, 2019 7:10 am
Contact:

Re: Map without oil

Post by Honktown »

You can run this command in console to make an oil patch near you. (press ~). Running a command disables achievements (you get a warning and have to do it again, it tells you in-game)

Code: Select all

/c local surface=game.player.surface
if surface.get_tile(game.player.position.x+1, game.player.position.y+1).collides_with("ground-tile") then
	surface.create_entity({name="crude-oil", amount=300000, position={game.player.position.x+1, game.player.position.y+1}})
end
300,000 = 10 oil per second aka a 100% patch

Code stolen from the game wiki's Console page and modified a little bit so it only makes one spot. Making another map wouldn't guarantee any oil, so sadly you might've had to keep re-rolling.
I have mods! I guess!
Link
User avatar
5thHorseman
Smart Inserter
Smart Inserter
Posts: 1193
Joined: Fri Jun 10, 2016 11:21 pm
Contact:

Re: Map without oil

Post by 5thHorseman »

If you decide instead to make a new map, I suggest you use the map preview to make sure your island has enough of all resources to play it. Those island starts are interesting but there are no guarantees any given seed will produce a winnable map.
Post Reply

Return to “Gameplay Help”