| Search |
|---|
| ID | Rating | Category | Description | Screenshot | Date |
|---|---|---|---|---|---|
| 2895 | 😟 | Suggestion | Instead of just having a normal and high priority order queue, I want N queues for worker priority( 5 ought to be enough ) and M queues for order priority. For example when dispatching orders, I want to say Process drone and building orders first, because they are in the highest priority worker queue. Then transport bots in the next worker queue Then scouts Then cubs Example 1.A.Order generation happens before claim. Generate orders from buildings insert into queue specified by the builiding 1.A.Drones will claim any order the can fulfill because they are the only items in the high priority worker queue. 2. Transport bots will fulfill transfer orders, because they are in the next worker queue. They are are assigned to a channel so they might be transfering from the mines to the main base and will ignore orders to move things around in the base so their time isn't wasted doing leftover orders the drones didn't get assigned this tick. 3.Scouts pick up the slack for any orders the drones or the transport missed if there are any orders left. If at any time queue 1 is empty orders are dispatched to workers in the same order but they will take orders fomr queue 2 and so on. The net result is the highest queue executes first with the best worker candidate. | 2023-10-15 20:01:25 |
| ID | Reply | Author | Date |
|---|