[SuAPI] Multiplayer Online Mod

Above is a video on server deployment.

If you want to use this mod, you need to download the SuAPI installer package.

https://gitee.com/SC-SPM/survivalcraft-su-api/releases/tag/Beta0.1.5.0

The mod can be downloaded through the game’s Content-Community-Mod functionality or by using Content-From Link for download.

1 Like

The current multi-player mods have been validated; systems such as the circuit system, interaction system, item system, and entity system can all maintain relatively stable operations.

New version plan: To add a DM system to multi-player mods. Currently, the multi-player mod is host authoritative, and the currently validated server-client architecture can satisfy the requirement of using a regular server to simulate the entire world, which effectively prevents client cheating.

The new version will introduce a fast channel and a large data channel to accommodate third-party mods applying for channels to send modifications regarding terrain, characters, values, etc., to the host. After the application arrives on the host side, the host side can perform client validation and then decide whether to allow it. Once the host clicks auto-agree or approval is granted, the third-party mod sends the data to the host, while the host simultaneously distributes this data to all clients.