DingoDjango / snAutosave

An autosave system for Subnautica

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Subnautica Autosave 2.0 Beta

Description:

An automated save system for Subnautica. Autosaves are separate from normal saves by default. Includes mod options for everything.

For Below Zero instructions please view the Nexus mod page.

Installation:

  1. Install BepInEx for Subnautica
  2. Download the latest zip file from the Files tab
  3. Unzip the contents of the zip to the game's main directory (where Subnautica.exe can be found)

(Optional) Configuration:

Recommended - Using Configuration Manager

  1. Install the Configuration Manager mod
  2. Launch Subnautica and open the Configuration Manager (default key: F5)
  3. Configure desired settings in this mod's section

Manual Configuration

  1. Launch the game at least once after installing the mod
  2. Open ...\Subnautica\BepInEx\config\Dingo.SN.SubnauticaAutosave.cfg with a text editor
  3. Replace the default values with your preferences. Read setting descriptions before changing values.

    For hotkeys, use KeyCode names found on this page

(Optional) Translation:

  1. Navigate to ...\Subnautica\BepInEx\plugins\SubnauticaAutosave\Languages
  2. Copy English.json and change the file name to match your language

    Valid language names are found in ...\Subnautica\Subnautica_Data\StreamingAssets\SNUnmanagedData\LanguageFiles

  3. Translate the file. Do not touch the keys ("AutosaveStarting"), only the values ("Autosave sequence...")
  4. Share the file with me on GitHub or in a Nexus private message

FAQ:

  • Q. Does this mod support the latest Subnautica update?
  • A. Beta tested on Subnautica version Dec-2022 71137 (Living Large update)
  • Q. Is this mod safe to add or remove from an existing save?
  • A. Should be safe, please report any issues
  • Q. Does this mod have any known conflicts?
  • A. I would not use this mod with other autosave/quicksave mods.
  • Q. Does this mod impact performance?
  • A. Autosaves are created in a similar way to vanilla saves. I implemented one "dirty" hack to for copying screenshots, but that setting can be toggled off if your PC is too slow.

Source code can be found here.

Credits:

About

An autosave system for Subnautica

License:MIT License


Languages

Language:C# 100.0%