Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.1.2
Fix for 0.2.1.1 Game Update
Version 1.1.1
Refactored some code
Changed the selection of the checkout with the smallest queue size to be random if there are multiple options
Version 1.1.0
Update for Self Checkouts
Add queue re-balancing when queue empties or an new checkout is available
Add queue re-balancing when player interacts with the checkout
Add check for stranded customers (Customers stuck in an checkout)
Version 1.0.1
Fixes issue with the new close feature
Version 1.0.0
Initial Release
In the vanilla game when an customer goes to choose an checkout they choose one randomly, this often results in an checkout being filled with customers while other have no customers at all. It also does not take into consideration if there's actually an cashier in the checkout.
The goal of this mod is to change this behavior by making the customer choose checkouts that have an cashier (either Player or NPC) and the least amount of queue, only resorting to an checkout without an cashier in the case of no other options.
With this mod when an customer has to choose an checkout it will:
Find all checkouts that are available.
Filter it to the ones that are automated or are being controlled by the player
Take the one with the least amount of queue
If there's no checkout automated or controlled by the player, the customer will then pick any checkout.
As of 1.1.0 three new features have been added:
When an checkout queue empties, it will try to ask for customers from other checkout queues.
When an player enters as an cashier, it will try to ask for customers from other checkout queues.
Added check for stranded customers. - Stranded customers are the ones that get stuck in the checkout queue and are ignored by the checkout, this mod will now try to find those customers and reset them.
Known Issues:
When an checkout asks for customers, the division is a bit weird, resulting in the the checkout that asked for customers having more customers than it should
Uses MelonLoader Just throw it in the Melon Mods folder (the folder named Mods in the game directory).