This page was last updated on 24 March 2024, 5:18AM
Changelogs
Version 4.2
Refactored to rely on RakLib rather than use separate LUA interop files, hopefully reducing future clutter.
Version 4.1.0
Fixed transport pals for real! Added logic to teleport underground items in a base to above ground. Only works in bases so as not to break caves (which are technically "underground").
Added LUA checks to prevent error spam when rejoining worlds.
Version 4.0.0
Rewrote to use BOTH LUA and PAK mods to optimize logic.
Should fix stuck transport pals and further improve performance and stability.
Version 3.1.0
Added logic to prevent items that have fallen through the ground from being merged into. They can still be merged into stacks above ground.
Version 3.0.1
Restructured config options to add Mod Config Menu support.
Version 3.0
Remade the entire mod in BP, increased performance and significantly increased stability.
WARNING - Please remove previous version of the mod manually, or ensure Vortex has done so if using it.
Version 2.0.1
Bug fix - disabled unhooking logic which was not working as intended.
Version 2.0
Extensive rewrites (really extensive - dozens of hours...) to improve performance and stability.
Added "RespectBases" config option which prevents items inside a base from being merged into items outside the base, or in a different base.
Added levels to the "Verbosity" config options to let you choose your preferred level of console spam.
Version 1.6
STABLE after several hours of intensive testing.
Bugfix - fixed random crashes
Version 1.5.1
NOTE: May suffer from stackoverflow error after 1-2 hrs, testing still in progress. Last known stable version 1.4.
Further optimized drop calls deprecating LoopTime value. Merges are now tied to item drops and very fast.
Fixed filename.
Version 1.5
Updated merge trigger- called on each dropped item, but delayed until "LoopTime" seconds have passed since the last execution.
Updated merge algorithm - checks if the quantity of an item's drops has changed before processing, significantly faster.
Version 1.4.1
Rolled back change to destroying merged items that resulted in crashes
Version 1.4
Bugfix - removed item pickup sound when merging items
Modified config defaults
Added config option "Verbose" to prevent console spam
Version 1.3
Bugfix - added check for maximum stack size before merging items.
Further rewrites to significantly improve performance.
Version 1.2
Minor bugfix - disabled 'NotifyOnNewObject' trigger as this can result in crashes when a large number of items spawn in quick succession.
Version 1.1
Large rewrites that significantly improve stability. Special thanks to @Okaetsu on Discord for his significant contributions to this version.