No Logistics Storage Chests

pyanodon's mods are here

Moderator: pyanodon

Post Reply
User avatar
Pridesfall
Fast Inserter
Fast Inserter
Posts: 133
Joined: Thu Dec 18, 2014 7:18 pm
Contact:

No Logistics Storage Chests

Post by Pridesfall »

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
New Pyanodon Backup.zip
(15.23 MiB) Downloaded 60 times

kingarthur
Smart Inserter
Smart Inserter
Posts: 1459
Joined: Sun Jun 15, 2014 11:39 am
Contact:

Re: No Logistics Storage Chests

Post by kingarthur »

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.

kingarthur
Smart Inserter
Smart Inserter
Posts: 1459
Joined: Sun Jun 15, 2014 11:39 am
Contact:

Re: No Logistics Storage Chests

Post by kingarthur »

might also be able to just paste the code into the chat box.

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
not sure if that will work or not

User avatar
Pridesfall
Fast Inserter
Fast Inserter
Posts: 133
Joined: Thu Dec 18, 2014 7:18 pm
Contact:

Re: No Logistics Storage Chests

Post by Pridesfall »

Posting the code in chat fixed it. Thanks a lot!

Post Reply

Return to “PyMods”