Skip to content

Releases: Realistic-Farming/FS25_NetworkSync

NetworkSync v2.0.0.0

Choose a tag to compare

@TheCodingDad-TisonK TheCodingDad-TisonK released this 08 Jul 21:34
494a050

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)

Pre-release

Choose a tag to compare

@TheCodingDad-TisonK TheCodingDad-TisonK released this 03 Jul 07:00

First pre-release, part of the coordinated Realistic-Farming ecosystem test drop.