Missing Items (Sulfur + Smart Chest)

Anything that prevents you from playing the game properly. Do you have issues playing for the game, downloading it or successfully running it on your computer? Let us know here.
Post Reply
opencircut74
Inserter
Inserter
Posts: 36
Joined: Sun May 08, 2016 10:40 pm
Contact:

Missing Items (Sulfur + Smart Chest)

Post 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.
Attachments
Modular Factory.zip
(4.47 MiB) Downloaded 69 times
Master of using up all of my resources on accumulators and batteries.

Loewchen
Global Moderator
Global Moderator
Posts: 8308
Joined: Wed Jan 07, 2015 5:53 pm
Contact:

Re: Missing Items (Sulfur + Smart Chest)

Post 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.

opencircut74
Inserter
Inserter
Posts: 36
Joined: Sun May 08, 2016 10:40 pm
Contact:

Re: Missing Items (Sulfur + Smart Chest)

Post 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?
Master of using up all of my resources on accumulators and batteries.

Loewchen
Global Moderator
Global Moderator
Posts: 8308
Joined: Wed Jan 07, 2015 5:53 pm
Contact:

Re: Missing Items (Sulfur + Smart Chest)

Post by Loewchen »

In the console, see your key bindings on how to open it.

opencircut74
Inserter
Inserter
Posts: 36
Joined: Sun May 08, 2016 10:40 pm
Contact:

Re: Missing Items (Sulfur + Smart Chest)

Post 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)
Master of using up all of my resources on accumulators and batteries.

Post Reply

Return to “Technical Help”