Repair Turret 2

by tiko13

A fork of Klonan's Repair Turret mod. It aims for repair turrets to be a complete replacement of construction bots (Logistic over time as well)

Content
a day ago
2.0 - 2.1
2.83K
Logistics Logistic network

g Improved performance fork

7 days ago

Hey tiko13, i made a heavely performance improved version of the mod: https://mods.factorio.com/mod/wuastbude-repair-turret

It scales very well on my server, hadnt any issues so far, source is linked.
I had massive UPS problems espially placing many ghosts (concrete) and also placing many towers.

Disclaimer: FULLY AI generated, so take from it what you need if you want. Im no coder so i dont belive code quality is good, i only can say it runs very well so far.

7 days ago

Hey, just looking at the description, I will check the code later - I have also moved to global scheduler for adv. turrets in 2.1 version so that could be pretty similar

7 days ago

I ran the mod through my automated tests (2.1.14 experimental)

What's interesting that in my test the building was actually 12% slower than RT2, but idle UPS has slightly improved, so I will have to look how that is done and possibly copy your approach

the issue might be that the queue is global instead of per planet, which can cause issues, and also manually placed entities while large blueprints are building sometimes get delayed pretty heavily

the grouped tile processing however is great, and I will implement something similar, as well as the retry delay and supply cache

7 days ago

Never tried multiplanet tbh 😅 but im happy that there are some parts you can pick

7 days ago

Never tried multiplanet tbh 😅 but im happy that there are some parts you can pick

6 days ago

I have shamelessly copied your supply cache, delay and grouped processing :D

there were other changes but those mostly broke things or made the behavior erratic (standard turrets would pretty much always end up deadlocked for example, and splitting logistic networks at the wrong time could lead to items lost or duplicated)

6 days ago

its not shameless xD i told you to do so if you want so no worry, im happy i could help at some parts tbh

New response