Subnautica
0 of 0

File information

Last updated

Original upload

Created by

Stephen England

Uploaded by

thealah

Virus scan

Safe to use

About this mod

This will randomize the ingredients for most recipes in the game. This will make the game very difficult! You will not know which plants or other materials you need. Some of your buildings might need creepvine, your tools might need a lot of gold, etc.

Requirements
Permissions and credits
Changelogs
Donations
Installation
Use QMods to install. When you first startup the game, it will update the "config.json" file in the mod folder with a recipe seed. It will look like this

{
  "RecipeSeed": "AAEAAAD/////AQAAAAAAAAAMAgAAABRT..."
}

Recipe Seed and Getting new recipes

The recipe seed will only generate once. If you want a new random set of recipes, you need to delete this property (don't delete the file)

You can simply replace the file contents with

{



Why aren't all the recipes randomly generated?

Randomizing recipes is tricky. I didn't solve all of the problems required to randomly generate all recipes and I didn't use all the ingredients available (no fish are used, for example)

Some leg-work is required in order to accomplish that which I just didn't have time for.

The code is open source and can be found here: https://github.com/thealah/SubnauticaRandomizer