Copy-multiple paste ?
Copy-multiple paste ?
Hi,
I have a bunch (200) of requester chests with settings to iron-ore.
I want to change them to copper-ore.
I know about copy paste (shift right but and shift left but), but I do not want to copy 100 times...
Is there a way to make a multiple paste ?
I have a bunch (200) of requester chests with settings to iron-ore.
I want to change them to copper-ore.
I know about copy paste (shift right but and shift left but), but I do not want to copy 100 times...
Is there a way to make a multiple paste ?
My mods on the Factorio Mod Portal
Re: Copy-multiple paste ?
Change a handful and blueprint them. then deconstruct the old and plop down the blueprint. That is the only thing I can think of outside of possible writing a mod to do it if the api supports it.
Re: Copy-multiple paste ?
I tried this but...Nexela wrote:Change a handful and blueprint them. then deconstruct the old and plop down the blueprint. That is the only thing I can think of outside of possible writing a mod to do it if the api supports it.
my problem is that these chests are quite full of things. If I deconstructs these hundredth chests, robots will take a lot of time and storage place to empty them before deconstructing them... Just changing the conditions of the chests is what I need.
My mods on the Factorio Mod Portal
Re: Copy-multiple paste ?
Maybe try force-placing blueprint with new conditions over old ones and see if it works?
Re: Copy-multiple paste ?
Well shouldn't be too hard to do with a console script.
something along the lines of
get requester chests in range, and looping through
get_request_slot(slot)
and
set_request_slot(request, slot)
something along the lines of
get requester chests in range, and looping through
get_request_slot(slot)
and
set_request_slot(request, slot)
Re: Copy-multiple paste ?
Yes I guess I'll write another mod for that.
I will finish this one first !
viewtopic.php?f=92&t=29179
I will finish this one first !
viewtopic.php?f=92&t=29179
My mods on the Factorio Mod Portal
Re: Copy-multiple paste ?
alas it does not workorzelek wrote:Maybe try force-placing blueprint with new conditions over old ones and see if it works?
My mods on the Factorio Mod Portal
-
- Fast Inserter
- Posts: 122
- Joined: Fri Jun 17, 2016 8:17 pm
- Contact:
Re: Copy-multiple paste ?
Just checking, are you asking for <shift-right> <shift-left> <shift-left>..... <shift-left>? So that you don't have to keep doing the copy operation?binbinhfr wrote:Hi,
I know about copy paste (shift right but and shift left but), but I do not want to copy 100 times...
Is there a way to make a multiple paste ?
... Because that's how it already works.
Re: Copy-multiple paste ?
Oh no, I just laready copy once, but I don't want to shift-left x100... So I wonder if there was a way to multiple select and paste, or anything...
My mods on the Factorio Mod Portal
-
- Filter Inserter
- Posts: 285
- Joined: Thu Jun 09, 2016 5:56 am
- Contact:
Re: Copy-multiple paste ?
If all chests are reachable, you can hold shift, hold running and just click-click-click-click. Not a big deal for 100 chests. But only if all reachable.
Re: Copy-multiple paste ?
Yes, good idea, I'll try it tonight !!!
My mods on the Factorio Mod Portal
Re: Copy-multiple paste ?
Well running is not for me.
So I wrote a mod !
For those who are interested :
viewtopic.php?f=92&t=30163
https://mods.factorio.com/mods/binbinhf ... ttingsTool
So I wrote a mod !
For those who are interested :
viewtopic.php?f=92&t=30163
https://mods.factorio.com/mods/binbinhf ... ttingsTool
My mods on the Factorio Mod Portal