Meas
Meas
Current fix: https://github.com/SubnauticaNitrox/Nitrox/blob/7371a762da15e897ba74c46f005900a819d849cb/NitroxPatcher/Patches/Dynamic/Vehicle_OnPilotModeEnd_Patch.cs#L17-L21 Issues that were closed: #1522 #1460
Right now files are saved left and right. It would be nice to have them in one "nitrox data" folder. Both client and server should store files into same directory...
Brainstormed API to illustrate usefulness: - `nitrox://client/connect//` - connect to a server (add server to servers list and open username window). - `nitrox://server/dir/save` - Open server world folder in explorer...
Exception message: `Error 725: OnlyPermanentLeasesSupported` Reported by tutbrush on discord.
As a developer, I want to test the correctness of the modified simulation against the Subnautica client. ### Required features - Run Subnautica client with an empty world, loading a...
- [ ] Handle nitrox URL protocol commands in Nitrox Launcher
- [x] Allow build to complete with `dotnet build` on [dotnet SDK 8+](https://dotnet.microsoft.com/en-us/download) - [x] Alternative to `NitroxLauncher` to play Subnautica with Nitrox. - [x] Remove original launcher project (`NitroxLauncher`)...
### Situation Nitrox doesn't have permission to the directory `C:\Program Files (x86)\Steam\steamapps\common\Subnautica` by default. Currently, we request Nitrox to run as admin in its entirety to mitigate, which is a...
- [x] Add RSA API for creating and loading private/public key pairs - [x] Add AES API for symmetric encryption of packets - [ ] Add negotiation between client and...
### Describe the issue Packets should be encrypted using symmetric encryption for privacy with reasonable speed. The password/key for the symmetric encryption is provided using an asymmetric encryption like RSA....