dartasen
dartasen
Right now, we're starting to patch multiple vanilla command to either disable them or to add some nitrox behaviours to them : - time - sub - speed - daynightspeed...
Rocket takeoff isn't sync for everyone, would be great getting it working
Currently you can edit the launch parameters but we should implement a user friendly UI-version for that.
Might be a great idea to add a "diagnostic summary" (firewalls, permissions, ...) that sets clipboard so users can paste here on discord. Can be part of a larger task...
- [ ] Use something else than `BinaryFormatter` for packet serialization : might need to investigate NetSerializer inside LiteNetLib or switch to [MessagePack](https://github.com/neuecc/MessagePack-CSharp) which is one of the best serializer...
The original idea was to understand why the server loading could seem infinite when I try to start a server, I had assumed the possibility of race condition since we're...
### Describe the issue When a player joins a server, other people already connected will experience a lag peak shortly before the message "{PLAYER} joined ..." The issue should originate...
To give a bit of context, In a .NET MAUI mobile app (Android/iOS) I'm constantly scanning BLE frames, which enables me to collect data from our sensors that emit BLE...