[2.0.69] Flying robots with altered min/max_to_charge cannot go inside roboports
Posted: Tue Sep 30, 2025 11:30 am
I was adding a new tier of logi/construction bots to my mod and gave them an increased min and max_to_charge value, so that they would be able to charge from further away then the normal bots. However, when testing this bots out they would get stuck 'charging' (even after filling their battery up) and never enter the roboport. This seems to always happen whenever their values are changed to this.
The values I gave the bots for this to happen was:
however, changing it back to value I originally had them at fixed the issue.
Here is a video of it happening in-game:
When testing, this can be repoduced with vanilla bots by changing their values to be 0.25 and 1 respectively - which is what the attached .zip does 
The values I gave the bots for this to happen was:
Code: Select all
min_to_charge = 0.25,
max_to_charge = 1,
Code: Select all
min_to_charge = 0.2,
max_to_charge = 0.9,
