You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MacOSX/README.md
+30-1Lines changed: 30 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Building on OSX
2
2
3
+
# Below Zero Building
4
+
3
5
## Preparation
4
6
5
7
### Prepare Solution
@@ -15,8 +17,35 @@
15
17
* Copy the dlls from `publicized_assemblies/` to `Dependencies/BZ.STABLE/`
16
18
17
19
## Build
18
-
* Create distribution package by running `MacOSX/build.sh`
20
+
* Create distribution package by running `MacOSX/build.sh` from the top level of the repository.
19
21
20
22
## Installation
21
23
* Copy distribution package contents to `~/Library/Application Support/Steam/steamapps/common/SubnauticaZero`
22
24
* Update Steam Launch options to `"/Users/username/Library/Application Support/Steam/steamapps/common/SubnauticaZero/QModManager.sh" %command%`
25
+
26
+
# Subnautica Building
27
+
28
+
## Preparation
29
+
30
+
### Prepare Solution
31
+
* Open `QModManager.sln` with Visual Code to initialize packages
32
+
33
+
### Create Publicized Assemblies
34
+
* Follow instructions at the [SMLHelper GitHub page](https://github.com/SubnauticaModding/SMLHelper)
35
+
* Download [AssemblyPublicizer.zip](https://github.com/CabbageCrow/AssemblyPublicizer/releases/download/v1.1.0/AssemblyPublicizer.zip) and extract to `~/AssemblyPublicizer.exe`
0 commit comments