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
[0.9.4] Can't produce lubricant
Re: [0.9.4] Can't produce lubricant
I started a new game.
And I could produce lubricant.
Maybe you miss something?
And I could produce lubricant.
Maybe you miss something?
Re: [0.9.4] Can't produce lubricant
Check this post for possible reason: https://forums.factorio.com/forum/vie ... =20#p21508
Re: [0.9.4] Can't produce lubricant
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:
To fix it now, you can do it by this:
Code: Select all
game.player.recipes["lubricant"].enabled = true
Re: [0.9.4] Can't produce lubricant
Where do I add this code?
Re: [0.9.4] Can't produce lubricant
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...
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Re: [0.9.4] Can't produce lubricant
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.TheSAguy wrote:Where do I add this code?
The console opens, and you can write commands there, copy paste the command there and press enter, it should do the trick
Re: [0.9.4] Can't produce lubricant
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!!
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!!