Right now, logistic robots are asymmetrically advantaged compared to construction robots in regard to stack size bonus. Construction entities such as construction robots* could get a considerable performance boost by being able to use a stack of one item type. This would speed up building and deconstruction especially with the personal roboport. In turn, the personal roboport could be downsized a bit e.g. from 10 to 4 robots which would make it a bit more realistic.
*: I'm really thinking of the spidertron, imagine it could use a full stack of walls or laser turrets and run with it placing down a hundred items in a row. Or it could tear down a forest by picking trees out with its many strong arms.
Stack size bonus for construction robots
Moderator: ickputzdirwech
Re: Stack size bonus for construction robots
Think this is similar: viewtopic.php?f=16&t=16501 Concrete stacks way too low.
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: Stack size bonus for construction robots
Part of the issue is in the programming too. my mod adds higher grade construction robots with more carrying capacity, yet they still only bring one item at a time.
-
- Filter Inserter
- Posts: 285
- Joined: Thu Jun 09, 2016 5:56 am
- Contact:
Construction bot stack size
merged with existing suggestion
-- daniel34
It would be useful for construction bots to have stack size applied on number of items they carry (same type of items). This is partially important for belts/walls. And extremely important for concrete paving.
P.S: I don't mean stack size for dismantling crates/belts when construction bots act as logistics bots. I mean solar panels and other stuff they carry to place somewhere.
P.P.S: To increase construction bot value this stack size may apply only to light items - i.e. 1x1 tile.
-- daniel34
It would be useful for construction bots to have stack size applied on number of items they carry (same type of items). This is partially important for belts/walls. And extremely important for concrete paving.
P.S: I don't mean stack size for dismantling crates/belts when construction bots act as logistics bots. I mean solar panels and other stuff they carry to place somewhere.
P.P.S: To increase construction bot value this stack size may apply only to light items - i.e. 1x1 tile.
Re: Stack size bonus for construction robots
That's something we've wanted to do but it's not a simple switch that can be flipped. Robots are only capable of taking on 1 job at a time right now. So, if you gave a construction robot a stack of something and told it to "go" you can only ever tell it to "go" do one thing.
Perhaps in 0.14 we'll re-work robots so they can have multiple jobs given to them and they work towards them 1 at a time using the materials they have available.
Perhaps in 0.14 we'll re-work robots so they can have multiple jobs given to them and they work towards them 1 at a time using the materials they have available.
If you want to get ahold of me I'm almost always on Discord.
Re: Stack size bonus for construction robots
I think this is drectly related to path-optimization stuff.
See viewtopic.php?f=80&t=18093 Roboport/Logistic Network/Robot enhancements
--> Handling of Robot-Routing / Pathing
See viewtopic.php?f=80&t=18093 Roboport/Logistic Network/Robot enhancements
--> Handling of Robot-Routing / Pathing
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Re: Stack size bonus for construction robots
Maby it would be possible to give another job to robots not after they come back to you but after fist one is done?
Re: Stack size bonus for construction robots
It would be cool if at least building "tiles" would benefit from teh bonus.Rseding91 wrote:That's something we've wanted to do but it's not a simple switch that can be flipped. Robots are only capable of taking on 1 job at a time right now. So, if you gave a construction robot a stack of something and told it to "go" you can only ever tell it to "go" do one thing.
Perhaps in 0.14 we'll re-work robots so they can have multiple jobs given to them and they work towards them 1 at a time using the materials they have available.
To simpilfy pathfinding aquire the first tile (I love the randomness and how it builds) and just look at the neigbors and reserve them. If there none then only one is build.
In vanilla this could be a 2x2 field.
Otherwise correct the descritption of tech "cargo size" -- remove "and construction bots"