screeps-cartographer
screeps-cartographer copied to clipboard
[Feature Request] Work Areas for Traffic Manager
I would love to see an ability to pass a Work Area
to the traffic manager somehow so that creeps don't push other creeps out of the way. I have an issue where I'm using a Task Tree
to handle all of my creep logic and it's not easily possible to always call moveTo
with each tick to prevent shoving in situations where I don't want them shoved, namely because at any given step along my tree, there may not even be an object to target to perform the "MoveTo" action on, or the creep may not currently have a task assigned to it for that particular thing. This article describes my current setup fairly well and would help you understand why it's "Troublesome" at best to resolve this.
https://www.jonwinsley.com/screeps/2020/09/21/screeps-task-management/