There was a mod once, Item Blocker(https://forums.factorio.com/forum/vie ... 27&start=0)
, it contained an item blocker which blocked items on a belt from moving on the belt, while remaining static.
I tried some tweaking with the mod, but got no luck in bringing its functionality back, it just was there, but blocked nothing.
My question is, since they changed how belts work, is it possible to make it work again, or do any other thing to block 1 path without some crazy constructions (underground belt as an example.
Or maybe there's another mod for doing that on newer version. Any ideas?
@EDIT@
This mod was interacting with items on the belt by
Collision mask on item-layer
It doesnt work anymore, and any other layer doesn't block the items.
Old Item Blocker mod
Re: Old Item Blocker mod
It's impossible to do it using the old method, the one used in that mod.
It's probably possible to simulate blocking 1 path using this method:
- Scan for items arriving on the last transport belt.
- If an item arrived on the path you're scanning:
- Create a copy of the item on the next belt.
- Destroy the old item.
- If it's on the wrong belt, do nothing.
This'll require a belt-looking thing that isn't a belt so that the items would stop if not for the script.
I'm not 100% sure if the idea still works on the new belt system.
An example of this is my Filtered Splitters mod. It's quite outdated, but the idea should still be clear.
It's probably possible to simulate blocking 1 path using this method:
- Scan for items arriving on the last transport belt.
- If an item arrived on the path you're scanning:
- Create a copy of the item on the next belt.
- Destroy the old item.
- If it's on the wrong belt, do nothing.
This'll require a belt-looking thing that isn't a belt so that the items would stop if not for the script.
I'm not 100% sure if the idea still works on the new belt system.
An example of this is my Filtered Splitters mod. It's quite outdated, but the idea should still be clear.
My mods: Red Alert Harvesters - Clean Pipes - Filtered Splitters
Re: Old Item Blocker mod
Well, its too complex i guess, and could get laggy. Probably we should ask the devs to add a feature like this
or at least bring back the support to blocking the item path on a belt.
I'm new to modding, is it possible to create a belt with only 1 lane moving?
or at least bring back the support to blocking the item path on a belt.
I'm new to modding, is it possible to create a belt with only 1 lane moving?
Re: Old Item Blocker mod
I don't see the benefit in a belt with only 1 lane. Just don't fill the other lane if you don't want it to have stuff.Tomekosi wrote:Well, its too complex i guess, and could get laggy. Probably we should ask the devs to add a feature like this
or at least bring back the support to blocking the item path on a belt.
I'm new to modding, is it possible to create a belt with only 1 lane moving?
If you want to get ahold of me I'm almost always on Discord.
Re: Old Item Blocker mod
The point is when you have a belt of coal and copper for example, and you want to take only copper,
but you have a single block of space to block copper, you need an item blocker to extract it.
but you have a single block of space to block copper, you need an item blocker to extract it.
Re: Old Item Blocker mod
A smart inserter can do that. Not putting them both on the same belt can also do that.Tomekosi wrote:The point is when you have a belt of coal and copper for example, and you want to take only copper,
but you have a single block of space to block copper, you need an item blocker to extract it.
If you want to get ahold of me I'm almost always on Discord.
Re: Old Item Blocker mod
The point is to have it on one belt and not use a smart inserter as it takes another 2 lanes.
There are some cases when you just need it. Btw the point of this post was not to talk whether it is useful for one other or not, but how to do it as of now.
There are some cases when you just need it. Btw the point of this post was not to talk whether it is useful for one other or not, but how to do it as of now.
Re: Old Item Blocker mod
So you got both sides of the belt filled with items. Cooper on one side, coal on the other.
And you just want to extract the cooper?
Use the underground belt bug/feature setting a underground belt sideways in front of the belt stops one side of it and passes just the other
And you just want to extract the cooper?
Use the underground belt bug/feature setting a underground belt sideways in front of the belt stops one side of it and passes just the other
Re: Old Item Blocker mod
The point is about creating a mod, not using current exploits/bugs.
I want you guys to relate to the topic, i want to know if it is anyway possible.
I dont want to sound rude, i really just want to know if there is a way to do this.
I want you guys to relate to the topic, i want to know if it is anyway possible.
I dont want to sound rude, i really just want to know if there is a way to do this.