From 76082b14d27cf890c8bc402b8237b33565297fc7 Mon Sep 17 00:00:00 2001 From: Meas <1107063+Measurity@users.noreply.github.com> Date: Sun, 8 Sep 2024 09:58:00 +0200 Subject: [PATCH] Update development-setup.md Removed setups that mention Nitrox.BuildTool as it's done by via an MSBuild task that runs automatically. --- docs/getting-started/development-setup.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/getting-started/development-setup.md b/docs/getting-started/development-setup.md index 56028fc..64d67d6 100644 --- a/docs/getting-started/development-setup.md +++ b/docs/getting-started/development-setup.md @@ -18,12 +18,9 @@ Make sure Subnautica is **not on legacy**. The master branch of Nitrox always ta 1. Load `Nitrox.sln` inside MS Visual Studio or JetBrains Rider 2. Run `dotnet restore` -3. Build and run the Nitrox.BuildTool project first. **We do not support pirated copies of Subnautica** - (This project finds your Subnautica installation and generates publicized DLLs from the game, you don't have to know what this means to be a Nitrox dev). -4. Restart the IDE -5. Build the entire solution. If build fails due to dependency issues then rebuild after trying the following: +3. Build the entire solution. If build fails due to dependency issues then rebuild after trying the following: 1. Clear your IDE's index cache AND restart the IDE. -6. Use the built NitroxLauncher.exe to start the server and Subnautica. +4. Use the built NitroxLauncher.exe to start the server and Subnautica. ### Nitrox setup (CLI)