mark-for-upgrading when blueprinting over fast-replaceable entities

Moderator: ickputzdirwech

Honktown
Smart Inserter
Smart Inserter
Posts: 1025
Joined: Thu Oct 03, 2019 7:10 am
Contact:

mark-for-upgrading when blueprinting over fast-replaceable entities

Post by Honktown »

A subtle "conflict" is when you go to blueprint over existing stuff, and it's not "marked for upgrade" or however it might be implemented (one can't place a ghost on it since it would collide).

There was a single topic back in 2015: viewtopic.php?f=23&t=9296

Would be a nice-to-have.

Similarly, one can't mark a fast-replaceable entity to be changed when using copy-paste.
I have mods! I guess!
Link

Septimus ii
Inserter
Inserter
Posts: 26
Joined: Fri Mar 25, 2016 10:59 pm
Contact:

Re: mark-for-upgrading when blueprinting over fast-replaceable entities

Post by Septimus ii »

That sounds like it would be really useful

mrvn
Smart Inserter
Smart Inserter
Posts: 5682
Joined: Mon Sep 05, 2016 9:10 am
Contact:

Re: mark-for-upgrading when blueprinting over fast-replaceable entities

Post by mrvn »

+1. very useful.

I would make this optional though. In the blueprint dialog there should be an option to

Replace:
[ ] never
[ ] fast replace
[ ] always

Pips:
[ ] don't touch
[ ] empty pipes

Never is the current behavior, fast replace is what yo describe and always would deconstruct + reconstruct when it can't fast-replace.

And for pipes blueprinting a water pipe over an oil pipe would deconstruct and reconstruct the pipe. This feature would requirethat ghost pipes can be tagged with a fluid so the bots will only place the new pipes when oil wouldn't flood right back in.

Honktown
Smart Inserter
Smart Inserter
Posts: 1025
Joined: Thu Oct 03, 2019 7:10 am
Contact:

Re: mark-for-upgrading when blueprinting over fast-replaceable entities

Post by Honktown »

mrvn wrote:
Thu Jan 30, 2020 1:13 pm
+1. very useful.

I would make this optional though. In the blueprint dialog there should be an option to

Replace:
[ ] never
[ ] fast replace
[ ] always

Pips:
[ ] don't touch
[ ] empty pipes

Never is the current behavior, fast replace is what yo describe and always would deconstruct + reconstruct when it can't fast-replace.

And for pipes blueprinting a water pipe over an oil pipe would deconstruct and reconstruct the pipe. This feature would requirethat ghost pipes can be tagged with a fluid so the bots will only place the new pipes when oil wouldn't flood right back in.
I wouldn't care if it's not an option, because it doesn't seem right to not do it: I can normally place A over B if I'm in range. Why doesn't copy-paste or blueprinting let me? It feels broken.

Pipes would be way more complicated. A different-fluid pipe can't be placed. I suppose this is a complexity I didn't think about: different recipes. I was thinking in the context of a new or empty machine. The game could literally go "can't mix fluids" when trying to blueprint lol, it'd be consistent with normal placement.
I have mods! I guess!
Link

User avatar
ssilk
Global Moderator
Global Moderator
Posts: 12888
Joined: Tue Apr 16, 2013 10:35 pm
Contact:

Re: mark-for-upgrading when blueprinting over fast-replaceable entities

Post by ssilk »

It’s not so that you can replace any entities. Only those in the fast replacement groups. Belts, Assemblies, inserters...

And if a blueprint would fast replace that, if possible, why not. But in normal use-cases I think this would be quite rare cases. Some pole is missing, some inserter cannot be updated, because not researched yet... but maybe I’m wrong with that assumption.

So I have mixed feelings about this OP. Need to try that out, how that feels.

Nevertheless I would support also a mode, where a built could be “overwritten”, would enable optimized robot usage (tries to “move” items, instead of destructing and rebuilding).
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...

Honktown
Smart Inserter
Smart Inserter
Posts: 1025
Joined: Thu Oct 03, 2019 7:10 am
Contact:

Re: mark-for-upgrading when blueprinting over fast-replaceable entities

Post by Honktown »

ssilk wrote:
Thu Jan 30, 2020 7:01 pm
It’s not so that you can replace any entities. Only those in the fast replacement groups. Belts, Assemblies, inserters...

And if a blueprint would fast replace that, if possible, why not. But in normal use-cases I think this would be quite rare cases. Some pole is missing, some inserter cannot be updated, because not researched yet... but maybe I’m wrong with that assumption.

So I have mixed feelings about this OP. Need to try that out, how that feels.

Nevertheless I would support also a mode, where a built could be “overwritten”, would enable optimized robot usage (tries to “move” items, instead of destructing and rebuilding).
My impression was in 2015, the mark-for-upgrading system didn't exist, so adding the behavior to blueprinting would've been complicated. Now that mark for upgrading does exist, it's trivial to add it to blueprinting in the cases of a machine that doesn't change the recipe, or things which don't produce things (belts, inserters, but not pumps).

There's another annoying behavior, related to "overwriting": if you fast-replace, it picks up stuff, even if it doesn't need to: belts, crafting machines, while inserters restart their grab cycle (had to verify that, interesting). The normal drop/pick-up stuff is because fast-replacing is based on deconstructing->constructing, even though it appears to "clone" because some properties are transferred. Construction bots also have a max_payload_size that can be changed in the prototype, but they always construct one at a time or pick up items spilled from deconstructing one at a time. The capacity even increases with the cargo research for logistic bots, but still always only 1 thing at a time.
I have mods! I guess!
Link

Olacken
Long Handed Inserter
Long Handed Inserter
Posts: 62
Joined: Wed Apr 17, 2019 1:37 pm
Contact:

Re: mark-for-upgrading when blueprinting over fast-replaceable entities

Post by Olacken »

Honktown wrote:
Thu Jan 30, 2020 2:48 pm
I wouldn't care if it's not an option, because it doesn't seem right to not do it: I can normally place A over B if I'm in range. Why doesn't copy-paste or blueprinting let me? It feels broken.
I would care because I use the fact that I can't place 2 different type of inserter in the same place to be able to build multiple tileable blueprint in a row without needing to realease the left mouse cleck and it if was by default it would make some of them impossible to build that way

mrvn
Smart Inserter
Smart Inserter
Posts: 5682
Joined: Mon Sep 05, 2016 9:10 am
Contact:

Re: mark-for-upgrading when blueprinting over fast-replaceable entities

Post by mrvn »

Honktown wrote:
Thu Jan 30, 2020 7:24 pm
Construction bots also have a max_payload_size that can be changed in the prototype, but they always construct one at a time or pick up items spilled from deconstructing one at a time. The capacity even increases with the cargo research for logistic bots, but still always only 1 thing at a time.
A recent FFF showed construction bots batching placement of landfill. Not sure if that is in any release yet but that will be the use case for the cargo size.

Honktown
Smart Inserter
Smart Inserter
Posts: 1025
Joined: Thu Oct 03, 2019 7:10 am
Contact:

Re: mark-for-upgrading when blueprinting over fast-replaceable entities

Post by Honktown »

mrvn wrote:
Mon Feb 03, 2020 10:28 am
Honktown wrote:
Thu Jan 30, 2020 7:24 pm
Construction bots also have a max_payload_size that can be changed in the prototype, but they always construct one at a time or pick up items spilled from deconstructing one at a time. The capacity even increases with the cargo research for logistic bots, but still always only 1 thing at a time.
A recent FFF showed construction bots batching placement of landfill. Not sure if that is in any release yet but that will be the use case for the cargo size.
FINALLY SOMETHING FOR THAT BS

Bots batch-placing tiles is fantastic. Hopefully someday we'll even get multi-loot/deconstruct pick-up. I can dream can't I?
I have mods! I guess!
Link

Boppiej
Burner Inserter
Burner Inserter
Posts: 12
Joined: Tue Sep 22, 2020 7:58 pm
Contact:

Re: mark-for-upgrading when blueprinting over fast-replaceable entities

Post by Boppiej »

Honktown wrote:
Tue Jan 28, 2020 5:50 pm
A subtle "conflict" is when you go to blueprint over existing stuff, and it's not "marked for upgrade" or however it might be implemented (one can't place a ghost on it since it would collide).

There was a single topic back in 2015: viewtopic.php?f=23&t=9296

Would be a nice-to-have.

Similarly, one can't mark a fast-replaceable entity to be changed when using copy-paste.
Would be nice to have blueprint to be able to mark for upgrade, since i'm using overlapping blueprints.

Honktown
Smart Inserter
Smart Inserter
Posts: 1025
Joined: Thu Oct 03, 2019 7:10 am
Contact:

Re: mark-for-upgrading when blueprinting over fast-replaceable entities

Post by Honktown »

Boppiej wrote:
Thu Sep 24, 2020 9:08 am
Honktown wrote:
Tue Jan 28, 2020 5:50 pm
A subtle "conflict" is when you go to blueprint over existing stuff, and it's not "marked for upgrade" or however it might be implemented (one can't place a ghost on it since it would collide).

There was a single topic back in 2015: viewtopic.php?f=23&t=9296

Would be a nice-to-have.

Similarly, one can't mark a fast-replaceable entity to be changed when using copy-paste.
Would be nice to have blueprint to be able to mark for upgrade, since i'm using overlapping blueprints.
You hit alt-u to make an upgrade planner, or click the button next to the quickbar (may not be shown). After that it can be placed in inventory or the blueprint library thing (ctrl-b)
I have mods! I guess!
Link

Boppiej
Burner Inserter
Burner Inserter
Posts: 12
Joined: Tue Sep 22, 2020 7:58 pm
Contact:

Re: mark-for-upgrading when blueprinting over fast-replaceable entities

Post by Boppiej »

Honktown wrote:
Fri Sep 25, 2020 9:07 pm
Boppiej wrote:
Thu Sep 24, 2020 9:08 am
Honktown wrote:
Tue Jan 28, 2020 5:50 pm
A subtle "conflict" is when you go to blueprint over existing stuff, and it's not "marked for upgrade" or however it might be implemented (one can't place a ghost on it since it would collide).

There was a single topic back in 2015: viewtopic.php?f=23&t=9296

Would be a nice-to-have.

Similarly, one can't mark a fast-replaceable entity to be changed when using copy-paste.
Would be nice to have blueprint to be able to mark for upgrade, since i'm using overlapping blueprints.
You hit alt-u to make an upgrade planner, or click the button next to the quickbar (may not be shown). After that it can be placed in inventory or the blueprint library thing (ctrl-b)
That would not solve my problem, since u need to use an extra step in the process and remember it by head. If blueprints have the ability to specify 1 or a few (not needed all, because then u can use the upgrade planner) to mark for upgrade. I would be very helpfull to play with that if u use blueprints from the start and it would mark priorities out in the overlapping blueprint.

Honktown
Smart Inserter
Smart Inserter
Posts: 1025
Joined: Thu Oct 03, 2019 7:10 am
Contact:

Re: mark-for-upgrading when blueprinting over fast-replaceable entities

Post by Honktown »

Boppiej wrote:
Mon Sep 28, 2020 5:15 pm
...
I had an idea but it would be a mod: a little window that would take a blueprint, and then one could insert upgrade planners as a modifier (maybe more than one and even deconstruction planners). Almost a blueprint equation lol. Would you be interested in it as a mod? We could talk about this in the Mod Ideas section.
I have mods! I guess!
Link

User avatar
ssilk
Global Moderator
Global Moderator
Posts: 12888
Joined: Tue Apr 16, 2013 10:35 pm
Contact:

Re: mark-for-upgrading when blueprinting over fast-replaceable entities

Post by ssilk »

Ah, that sounds a bit like my viewtopic.php?f=6&t=76499 Blueprint Book is not enough for me
Honktown wrote:
Mon Sep 28, 2020 6:00 pm
We could talk about this in the Mod Ideas section.
I’m coming!
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...

Boppiej
Burner Inserter
Burner Inserter
Posts: 12
Joined: Tue Sep 22, 2020 7:58 pm
Contact:

Re: mark-for-upgrading when blueprinting over fast-replaceable entities

Post by Boppiej »

ssilk wrote:
Tue Sep 29, 2020 4:31 am
Ah, that sounds a bit like my viewtopic.php?f=6&t=76499 Blueprint Book is not enough for me
Honktown wrote:
Mon Sep 28, 2020 6:00 pm

Looks nice, but then 1 question remains: getting achievements doesnt work while playing with mods, right?

mrvn
Smart Inserter
Smart Inserter
Posts: 5682
Joined: Mon Sep 05, 2016 9:10 am
Contact:

Re: mark-for-upgrading when blueprinting over fast-replaceable entities

Post by mrvn »

Do you ever not want to upgrade when you blueprint e.g a red belt over a yellow? I think blueprints should automatically mark for upgrade where possible. The blueprint create/edit can have a checkbox for upgrading that's on by default.

Koub
Global Moderator
Global Moderator
Posts: 7175
Joined: Fri May 30, 2014 8:54 am
Contact:

Re: mark-for-upgrading when blueprinting over fast-replaceable entities

Post by Koub »

mrvn wrote:
Tue Sep 29, 2020 10:23 am
Do you ever not want to upgrade when you blueprint e.g a red belt over a yellow?
Yes I do. Especially in the early part of a base, I change just some inserters from normal to fast as my needs evolve (typically my cable direct insertion for green chips).
Koub - Please consider English is not my native language.

mrvn
Smart Inserter
Smart Inserter
Posts: 5682
Joined: Mon Sep 05, 2016 9:10 am
Contact:

Re: mark-for-upgrading when blueprinting over fast-replaceable entities

Post by mrvn »

Koub wrote:
Tue Sep 29, 2020 2:32 pm
mrvn wrote:
Tue Sep 29, 2020 10:23 am
Do you ever not want to upgrade when you blueprint e.g a red belt over a yellow?
Yes I do. Especially in the early part of a base, I change just some inserters from normal to fast as my needs evolve (typically my cable direct insertion for green chips).
That's exactly the use case I have in mind. You replace the first inserter by hand. Then ctrl-c the assembler + inserter and drag place it over all other assemblers to update them all to fast inserter. You don't want to have to make a blueprint, make an update planner, combine the blueprint and update planer, place the combination and then clean up the inventory with the pointless temporary items.

Koub
Global Moderator
Global Moderator
Posts: 7175
Joined: Fri May 30, 2014 8:54 am
Contact:

Re: mark-for-upgrading when blueprinting over fast-replaceable entities

Post by Koub »

I'm note sure we're understanding each other. What I meant is when I upgrade one entity, I don't always want to upgrade all entities of the same type in all my base. I may want to upgrade just a few entities at strategic locations of my base.

The way I'd do it is have N blueprints, one for every stage of my base, as my research advances, and overwrite the previous version with the new, expecting that all entities of the same type to be "overwritten" if not identical.
Koub - Please consider English is not my native language.

Boppiej
Burner Inserter
Burner Inserter
Posts: 12
Joined: Tue Sep 22, 2020 7:58 pm
Contact:

Re: mark-for-upgrading when blueprinting over fast-replaceable entities

Post by Boppiej »

Koub wrote:
Tue Sep 29, 2020 3:58 pm
I'm note sure we're understanding each other. What I meant is when I upgrade one entity, I don't always want to upgrade all entities of the same type in all my base. I may want to upgrade just a few entities at strategic locations of my base.

The way I'd do it is have N blueprints, one for every stage of my base, as my research advances, and overwrite the previous version with the new, expecting that all entities of the same type to be "overwritten" if not identical.
That's exactly the way I'm editing my base/blueprints. So the specific upgrade marker from a blueprint would be very helpfull.

Post Reply

Return to “Implemented in 2.0”