• This repository has been archived on 25/Jul/2020
  • Stars
    star
    3
  • Rank 3,856,319 (Top 79 %)
  • Language
    C#
  • License
    Other
  • Created about 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Subnautica modding engine and API

Scaphandre Engine

A Subnautica modding engine.

Build Status GitHub prerelease GitHub release

Scaphandre Logo

Install Scaphandre Engine

See this wiki section to install Scaphandre Engine.

How to install a Scaphandre-compatible mod?

See this wiki section to install Scaphandre-compatible mods.

Make a mod for Scaphandre Engine

See this wiki section to see how to start with modding.

Setup solution

You first need to uninstall Scaphandre from your game if it's installed. It's really important to avoid problems.

You need to copy files from <Subnautica Path>/Subnautica_Data/Managed into the _Dependencies folder.

Now launch ScaphandreEngine.sln with Visual Studio 2017 and you are done!

Building solution

With Visual Studio 2017, you need to go in the Build > Build Solution menu to do it, or with the shortcut Ctrl + Shift + B.