Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update development-setup.md #14

Merged
merged 1 commit into from
Sep 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading