[Pard][2.0.25] Factoriopedia shows impossible recycling recipes

Bugs which we just recently fixed in our development version and will reach you in the next release.
User avatar
IsaacOscar
Filter Inserter
Filter Inserter
Posts: 843
Joined: Sat Nov 09, 2024 2:36 pm
Contact:

[Pard][2.0.25] Factoriopedia shows impossible recycling recipes

Post by IsaacOscar »

Bassically, I think it's impossible to use some of the recipes, as you can't obtain the associated items:
for example Rocket Parts:
12-13-2024, 13-14-51.png
12-13-2024, 13-14-51.png (107.48 KiB) Viewed 746 times
Also the shortcut items:
Copper wire, green wire, red wire, spidertron remote, discharge defense remote, and artillary remote:
12-13-2024, 13-16-54.png
12-13-2024, 13-16-54.png (401.67 KiB) Viewed 746 times
As well as vehicle weapons:
12-13-2024, 13-18-33.png
12-13-2024, 13-18-33.png (74.51 KiB) Viewed 746 times
There's even a recycling recipe for science! (you can see this by alt-clicking 'science' in the production statistics):
12-13-2024, 13-19-31.png
12-13-2024, 13-19-31.png (49.98 KiB) Viewed 746 times
My mod (https://mods.factorio.com/mod/recycling-factoriopedia) solves this by hidding recycling recipes if:
  • The item is a paramater (factorio doesn't show these)
  • The item is hidden in factoriopedia (this will hide rocket parts, vehicle weapons, and science, etc.) [Note that it's the rocket part recipe that is shown in factoriopedia, not the item]
  • The item has the "only-in-cursor" flag (this covers the shortcut bar tools).
eugenekay
Fast Inserter
Fast Inserter
Posts: 170
Joined: Tue May 15, 2018 2:14 am
Contact:

Re: [2.0.25] Factoriopedia shows impossible recycling recipes

Post by eugenekay »

"rocket-part" IS an Item, although you cannot "Legitimately" obtain it in game since Rocket Silo is the only assembler for that recipe.

Code: Select all

/c game.player.insert{name="rocket-part", count=100}
Screenshot 2024-12-13 010639.png
Screenshot 2024-12-13 010639.png (90.96 KiB) Viewed 720 times
Feeding it into a Recycler does (eventually) yield the expected Resources back..... so this sure seems like a Valid recipe, albeit one that is only useful in-Editor.

Incidentally, while you can place the Rocket Parts "into" the Output slot of a Silo, they are not "absorbed" and do not increase the Rocket Progress.
User avatar
IsaacOscar
Filter Inserter
Filter Inserter
Posts: 843
Joined: Sat Nov 09, 2024 2:36 pm
Contact:

Re: [2.0.25] Factoriopedia shows impossible recycling recipes

Post by IsaacOscar »

eugenekay wrote: Fri Dec 13, 2024 6:09 am "rocket-part" IS an Item, although you cannot "Legitimately" obtain it in game since Rocket Silo is the only assembler for that recipe.
Yes, as are all the other things I mentioned (even science!), but you very much should not be able to obtain those without mods, cheats, custom scenarios, or the editor.
eugenekay wrote: Fri Dec 13, 2024 6:09 am Feeding it into a Recycler does (eventually) yield the expected Resources back..... so this sure seems like a Valid recipe, albeit one that is only useful in-Editor.
Yes, it's just confusing for players who might try to recycle rocket parts and waste time trying to figure it out...
eugenekay wrote: Fri Dec 13, 2024 6:09 am Incidentally, while you can place the Rocket Parts "into" the Output slot of a Silo, they are not "absorbed" and do not increase the Rocket Progress.
What? Silo's don't have output slots.
eugenekay
Fast Inserter
Fast Inserter
Posts: 170
Joined: Tue May 15, 2018 2:14 am
Contact:

Re: [2.0.25] Factoriopedia shows impossible recycling recipes

Post by eugenekay »

IsaacOscar wrote: Fri Dec 13, 2024 6:15 am
eugenekay wrote: Fri Dec 13, 2024 6:09 am Incidentally, while you can place the Rocket Parts "into" the Output slot of a Silo, they are not "absorbed" and do not increase the Rocket Progress.
What? Silo's don't have output slots.
Yes they do?
Screenshot 2024-12-13 012057.png
Screenshot 2024-12-13 012057.png (146.48 KiB) Viewed 709 times
Placing the Rocket Part items into the slot doesn't DO anything; but the Slot is definitely there. :-)
User avatar
IsaacOscar
Filter Inserter
Filter Inserter
Posts: 843
Joined: Sat Nov 09, 2024 2:36 pm
Contact:

Re: [2.0.25] Factoriopedia shows impossible recycling recipes

Post by IsaacOscar »

eugenekay wrote: Fri Dec 13, 2024 6:22 am
IsaacOscar wrote: Fri Dec 13, 2024 6:15 am
eugenekay wrote: Fri Dec 13, 2024 6:09 am Incidentally, while you can place the Rocket Parts "into" the Output slot of a Silo, they are not "absorbed" and do not increase the Rocket Progress.
What? Silo's don't have output slots.
Yes they do?
Screenshot 2024-12-13 012057.png

Placing the Rocket Part items into the slot doesn't DO anything; but the Slot is definitely there. :-)
Woops.
Why does that slot even exist?
Pard
Factorio Staff
Factorio Staff
Posts: 48
Joined: Mon Aug 28, 2023 6:21 pm
Contact:

Re: [2.0.25] Factoriopedia shows impossible recycling recipes

Post by Pard »

Some of those has been fixed in previous changes... I will look at things that slipped my attention :D
Pard
Factorio Staff
Factorio Staff
Posts: 48
Joined: Mon Aug 28, 2023 6:21 pm
Contact:

Re: [Pard][2.0.25] Factoriopedia shows impossible recycling recipes

Post by Pard »

The rest is fixed now. Will be part of the next release.
Post Reply

Return to “Resolved for the next release”