Autonauts

Autonauts

RawCap
Shiggsy  [developer] Oct 25, 2020 @ 3:04am
Manually Increase Capacity
So you like the mod but want even more storage? No problem, I got you covered!

Step 1
First you will need to move or copy the mod from the workshop location to the game location to avoid conflicts and updates over writing any changes you make.

Point a folder to "Steam/steamapps/workshop/content/979120"
This contains all your subscribed workshop items.

Move or Copy the folder "2000348178" into the local Autonauts mods folder located at "Steam/steamapps/common/Autonauts/Autonauts_Data/StreamingAssets/Mods"

*You can rename the copied folder to something easier to remember should you desire to.

Step 2
Inside this folder you will find the file "RawCap.lua"
Open this up with a text editor like Notepad.

Now there some predefined storage sizes located near the top
-- Quickchange Group Variables local XXS = 10 local XS = 50 local S = 100 local M = 250 local L = 500 local XL = 750 local XXL = 2000

Below this is all the items in the game that the mod affects (in alphabetical order). You will only need to change one part for the item you want to store more (or less) of. Lets take Planks as an example.

Find the line
ModVariable.SetVariableForStorageAmount("Plank", S)
and change it to
ModVariable.SetVariableForStorageAmount("Plank", M)

It'll now store 250 instead of 100.
Don't forget to save the file when you're done.

Final Step
Launch the game and head to the Mod Settings.
DISABLE the mod from the Workshop (if you copied the folder),
and ENABLE the mod from the Local folder.