SnekStudio module for multiplayer / multiuser support
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
821 B

3 weeks ago
# copyMultiplayer
3 weeks ago
A relatively straight-forward module for [SnekStudio] allowing for multiple users
to connect together, share tracking data in real-time, and display their models,
all in a single application!
3 weeks ago
![Screenshot](Docs/screenshot.png)
## Features
3 weeks ago
- Supports more than just two simultaneous players.
3 weeks ago
- Detects when you switch models, and syncs accordingly.
3 weeks ago
- Made by yet another monster girl! 💚
3 weeks ago
## Limitations
3 weeks ago
- Requires pre-sharing model files, placed in "cache" directory.
3 weeks ago
- Missing peer-to-peer functionality, requires host to forward port.
- Locations and scale of other players' models currently hardcoded.
3 weeks ago
- Currently uses about 12–36 KB/s of bandwidth. Working on improving that.
- Only syncronizes a hardcoded set of bones for now.
3 weeks ago
[SnekStudio]: https://github.com/ExpiredPopsicle/SnekStudio