Page 1 of 1

Missing Items (Sulfur + Smart Chest)

Posted: Thu Apr 13, 2017 12:44 am
by opencircut74
Hello, Opencircut74 here and I have noticed that I had multiple items that were unattainable in my game. The first one that I noticed was the ability to get sulfur. I downloaded a mod, and now I have sulfur deposits randomly around the world. The other item is the smart chest. I have researched quite a bit in the game, and I still have no smart chests. This problem has been on 2 different computers, and I am running the newest version. If there is a way to change the setup files to add smart chests into the game would be great. Normally, I don't need smart chests, but my iron is being sucked away by my assembly line, and it is becoming a problem. Thank you!

P.S. I have attached a copy of my world to this thread.

Re: Missing Items (Sulfur + Smart Chest)

Posted: Thu Apr 13, 2017 7:21 am
by Loewchen
There is no smart chest in the current version of the game. Try

Code: Select all

/c game.player.force.reset_recipes()
or

Code: Select all

/c game.forces.player.recipes["the recipe you are missing"].enabled=true
for your other issue.

Re: Missing Items (Sulfur + Smart Chest)

Posted: Thu Apr 13, 2017 11:03 am
by opencircut74
Loewchen wrote:There is no smart chest in the current version of the game. Try

Code: Select all

/c game.player.force.reset_recipes()
or

Code: Select all

/c game.forces.player.recipes["the recipe you are missing"].enabled=true
for your other issue.
Where do I put that line of code?

Re: Missing Items (Sulfur + Smart Chest)

Posted: Thu Apr 13, 2017 1:29 pm
by Loewchen
In the console, see your key bindings on how to open it.

Re: Missing Items (Sulfur + Smart Chest)

Posted: Thu Apr 13, 2017 8:51 pm
by opencircut74
The second command does not work. It gives me "Cannot execute command. Error:[string"game.forces.player.recipes["the recipe you ar..."]:1:attempt to index field 'the recipe you are missing' (a nil value)