File information

Last updated

Original upload

Created by

jackty89

Uploaded by

jackty89

Virus scan

Safe to use

About this mod

A small mod that tweaks inventory size for Normal and Survival/Permadeath

Permissions and credits
Changelogs
Description

This mod aims to rebalance the inventory and tech size in a more balanced way.
I went crazy on Normal as I personally play survival mode more and even the 9999 stack size were "easy mode" for me so making them larger didn't affect me in any way.
For survival I tried to balance it out a bit more adding just a bit to each next step.
Lua and CS (NMSMB) scripts are available as seperate downloads.



Technical Details

Files Changed

  • METADATA/GAMESTATE/DIFFICULTYCONFIG.MBIN

Mod Format Explantion

EXML Format: Partial edit, only touches the lines/values that need editing. Very low chance of conflicts with other mods (unless they edit the same values). Can be edited easily by user using an editor like Notepad ++/VSCODE/... .
MBIN Format: Full File Replacement. High chance of conflict, comparable with old pak format (pre. WORLDS). Can be used together with EXML, MBIN mods are loaded first so changes in EXML mods that edit the same file will still be applied. Other MBIN mods that change the same file follow the FIFO principle, merging is highly recommended with MBIN mods (see How To).
Lua Format: Script file used by AMUMSS to generate the mod or used for merging.
CS Format: Script file used by NMSMB to generate the mod or used for merging.

Installation

Install path: ...\No Man's Sky\GAMEDATA\MODS
How to install: Recommend installation is manual, vortex can be used but some mods contain multiple versions so user might need to delete files/folders. Common steps, download mod, extract the file(s) from archived file and copy to the install path.


Mod Details

Mod Format: Full EXML
InventoryRebalance (Choose one)
For Normal the changes include
  • Exosuit Inventory: 50 000
  • Exosuit Products: 50
  • Cargo Inventory: 100 000
  • Cargo Products: 100
  • Ship Inventory: 50 000
  • Ship Products: 50
  • Freighter Inventory: 100 000
  • Freighter Products: 100
  • Container Inventory: 100 000
  • Container Products: 100

For Survival/Perma the changes include
  • Exosuit Inventory: 500
  • Exosuit Products: 5
  • Exosuit Cargo: 1000
  • Exosuit Cargo Products: 10
  • Ship Inventory: 2000
  • Ship Products: 10
  • Freighter Inventory: 5000
  • Freighter Products: 25
  • Container Inventory: 5000
  • Container Products: 25

InventoryUnbalance (Choose one)
For all gamemodes
  • Exosuit Inventory: 50 000
  • Exosuit Products: 2 500
  • Cargo Inventory: 100 000
  • Cargo Products: 5 000
  • Ship Inventory: 50 000
  • Ship Products: 2 500
  • Freighter Inventory: 100 000
  • Freighter Products: 5 000
  • Container Inventory: 100 000
  • Container Products: 5 000

WARNING: if the mod breaks any item or substance that is over the vanilla limit will be gone.


Extra information

Interesting links

Modding Discord: Discord
Step WIKI: Step WIKI

How To Guides

Quick Guide: How To merge with AMUMSS
Extensive Guide: How to use NMSMB (pdf)
Extensive Guide: How to use AMUMSS (pdf)