forkserf / forkserf

a continuation of "FreeSerf"

Home Page:https://forkserf.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

consider letting Inventories block incoming serf/deliveries occasionally to let serfs out

tlongstretch opened this issue · comments

Now that out-queue is visible, it is clear that a common issue is when a lot of resources are coming in to the castle, it prevents any serfs from being able to leave (or any resources from coming out). There should be a random or regular chance of the castle holding the flag pos to let a resource or serf out... THOUGH if it is very congested, could this result in gridlock if all paths out of the castle are blocked by serfs coming in?

there are no queues like yours in this game project - the author dealt with it, maybe ask him what he did

https://www.simpleguide.net/sg/serflings.jsf

if the building has no place to store it, let it stop production (if there are already, for example, 8 bags of grain under the flag)

Not only does Serflings indeed have out-queues, it also has a similar display and I am copying the idea from it!