Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.37 KB

Software-Used-for-Development-&-Installation.md

File metadata and controls

18 lines (15 loc) · 1.37 KB

The following software is used to install the Subnautica Nitrox Server and patch.

Required tools

NOTE If you know what you're doing you can, of course, pick your own poison.

  1. MS Visual Studio 2017 Community
  2. dnSpy
  3. Git Bash (note: you can also install msys2 and install your favorite Unix tools + git from there)

Optional tools

NOTE You may need some of these tools depending on your setup. If you're new to programming these are recommended.

  1. SourceTree This is a visual tool to help with Git. Though it is highly recommended to learn the git commandline.
  2. Additional Microsoft .NET components, such as .NET SDK's and .NET targeting packs.
  3. Unity 5.6.2 if you want to work on visual aspects of the mod/game.
  4. SonarLint / Resharper plugin for Visual Studio to help you improve your code quality.
  5. WixToolKit if you want to compile the installer