Repair Turret

by Klonan

Adds Repair Turrets

Content
27 days ago
0.17 - 2.0
101K
Combat Logistic network

g Disable construction

28 days ago

I love this mod. However, I just feel the construction option is way too powerful, so hate that part. Just as a thought, could you include an option to disable the construction research, and then you wouldn't be able to use it. I just keep accidentally clicking on it and it would be nice for it to just not be there.
Thanks !
Z

27 days ago

Seconding this.

The construction & logistics features while they seem nice are causing serious issues with my bot network. Robots trying to fly over oceans with no coverage, etc.

Would really appreciate being able to turn off the construction aspect, or make it work differently to regular construction. Right now, the robots are really playing havoc.

26 days ago

I literally do not use this mod because i cannot turn off construction. It totally makes construction robots worthless and obsolete and feels hugely OP. Being able to toggle various functions off in settings depending on play style would make this mod usable for so many more people.

26 days ago

I can tell you how to disable it if you feel up to editing the mod :) If you have not yet researched construction turrets, this completely removes the option (if you have, then it's more difficult)

While not playing factorio, open the file repair_turret_2.0.0.zip in the mods directory (you can just click it to open), and go Repair_Turret_2.0.0/data/entities/repair_turret

Edit the file repair_turret.lua (using notepad)
search for this section:

data:extend
{
turret,
item,
repair_beam,
deconstruct_beam,
construct_beam,
technology,
can_construct_technology,
recipe,
projectile,
explosion
}

and change it to this:

data:extend
{
turret,
item,
repair_beam,
-- deconstruct_beam,
-- construct_beam,
technology,
-- can_construct_technology,
recipe,
projectile,
explosion
}

Happy gaming (an option to do this would be so much better though) !

21 days ago

I also would love to have an option to disable the construction aspect :)

New response