Hi everybody,
I repeatedly find myself in situations where I would like to inject a unit into a factory build queue at position nr 2, i.e. finishing the current build order and then immediately starting constructing the newly queued unit. However, this can be cumbersome if the first entry in the factory build queue is a stack of multiple units. I think a nicely unintrusive way would be give the unit currently under construction a slot in the queue independent of the stack of units of the same type that might be constructed later on. Maybe the following scheme illustrates it.
Now: | Interceptors: 4 | Bombers:1| With suggested change: |Interceptors: 1 | Interceptors: 3 | Bombers: 1|
Might be easier to the inject e.g. the Air scout you really need soon but not right now with this build queue setup. What is your opinion on this?