Barotrauma
Item IO Framework
Hiển thị 11-20 trong 21 mục
< 1  2  3 >
Cập nhật: 4 Thg04, 2023 @ 9:34pm

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.

Cập nhật: 3 Thg04, 2023 @ 8:35am

Remove verbose debug logging.

Cập nhật: 3 Thg04, 2023 @ 7:27am

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.

Cập nhật: 26 Thg03, 2023 @ 11:29pm

Fix icon location being wrong in metal crates, etc.

Cập nhật: 25 Thg03, 2023 @ 8:15am

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

Cập nhật: 25 Thg03, 2023 @ 6:06am

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.

Cập nhật: 22 Thg03, 2023 @ 10:01am

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).

Cập nhật: 22 Thg03, 2023 @ 6:44am

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

Cập nhật: 21 Thg03, 2023 @ 10:48pm

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

Cập nhật: 21 Thg03, 2023 @ 5:14pm

Bugfix.