[0.9.4] Can't produce lubricant

This subforum contains all the issues which we already resolved.
Post Reply
TheSAguy
Smart Inserter
Smart Inserter
Posts: 1449
Joined: Mon Jan 13, 2014 6:17 pm
Contact:

[0.9.4] Can't produce lubricant

Post by TheSAguy »

I don't have the option to make lubricant.
I've loaded a game from 0.9.3 if that makes any difference.
Save: https://www.dropbox.com/s/4lslfzbvj124yen/Load3.zip

DRBLN
Filter Inserter
Filter Inserter
Posts: 411
Joined: Sat Mar 23, 2013 12:44 pm
Contact:

Re: [0.9.4] Can't produce lubricant

Post by DRBLN »

I started a new game.
And I could produce lubricant.

Maybe you miss something?

SnAkeBiTe
Burner Inserter
Burner Inserter
Posts: 7
Joined: Sat Feb 22, 2014 10:17 am
Contact:

Re: [0.9.4] Can't produce lubricant

Post by SnAkeBiTe »

Check this post for possible reason: https://forums.factorio.com/forum/vie ... =20#p21508

kovarex
Factorio Staff
Factorio Staff
Posts: 8078
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: [0.9.4] Can't produce lubricant

Post by kovarex »

I added the migration to 0.9.4 (enable it when oil industry is already researched.

To fix it now, you can do it by this:

Code: Select all

game.player.recipes["lubricant"].enabled = true

TheSAguy
Smart Inserter
Smart Inserter
Posts: 1449
Joined: Mon Jan 13, 2014 6:17 pm
Contact:

Re: [0.9.4] Can't produce lubricant

Post by TheSAguy »

Where do I add this code?

User avatar
ssilk
Global Moderator
Global Moderator
Posts: 12888
Joined: Tue Apr 16, 2013 10:35 pm
Contact:

Re: [0.9.4] Can't produce lubricant

Post by ssilk »

Into the game console. Press / or ~.
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...

kovarex
Factorio Staff
Factorio Staff
Posts: 8078
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: [0.9.4] Can't produce lubricant

Post by kovarex »

TheSAguy wrote:Where do I add this code?
When you press the ~ key (It is usually on the left of your "1" key you get to console, but you can configure the console key in the settings if you don't have it on your keyboard.

The console opens, and you can write commands there, copy paste the command there and press enter, it should do the trick

TheSAguy
Smart Inserter
Smart Inserter
Posts: 1449
Joined: Mon Jan 13, 2014 6:17 pm
Contact:

Re: [0.9.4] Can't produce lubricant

Post by TheSAguy »

I'm getting the following error when I enter this:

Cannot Execute command Error: String" game.player.recipes["lubricant"].enabled = true"] :1:LuaPlayer:: recipes is unknown key

Got it, I had to add the ford "force"

game.player.force.recipes["lubricant"].enabled = true

Thanks!!

Post Reply

Return to “Resolved Problems and Bugs”