Project Zomboid

Project Zomboid

Quick Sort
Showing 1-3 of 3 entries
Update: 14 Jul, 2020 @ 12:38am

- Created a custom timed action that will make your character continuously face the container you're Quick Sorting items to. This timed action extends the base ISInventoryTransferAction, overriding the update method only, and still calling the original update method. This should hopefully prevent issues with future updates.

Update: 13 Jul, 2020 @ 9:44pm

- Added "error messages" your character will say when quick sort doesn't do anything. This should hopefully indicate better why Quick Sort does nothing sometimes (if no containers are nearby, or none are found with the item)

Update: 11 Jul, 2020 @ 9:08pm

- Initial release