[0.17.38] Items disappear when picking up assembling machine

Bugs that are actually features.
Locked
Murzik
Inserter
Inserter
Posts: 29
Joined: Mon May 01, 2017 1:18 pm
Contact:

[0.17.38] Items disappear when picking up assembling machine

Post by Murzik »

When I cancel crafting in an assembling machine by picking it up, it doesn't return items invested into crafting, which used to be the case in 0.16. I wonder if it's a bug or intended behaviour, but I didn't find stuff like this in the release notes. It would be nice to have the old behaviour back.
item-disappear-possible-bug.jpg
item-disappear-possible-bug.jpg (154.44 KiB) Viewed 5951 times

orzelek
Smart Inserter
Smart Inserter
Posts: 3911
Joined: Fri Apr 03, 2015 10:20 am
Contact:

Re: [0.17.38] Items disappear when picking up assembling machine

Post by orzelek »

From what I understand it shouldn't return the items from the currently ongoing craft.
All the items from ingredient slots should go to inventory.

User avatar
eradicator
Smart Inserter
Smart Inserter
Posts: 5206
Joined: Tue Jul 12, 2016 9:03 am
Contact:

Re: [0.17.38] Items disappear when picking up assembling machine

Post by eradicator »

orzelek wrote:
Sat May 11, 2019 10:33 am
From what I understand it shouldn't return the items from the currently ongoing craft.
All the items from ingredient slots should go to inventory.
Pretty sure that somewhere in this forum exists a thread with a very similar topic where a dev said that (paraphrased) "The main philosophy of factorio is that the player should never be punished for making a wrong placement decision. This is why - contrary to many other games - you never lose any of the invested resources when deconstructing machines."

Also OP says it didn't happen in 0.16, so i vote for bug (with my non-existant voting right :p).
Author of: Belt Planner, Hand Crank Generator, Screenshot Maker, /sudo and more.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.

Choumiko
Smart Inserter
Smart Inserter
Posts: 1352
Joined: Fri Mar 21, 2014 10:51 pm
Contact:

Re: [0.17.38] Items disappear when picking up assembling machine

Post by Choumiko »

Not a bug:
68370
67923 (No dev comment but those threads have been moved to Not a bug)

But there is a mod: Dont lose in progress ingredients

Ultros
Fast Inserter
Fast Inserter
Posts: 129
Joined: Thu Apr 04, 2019 4:25 pm
Contact:

Re: [0.17.38] Items disappear when picking up assembling machine

Post by Ultros »

Choumiko wrote:
Sat May 11, 2019 12:45 pm
Not a bug:
68370
67923 (No dev comment but those threads have been moved to Not a bug)

This seems extremely unusual to me, though. Losing all your 235 for a simple placement error is a rather large punishment. This also explains why I lost all my 235 while attempting to run my first kovarex build a while back. It was rather annoying having to get the 40 235 all over from scratch, so I had to reload a save.

It also doesn't make sense why a Factorio dev (Bilka) would make a mod to fix it instead of fixing it in the game code directly.

User avatar
eradicator
Smart Inserter
Smart Inserter
Posts: 5206
Joined: Tue Jul 12, 2016 9:03 am
Contact:

Re: [0.17.38] Items disappear when picking up assembling machine

Post by eradicator »

Ultros wrote:
Sat May 11, 2019 1:00 pm
It also doesn't make sense why a Factorio dev (Bilka) would make a mod to fix it instead of fixing it in the game code directly.
The weird thing is, it *is* fixed in the code. I looked at the mod expecting expensive script hacks, but it simply sets "return_ingredients_on_change = true" on every machine. This means the engine is still perfectly capable of the old behavior, it's just been turned off by default.

@Bilka: A description on the wiki wouldn't hurt. "return_ingredients_on_change" is a rather abstract description.)
Last edited by eradicator on Sat May 11, 2019 1:11 pm, edited 2 times in total.
Author of: Belt Planner, Hand Crank Generator, Screenshot Maker, /sudo and more.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.

Bilka
Factorio Staff
Factorio Staff
Posts: 3133
Joined: Sat Aug 13, 2016 9:20 am
Contact:

Re: [0.17.38] Items disappear when picking up assembling machine

Post by Bilka »

Ultros wrote:
Sat May 11, 2019 1:00 pm
It also doesn't make sense why a Factorio dev (Bilka) would make a mod to fix it instead of fixing it in the game code directly.
Within a team of 20 people, differing opinions exist. In the end, someone makes a decision: 57452
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.

Ultros
Fast Inserter
Fast Inserter
Posts: 129
Joined: Thu Apr 04, 2019 4:25 pm
Contact:

Re: [0.17.38] Items disappear when picking up assembling machine

Post by Ultros »

Bilka wrote:
Sat May 11, 2019 1:10 pm
Within a team of 20 people, differing opinions exist. In the end, someone makes a decision: 57452
Thanks for the clarification. I'm still heavily in favour of this being reset back to the .16 behaviour.

It's a little ironic that the eponymously named kovarex process is the reason I discovered this bug (or should I call it, unusual development choice) initially, and is the same reason I strongly oppose this choice.

While it's theoretically possible to exploit the engine by using productivity to spawn items for free with >100% productivity, I think the drawback of being punished for deconstructing a misplaced or misconfigured centrifuge is way too great. Furthermore, I don't think it's possible to achieve >100% productivity on anything in vanilla other than miners at the moment. With lower levels of productivity, the best that can be done is to achieve a higher ratio of output for input products.

This is not to mention that the entire process has to be done by manually resetting recipes, which is plainly silly tedious, and would not make sense since the alternative (expanding the factory) will get you to your goal way more quickly and with more fun.

Theikkru
Filter Inserter
Filter Inserter
Posts: 354
Joined: Wed Mar 27, 2019 2:18 pm
Contact:

Re: [0.17.38] Items disappear when picking up assembling machine

Post by Theikkru »

+1. It seems backwards that people have to go to considerable lengths to destroy unwanted items (sacrifice box and bullets) while at the same time potentially precious ingredients are snatched away so easily.

If productivity exploitation is in fact the problem, I'd argue that there are better ways to handle it. In the 57452 thread, I saw a merit-worthy suggestion that productivity bonus (the yellow bar) be allowed to accumulate beyond 100%, and only be resolved into additional output whenever the base crafting progress completes.

User avatar
eradicator
Smart Inserter
Smart Inserter
Posts: 5206
Joined: Tue Jul 12, 2016 9:03 am
Contact:

Re: [0.17.38] Items disappear when picking up assembling machine

Post by eradicator »

Bilka wrote:
Sat May 11, 2019 1:10 pm
Ultros wrote:
Sat May 11, 2019 1:00 pm
It also doesn't make sense why a Factorio dev (Bilka) would make a mod to fix it instead of fixing it in the game code directly.
Within a team of 20 people, differing opinions exist. In the end, someone makes a decision: 57452
I am also heavily in favour of the 0.16 behavior, as i find it fits much better into the "don't punish the player" philosophy that factorio otherwise embraces.

But..one thing about the kovarex process especially sticks out: 40 of the input U235 are technically catalysts. Catalysts are never consumed, and thus should always be returned, hopefully at least that can be agreed upon by all parties.
Author of: Belt Planner, Hand Crank Generator, Screenshot Maker, /sudo and more.
Mod support languages: 日本語, Deutsch, English
My code in the post above is dedicated to the public domain under CC0.

posila
Factorio Staff
Factorio Staff
Posts: 5202
Joined: Thu Jun 11, 2015 1:35 pm
Contact:

Re: [0.17.38] Items disappear when picking up assembling machine

Post by posila »

I've noticed this has been moved to Not a bug without a response again, so I will put my response here.

It is the first bugfix of 0.17.0 changelog. The change was made by kovarex who considers returning of items to be a bug, and he feels strongly about it, as there were some tough arguments about it inside the team.
FactorioBot wrote:
Tue Feb 26, 2019 5:13 pm
...
Bugfixes
  • Fixed that canceling production in assembling machine did return the products in progress.
...

HurkWurk
Filter Inserter
Filter Inserter
Posts: 259
Joined: Mon Nov 14, 2016 4:55 pm
Contact:

Re: [0.17.38] Items disappear when picking up assembling machine

Post by HurkWurk »

one of my favorite quotes from Legion: "you ever try to unmake soup?"

User avatar
cgar
Burner Inserter
Burner Inserter
Posts: 7
Joined: Tue Aug 20, 2019 3:41 am
Contact:

Re: [0.17.38] Items disappear when picking up assembling machine

Post by cgar »

Fixed that canceling production in assembling machine did return the products in progress.
Fixed that errant assembler placement could be corrected without punishment. Because being reasonable is sinful.

User avatar
Optera
Smart Inserter
Smart Inserter
Posts: 2916
Joined: Sat Jun 11, 2016 6:41 am
Contact:

Re: [0.17.38] Items disappear when picking up assembling machine

Post by Optera »

Choumiko wrote:
Sat May 11, 2019 12:45 pm
Not a bug:
68370
67923 (No dev comment but those threads have been moved to Not a bug)

But there is a mod: Dont lose in progress ingredients
Sadly I need more and more mods to fix Factorios official bugfixes.
In early 0.16 I was perfectly happy to play vanilla. Now I have mods to change back basic oil processing, fix assembler loosing items, allow automated trains with roboports do construction jobs, and the list keeps growing....

User avatar
steinio
Smart Inserter
Smart Inserter
Posts: 2633
Joined: Sat Mar 12, 2016 4:19 pm
Contact:

Re: [0.17.38] Items disappear when picking up assembling machine

Post by steinio »

Optera wrote:
Sat Aug 24, 2019 5:38 am
Choumiko wrote:
Sat May 11, 2019 12:45 pm
Not a bug:
68370
67923 (No dev comment but those threads have been moved to Not a bug)

But there is a mod: Dont lose in progress ingredients
Sadly I need more and more mods to fix Factorios official bugfixes.
In early 0.16 I was perfectly happy to play vanilla. Now I have mods to change back basic oil processing, fix assembler loosing items, allow automated trains with roboports do construction jobs, and the list keeps growing....
Fun thing another dev made this mod.
Image

Transport Belt Repair Man

View unread Posts

Bilka
Factorio Staff
Factorio Staff
Posts: 3133
Joined: Sat Aug 13, 2016 9:20 am
Contact:

Re: [0.17.38] Items disappear when picking up assembling machine

Post by Bilka »

steinio wrote:
Sat Aug 24, 2019 11:28 am
Optera wrote:
Sat Aug 24, 2019 5:38 am
Choumiko wrote:
Sat May 11, 2019 12:45 pm
Not a bug:
68370
67923 (No dev comment but those threads have been moved to Not a bug)

But there is a mod: Dont lose in progress ingredients
Sadly I need more and more mods to fix Factorios official bugfixes.
In early 0.16 I was perfectly happy to play vanilla. Now I have mods to change back basic oil processing, fix assembler loosing items, allow automated trains with roboports do construction jobs, and the list keeps growing....
Fun thing another dev made this mod.
Damn, if only there was an FFF that specifically listed this issue as debated within the team, that would explain why different devs disagree on how it should be handled.

"allow automated trains with roboports do construction jobs" is funny to me, because that is a mod feature in the first place, so you really aren't fixing/playing vanilla there.
I'm an admin over at https://wiki.factorio.com. Feel free to contact me if there's anything wrong (or right) with it.

User avatar
Optera
Smart Inserter
Smart Inserter
Posts: 2916
Joined: Sat Jun 11, 2016 6:41 am
Contact:

Re: [0.17.38] Items disappear when picking up assembling machine

Post by Optera »

Bilka wrote:
Sat Aug 24, 2019 12:20 pm

"allow automated trains with roboports do construction jobs" is funny to me, because that is a mod feature in the first place, so you really aren't fixing/playing vanilla there.
I knew after posting someone was going to pick on that. :roll:
My point however is that adding equipment grid to trains is no longer enough, since allow_robot_dispatch_in_automatic_mode is false by default.

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

Re: [0.17.38] Items disappear when picking up assembling machine

Post by Loewchen »

If you want to discuss this further do it in the FFF.

Locked

Return to “Not a bug”