Releases: Realistic-Farming/FS25_NetworkSync
Releases · Realistic-Farming/FS25_NetworkSync
Release list
NetworkSync v2.0.0.0
Three additive paths on the v1 base. The v1 contract is unchanged: a companion mod that adopts none of these behaves exactly as it did in v1.
- Sub-module delta (onWriteDelta/onReadDelta): send only changed elements, with snapshot-before-delta and a drift-floor full resync for consistency.
- Size-bounded chunking: oversized module payloads split into ordered chunks and reassemble on the client, join snapshot included. Automatic; light modules unchanged.
- Server-authoritative action channel (registerAction/requestAction): the one sanctioned client-initiated path, admin-authorized.
Install alongside the Realistic Farming companion mods and let it run. No settings.
v1.0.0.0 (Pre-release)
First pre-release, part of the coordinated Realistic-Farming ecosystem test drop.