Skip to content

Commit

Permalink
Fix: Updated Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DesertBoss committed Dec 18, 2023
1 parent f41c971 commit 7e13831
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# SandSpace
This is a mod for the game "SPAZ 2" which uses the Unity Mod Manager to work. (final version)

This is a mod for the game "Space Pirates and Zombies 2" which uses the Unity Mod Manager or BepInEx to work. (final version)

## Features

- Changing number of active hangars
- Changing level requirement for active hangars
- Changing number of core blocks
Expand All @@ -12,6 +14,9 @@ This is a mod for the game "SPAZ 2" which uses the Unity Mod Manager to work. (f
- Sandbox settings menu when starting new campaign

## Installation

### For Unity Mod Manager

- Mod requires [Unity Mod Manager](https://www.nexusmods.com/site/mods/21) to work.

1. Add the following lines to the end of the file before ```</Config>``` in the UnityModManagerConfig.xml which is located in the Unity Mod Manager folder:
Expand All @@ -28,12 +33,23 @@ This is a mod for the game "SPAZ 2" which uses the Unity Mod Manager to work. (f
```
2. Open Unity Mod Manager and select game from the Install tab.
3. Then change the installation method to DoorstopProxy and click Install.
4. Download the mod file from [releases](https://github.com/DesertBoss/SandSpace/releases), then in the "Mods" tab, drag the archive into the program window.
4. Download the mod file from [releases](https://github.com/DesertBoss/SandSpace/releases) named SandSpace-UMM.
5. In the "Mods" tab, drag the archive into the program window.
5. Ready.

- Use the Unity Mod Manager UI to change mod settings.

### For BepInEx

1. Download the mod loader [BepInEx](https://github.com/BepInEx/BepInEx/releases/download/v5.4.22/BepInEx_x64_5.4.22.0.zip) and extract it to the game folder.
2. Download the mod file from [releases](https://github.com/DesertBoss/SandSpace/releases) named SandSpace-BepInEx.
3. Extract the mod files to the game folder.
4. Ready.

- To change mod settings, install [Configuration Manager](https://github.com/BepInEx/BepInEx.ConfigurationManager).

## Recommendations

- If you are running the mod for the first time and want to load a save, restart the game after loading.
- If you want to start a new game, then after entering the global map, save and restart the game.
- These actions are done once and are required to unlock all mod settings.
Expand Down

0 comments on commit 7e13831

Please sign in to comment.