Allows meeting and trading with other rafts from other game sessions.
Rafts are now send asynchronously. There might be issues with enormous rafts where the asynchronous sending could create a delay before the remote raft becomes visible. I will balance this if necessary once player observations and reports come in.
Technical details: In earlier mod versions the entire raft was packed into a network message in a single frame. With huge rafts this would cause noticeable lag as that frame froze the entire game until it was done. Now each block of the raft is packed in a frame, and the method then yields, waiting for the next frame. For small and normal sized rafts (up to a few hundred blocks), this will result in the message being completed in a few seconds, however for enormous rafts the delay could become noticeably longer. After the first message the mod only sends deltas, so a delay is only there at the beginning of a connection. I want to observe real life data and player experience before deciding if it's worth to add logic that yields after a certain amount of time, and/or a certain number of blocks.
Released on 2023-08-07
Feature identical to previous release. Just bumped the version due to a typo on raftmodding.com ("beta" instead of "alpha" in the previous version)
Released on 2023-02-06
Released on 2023-02-06
Released on 2023-01-25
Released on 2022-12-17
THIS DOES NOT FIX THE RCE VULNERABILITY IN RAFT ITSELF, ONLY IN THE MOD'S OWN NETWORK LAYER!
Released on 2022-12-17
DO NOT PLAY WITH THIS VERSION
Released on 2022-08-02
DO NOT PLAY WITH THIS VERSION
Released on 2021-09-21
DO NOT PLAY WITH THIS VERSION
Released on 2021-07-06
DO NOT PLAY WITH THIS VERSION
Released on 2021-06-22
DO NOT PLAY WITH THIS VERSION
Released on 2021-06-22
DO NOT PLAY WITH THIS VERSION
Released on 2020-11-07
DO NOT PLAY WITH THIS VERSION
Released on 2020-11-01
DO NOT PLAY WITH THIS VERSION
This is the first version.
Released on 2020-11-01