[0.12.x][v0.12.10] Bob's Logistics mod
Moderator: bobingabout
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: [0.11.22/0.12.x][v0.12.3] Bob's Logistics mod
I'll add it to the list of fixes.
Re: [0.11.22/0.12.x][v0.12.4] Bob's Logistics mod
Have you considered including glass pipe? It feels so wrong transporting sulphuric/nitric acid mix in metal pipes.
It imagine it being mostly transparent and really fragile. I would build plop down a big field and run my car through it just for fun.
It imagine it being mostly transparent and really fragile. I would build plop down a big field and run my car through it just for fun.
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: [0.11.22/0.12.x][v0.12.4] Bob's Logistics mod
2 main problems with that is... 1. It would require costom graphics to make it fully transparant. 2. not all peices can have a "Window" in them anyway with the current system, so you wouldn't have the fluid flowing in it anyway.
On top of this, you can't restrict certain fluids to certain pipes, otherwise I would have already tried to restrict it to Plastic pipe.
Speaking of... I probably should change the container for Sulfuric Acid from Barrels to Plastic Canisters.
On top of this, you can't restrict certain fluids to certain pipes, otherwise I would have already tried to restrict it to Plastic pipe.
Speaking of... I probably should change the container for Sulfuric Acid from Barrels to Plastic Canisters.
Re: [0.11.22/0.12.x][v0.12.4] Bob's Logistics mod
What a pity.bobingabout wrote:2 main problems with that is... 1. It would require costom graphics to make it fully transparant. 2. not all peices can have a "Window" in them anyway with the current system, so you wouldn't have the fluid flowing in it anyway.
Re: [0.11.22/0.12.x][v0.12.4] Bob's Logistics mod
Can't you make it degrade rapidly by scripting?bobingabout wrote: On top of this, you can't restrict certain fluids to certain pipes, otherwise I would have already tried to restrict it to Plastic pipe.
-
- Inserter
- Posts: 31
- Joined: Sat Jul 25, 2015 4:58 am
- Contact:
Re: [0.11.22/0.12.x][v0.12.4] Bob's Logistics mod
If you have looked through bobs mods and this form, you will see that bob does not want to script. so more that likely not.Kayser wrote:Can't you make it degrade rapidly by scripting?bobingabout wrote: On top of this, you can't restrict certain fluids to certain pipes, otherwise I would have already tried to restrict it to Plastic pipe.
00110001 00100000 01101001 01100110 00100000 01111001 01101111 01110101 00100000 01100011 01100001 01101110 00100000 01110010 01100101 01100001 01100100 00100000 01101101 01100101
Re: [0.11.22/0.12.x][v0.12.4] Bob's Logistics mod
Its very funny now - we must produce tin and lead for fast inserters and below - now begins realistic hardcore
Nickname on ModPortal - Naron79
Re: [0.11.22/0.12.x][v0.12.4] Bob's Logistics mod
I've noticed that the robots seem to be pretty dumb when it comes to using charging points, instead overwhelmingly preferring to use extenders or roboports, especially when they're all out in force and get bunched up. I was wondering if there was a way of having them prioritize charging points, at least when there are a bunch waiting already.
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: [0.11.22/0.12.x][v0.12.4] Bob's Logistics mod
The fact that Chests and Extenders have a charging point at all is to get around the fact that I can't set any type of priority. if I could, I would set it so that robots don't even attempt to charge at them.
Re: [0.11.22/0.12.x][v0.12.4] Bob's Logistics mod
Wait, then why not remove the charging points off the extenders and chests? Wouldn't that force the robots to use the roboports and charging points?
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: [0.11.22/0.12.x][v0.12.4] Bob's Logistics mod
that forces the robots to park and wait at the tower/chest and wait for a port that doesn't exist.Goirad wrote:Wait, then why not remove the charging points off the extenders and chests? Wouldn't that force the robots to use the roboports and charging points?
Re: [0.11.22/0.12.x][v0.12.4] Bob's Logistics mod
Oh, because they're just modified roboports and you can't actually separate the functions
Re: [0.11.22/0.12.x][v0.12.4] Bob's Logistics mod
Maybe add a request in modding section so that roboport without charging points is ignored by bots that want to charge?
Seems that bots are not looking at presence of charging points - only at the fact it's a roboport.
Seems that bots are not looking at presence of charging points - only at the fact it's a roboport.
Re: [0.11.22/0.12.x][v0.12.4] Bob's Logistics mod
Will .12.6 additional logistic slot research influence in any bad way my ongoing bobs mods game?
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: [0.11.22/0.12.x][v0.12.4] Bob's Logistics mod
it shouldn't effect it at all. My version would overite the base game version because mine loads after it. besides, the reward for researching it is the same, the only difference is the cost.irbork wrote:Will .12.6 additional logistic slot research influence in any bad way my ongoing bobs mods game?
Re: [0.11.22/0.12.x][v0.12.4] Bob's Logistics mod
Hi bob, I'm a huge fan to your mods. I just noticed that smart long inserters can't connect wires to set conditions because they lack the wire placement code.
I fixed it by adding the code from the vanilla smart inserter to the prototype file.
Hope you fix it in the next version and huge thanks for your good work!
I fixed it by adding the code from the vanilla smart inserter to the prototype file.
Code: Select all
circuit_wire_connection_point =
{
shadow =
{
red = {0, 0},
green = {0, 0}
},
wire =
{
red = {0, 0},
green = {0, 0}
}
},
circuit_wire_max_distance = 7.5,
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: [0.11.22/0.12.x][v0.12.4] Bob's Logistics mod
... they do though, I just double checked. I fixed that issue quite some time ago. (Like, version 0.12.2 or something of this mod, I would need to look back at version history to know for sure.)Chess wrote:Hi bob, I'm a huge fan to your mods. I just noticed that smart long inserters can't connect wires to set conditions because they lack the wire placement code.
I fixed it by adding the code from the vanilla smart inserter to the prototype file.
Hope you fix it in the next version and huge thanks for your good work!Code: Select all
circuit_wire_connection_point = { shadow = { red = {0, 0}, green = {0, 0} }, wire = { red = {0, 0}, green = {0, 0} } }, circuit_wire_max_distance = 7.5,
I tend to post updates for my mods every week or two, even more than once a week if there's an urgent fix, this was an issue that I fixed quite early on in the 0.12 series.
Re: [0.11.22/0.12.x][v0.12.4] Bob's Logistics mod
Oh, sorry then, I'm playing 12.0, didn't notice the new versions lol
Re: [0.11.22/0.12.x][v0.12.5] Bob's Logistics mod
I'm getting error on start:
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: [0.11.22/0.12.x][v0.12.5] Bob's Logistics mod
I look at the error, I know exactly what the problem is.Neotix wrote:I'm getting error on start:
Question: Does installing my tech mod fix the error?
This is one of the mods that I havn't re-defined the Technology science pack manipulation fuctions, so it isn't using them. It still uses the old manual method, it checks to see if science pack 4 exists, if it does it adds that to certain technologies, if it doesn't, it adds alien science pack instead. If another mod defines the same technology (Both my mod and "Expanded Robot Tech" in this case will be adding their own versions of further character logistic slots), they may end up with 2 listings of the same science pack, which causes an error.
The function to add a science pack would do a lot more than just add the pack, one of the extra things it does is a safety check to make sure this error can't happen(one versions just doesn't add the pack if it already exists, another version will increment the number of that science pack required per research cycle). On top of that, if the functions were available, the alien science pack would be there on the research by default in my mod, and would get replaced with science pack 4 instead, using a different function. In either case, if the functions were available, duplicated or in my proposed CORE mod, you wouldn't get this error.
I plan to start work on my functions mod today, the poll duration hasn't expired, but with the overwhealming "Yes" votes, I can't see "No" taking over in the remaining time. When this mod is released, and all my other mods are updated to use it, this will fix this issue.