I have all tier 1 and 2 science researched, except the new modules, and all Py mods installed but I don't have the ability to build the yellow logistics storage chests. FNEI shows that the research has been completed and they should be buildable but they aren't on the build screen. I can build each of the other logistics chests but just not the yellow storage one. I have included the copy of my save if it helps.
Thanks
Pridesfall
No Logistics Storage Chests
Moderator: pyanodon
- Pridesfall
- Fast Inserter
- Posts: 133
- Joined: Thu Dec 18, 2014 7:18 pm
- Contact:
-
- Smart Inserter
- Posts: 1463
- Joined: Sun Jun 15, 2014 11:39 am
- Contact:
Re: No Logistics Storage Chests
ok not sure what happened but the recipe must have got changed at some point after you unlocked the engine tech and as such it didnt get unlocked.
easiest fix that doesnt involve code.
download pycoaltbaa and load the save with it active just once and save the game and then you can disable pycoaltbaa.
given you have no mods that pycoaltbaa goes any adjust to it shouldnt do anything other than run the migration scripts to reset recipe unlocks.
if you prefer you could just pull lua file from the migration folder in pycoaltbaa and rename and number it to match pycoal and it will do the same thing.
that would require a bit of editing work on your part though if you know how to do that.
easiest fix that doesnt involve code.
download pycoaltbaa and load the save with it active just once and save the game and then you can disable pycoaltbaa.
given you have no mods that pycoaltbaa goes any adjust to it shouldnt do anything other than run the migration scripts to reset recipe unlocks.
if you prefer you could just pull lua file from the migration folder in pycoaltbaa and rename and number it to match pycoal and it will do the same thing.
that would require a bit of editing work on your part though if you know how to do that.
-
- Smart Inserter
- Posts: 1463
- Joined: Sun Jun 15, 2014 11:39 am
- Contact:
Re: No Logistics Storage Chests
might also be able to just paste the code into the chat box.
not sure if that will work or not
Code: Select all
/c for _,player in pairs(game.players) do
player.force.reset_recipes()
player.force.reset_technologies()
player.force.reset_technology_effects()
end
- Pridesfall
- Fast Inserter
- Posts: 133
- Joined: Thu Dec 18, 2014 7:18 pm
- Contact:
Re: No Logistics Storage Chests
Posting the code in chat fixed it. Thanks a lot!