https://github.com/ccode-lang/subnauticashadows
Adding a simple multiplayer system to Subnautica.
https://github.com/ccode-lang/subnauticashadows
Last synced: 9 months ago
JSON representation
Adding a simple multiplayer system to Subnautica.
- Host: GitHub
- URL: https://github.com/ccode-lang/subnauticashadows
- Owner: Ccode-lang
- License: mit
- Created: 2024-12-10T18:40:23.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-10T01:18:31.000Z (about 1 year ago)
- Last Synced: 2025-03-31T08:12:24.729Z (10 months ago)
- Language: C#
- Size: 21.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SubnauticaShadows
Adds a simple shadow multiplayer system to Subnautica.
# What is a shadow multiplayer system?
The idea is that only player positions should be synced and maybe eventually the vehicle they use.
Subnautica was designed as a single-player game, and there are not enough resources for everyone to finish it in multiplayer. Syncing the players only and having everyone play on their own saves fixes this.
# Where is the server?
It's over at https://github.com/Ccode-lang/ShadowServer
# Warnings
> This software is under active development and is not stable currently. This code is a very early prototype that barely works in some situations.