Page 2 of 4

Re: Disable personal bots while moving

Posted: Tue May 23, 2017 8:23 am
by Tev
Hell no to the OP
ssilk wrote:Besides that: I want to know at every moment how many bots of my PR are outside and about where they are.
Hell yeah!

Re: Disable personal bots while moving

Posted: Tue May 23, 2017 12:06 pm
by deer_buster
A hotkey would be nice, or some kind of way to designate what they are and aren't allowed to do...

Re: Disable personal bots while moving

Posted: Tue May 23, 2017 8:26 pm
by Slayn25
I'm all for toggles for everything bot related. Construction/Logistics/Trash, Personal/Base.

Re: Option to disable auto-repair by pers. roboport robots.

Posted: Fri Jun 30, 2017 8:35 pm
by Phasma Felis
ssilk wrote:Are you too lazy to type in "personal roboport" in the search bar of the mod plattform? 8-)

https://mods.factorio.com/mods/Articula ... entHotkeys
https://mods.factorio.com/mods/mknejp/p ... ort-switch

I think both are useful.
Neither one of those fixes the problem, at least for me. Personal Roboport Switch only disables personal construction/deconstruction within range of stationary roboports; it doesn't affect repair robots at all.

Equipment Hotkeys is nice, but it doesn't stop personal drones from trying to repair things while the player is inside a vehicle. It *does* stop repairs when on foot, and it stops construction/deconstruction always. I've looked at the code and there's no special case that I can see; it looks like the game's code for launching repair drones inside a vehicle bypasses whatever mechanism the mod uses.

Re: Option to disable auto-repair by pers. roboport robots.

Posted: Fri Jun 30, 2017 9:12 pm
by Phasma Felis
I took another look at Equipment Hotkeys and figured out the problem. The mod disables roboports by setting construction_radius = 0, but an occupied vehicle's distance from the driver is 0, so the bots are allowed to work on it. Setting robot_limit = 0 fixes it--disabled ports aren't allowed to launch robots at all. Just add this line to the mod's data-final-fixes.lua file, before "data:extend(equipment)":

processEquipment("roboport-equipment", {["robot_limit"] = 0})

Personal roboport toggle

Posted: Wed Dec 13, 2017 10:41 am
by StasCZ
Please add "on / off" button, maybe on right down corner. And please add place only for robots in roboport. now they are in inventory and if you take out your inventory, you must searching robots and take they back. Thank you :)

Suggestion: Personal roboport toggle

Posted: Sun Mar 11, 2018 10:21 pm
by Aeternus
I'd like to suggest a function to be added to toggle the personal roboport(s) on or off. Sometimes when you are travelling and come in range of some construction, your personal robots will decide to start helping that even when you're not planning to stick around. This can cause bots to become lost - far away from the character, especially if you're moving by train.

When moving on foot this can be worked around by taking the armor off, but you don't have that option when you are in a vehicle.

Re: Suggestion: Personal roboport toggle

Posted: Sun Mar 11, 2018 11:57 pm
by <NO_NAME>
Yeah, escaping robots are really irritating.

Re: Suggestion: Personal roboport toggle

Posted: Mon Mar 12, 2018 4:59 am
by MeduSalem
+1

But not because of escaping bots, but because I find it annoying altogether that personal construction bots are priorized over the network construction bots. The personal bots always try to join the construction / deconstruction fun... always taking away items from my inventory I don't want them to, or dump items into my inventory on deconstruction filling it up to the point I cannot put the item I am holding in the hand back into the inventory. Urgh.

Re: Suggestion: Personal roboport toggle

Posted: Mon Mar 12, 2018 5:36 am
by Atlas
Yes! Yes! Yes!
And as a bonus, an option to toggle exoskeletons too.

Re: Suggestion: Personal roboport toggle

Posted: Mon Mar 12, 2018 1:44 pm
by <NO_NAME>
MeduSalem wrote:+1

But not because of escaping bots, but because I find it annoying altogether that personal construction bots are priorized over the network construction bots. The personal bots always try to join the construction / deconstruction fun... always taking away items from my inventory I don't want them to, or dump items into my inventory on deconstruction filling it up to the point I cannot put the item I am holding in the hand back into the inventory. Urgh.
That too.

Actually, in another thread, I posted solution that covers even more cases. (viewtopic.php?f=6&t=57792#p343277)

Re: Suggestion: Personal roboport toggle

Posted: Mon Mar 12, 2018 6:01 pm
by Ghoulish
There's a few mods which cater to this, but it really is a feature that should be in vanilla!

Re: Suggestion: Personal roboport toggle

Posted: Tue Mar 13, 2018 12:26 pm
by n7m6e7
+1

Especially in multiplayer, people will set up massive projects just outside of the base, or along train tracks, so i either lose all my stuff, or lose a handful of bots as i pass by.

Re: Suggestion: Personal roboport toggle

Posted: Tue Mar 13, 2018 12:53 pm
by gsezz
There's a few mods which cater to this, but it really is a feature that should be in vanilla!
exactly. The mods are a solution for now, but they don't work very well. Especially when switching gear around.
+1

Re: Suggestion: Personal roboport toggle

Posted: Tue Mar 13, 2018 2:15 pm
by Impatient
+1
Another reason for me is, placing blueprints, and not losing the last item i am holding because my personal robots start to fill in the bp. This though has been suggested and discussed before.

Re: Suggestion: Personal roboport toggle

Posted: Tue Mar 13, 2018 2:19 pm
by Aeternus
Suggested way to implement it: On toggle, reduce the roboport area for the player object to 0x0. On the next tick, that should recall any and all bots and prevent them from popping out again until the area is toggled back to the normal size.

Re: Suggestion: Personal roboport toggle

Posted: Tue Mar 13, 2018 2:32 pm
by Koltrast
+1

Re: Suggestion: Personal roboport toggle

Posted: Wed Mar 28, 2018 7:44 am
by ethernal
+1

Re: Suggestion: Personal roboport toggle

Posted: Wed Mar 28, 2018 7:57 am
by Zool
+1

Re: Suggestion: Personal roboport toggle

Posted: Wed Mar 28, 2018 8:03 am
by bobingabout
I find myself opening my armor and ripping it out quite often, which is easy enough, but putting it back in is a pain because you have to find it in your over-filled inventory.

a toggle would be lovely
+1