Skip to content

Commit

Permalink
Merge pull request #14 from SubnauticaNitrox/Measurity-patch-1
Browse files Browse the repository at this point in the history
Update development-setup.md
  • Loading branch information
Measurity authored Sep 8, 2024
2 parents 45b0eea + 76082b1 commit 735b619
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/getting-started/development-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 735b619

Please sign in to comment.