Barotrauma
Item IO Framework
21개 중 11~20개 표시 중
< 1  2  3 >
업데이트: 2023년 4월 4일 @ 오후 9시 34분

Fix harpoon guns' ammo no line attached and cannot be picked by removing that hack of setting parent container to null to signal remove item not to spawn when adding items into stacked storage. (Likely there's also a hack in vanilla?). State now stored in storage item component.

업데이트: 2023년 4월 3일 @ 오전 8시 35분

Remove verbose debug logging.

업데이트: 2023년 4월 3일 @ 오전 7시 27분

Fixed issue where swaping items OUT of IO box only checks for target container's allowswapping thus actually swaps items in (patched TrySwapping to check both). Reworked part of network code, client should now show correct count after update. There may still be bugs, feedback welcome.

업데이트: 2023년 3월 26일 @ 오후 11시 29분

Fix icon location being wrong in metal crates, etc.

업데이트: 2023년 3월 25일 @ 오전 8시 15분

Fix desync issues when multiplayer. Also gives signal both when spawning and despawning items in both server, client and single player.

업데이트: 2023년 3월 25일 @ 오전 6시 06분

Improved remove item logic (less network updates and entity spawning and despawning). Allow hiding sprite and count in dependent mods.

Saves now also stores the current item, condition and quality (though ignored in logic). Saving these may help to improve logic in the future.

Sub editor now also shows item contained and other info. Do not edit, as they will always be overwritten.

업데이트: 2023년 3월 22일 @ 오전 10시 01분

Fix server error and client crash while unloading level (RemoveItem is also called when game ends).
Better compatibility with old Item Box mod.
Take into account of itemcontainer's specific stacksize needs (subcontainers supported).

업데이트: 2023년 3월 22일 @ 오전 6시 44분

Previous update introduced wrong line of code that broke this mod on server side. Now updated.

업데이트: 2023년 3월 21일 @ 오후 10시 48분

Error check other mods dependent on this framework so that the linked ItemContainer have to be AllowSwappingContainedItems="false"

업데이트: 2023년 3월 21일 @ 오후 5시 14분

Bugfix.