NoMansSky:3.5

From Step Mods | Change The Game
Info-Logo.png

NOTE

This is the current version of the Step NoMansSky Guide. Don't forget to endorse Step on the Nexus if you like the guide. Please report any problems or confusing instructions on the latest Feedback & Bug Reports pinned forum topic.

This Release

Supported Game Version: NMS:The Cursed v5.2+
This is our next minor release of the Step No Man's Sky (NMS) Guide. Just a few of the highlights are:

  • All mods that it made sense for and could move to AMUMSS have been updated to be managed by AMUMSS.
  • Various updates around the Guide to address clarity.

See the changelog for more details and to determine if upgrading from a previous version is advisable.

Step NoMansSky Guide

General Information

This is the official Step modding guide for No Man's Sky. Its goal is to provide an "enhanced vanilla" look and feel with a focus on exploration gameplay. It is built for No Man's Sky on the PC without VR. Other situations by vary. For a full list of features to expect from this Guide, please see our Nexus Mods page.

Modding No Man's Sky is more of a manual process versus other games. As such, throughout this Guide expect to edit files, build patches, etc. However, this is a Step Modifications Guide so there will instructions throughout process. Be aware of what modding NMS entails before moving forward.

New to Modding?

We recommend that you ...

  • read through this Guide at least once before attempting installation.
  • follow all linked guides and read through them, as well.

There is a lot of information to absorb and learn in order to successfully build a modded game. We and the community, have brought together a lot of this information into guides as a free and hopefully convenient resource for all. New and experienced modders alike will find many answers within these guides and linked resources. This Guide is written in such a way that it expect the basics of modding to be known and how to use related tools (e.g. mod managers, LOD optimizers, configuration utilities, etc.). However our support forums are always available.

Nomenclature and Instructions

The following nomenclature is used throughout this guide and should be understood before proceeding.

  • 'tick' means 'check': Frequently, the word 'check' or 'checked' can mean 'ensure' in addition to "check mark", so 'check' is not used where it is synonymous with 'tick' to avoid any mistakes that can (and have) happened from this conflation.
  • Baseline: The recommended install option is shown within the Baseline column of the mod tables below.
  • Step Patches: Custom patches created for the respective Step Guides. Always use them!

Expand Instructions!

Click the heading below to expand detailed instructions that are collapsed by default for readability:

➕ [Click to show]➖ [Click to hide] Click Me, I'm a Spoiler!
I have more instructions for those that need them.

Expand mod table detailed instructions:
ModTable Expand.jpg

System Requirements

No Man's Sky should be run on a relatively modern Windows 10/11 64-bit desktop or laptop at 1920x1080 or higher.

  • The minimum specs should allow the game to be ran on High settings
  • The recommended specs should allow the game to be ran on Ultra settings
  • CPU/GPU Marks should be within the ranges listed below. Refer to the links for examples.
Hardware Minimum Recommended
CPU Mark Range 6,000 - 7,000 > 8,000
System RAM 8Gb 16Gb
GPU G3D Mark Range 10,000 - 12,000 > 13,000
Game Drive HDD SSD
  • For those wishing to use high quality settings at resolutions higher than 1920x1080, be advised that a more powerful system will likely be required.
  • This game will also consume a lot of VRAM, so the more VRAM available the better the performance will be; since files will not have be offloaded to slower system RAM.



STEP 1

Installations & Setup

Follow the System Setup Guide!

Those who have not completed the System Setup Guide should STOP and do so now!

  • The Setup Guide is a perquisite for this Guide.
  • Once it has been completed, return here and continue below.
  • Deviate from these instructions at your own risk! Instructions in this guide presume that previous instructions have been followed.

As suggested in the Setup Guide, for supporting No Man's Sky this Guide uses the following folder structure:

  • Drive:\Modding\Tools\
    • ..\AMUMSS
    • ..\PSArcTool

Enable Mods

Mod support for No Man's Sky is disabled by default. This needs to be enabled after the game is registered with the system. To do this:

  1. Navigate to the game's PCBANKS folder (i.e., .\Steam\steamapps\common\No Man's Sky\GAMEDATA\PCBANKS)
  2. Locate the DISABLEMODS.TXT file
  3. Rename this file: ENABLEMODS.TXT
    In fact, this file can be renamed to anything or simply removed from the folder structure.
    This step must be repeated every time the game updates because Hello Games resets this file every update.
  4. Create a new folder within PCBANKS and name it: MODS (this folder may already exist)

To disable mod support again, simply rename the file, above, back to the original name, or replace it back in the PCBANKS folder. This completes the initial game setup.

Tools Installation and Setup

Install the following tools to the location created above (i.e., ..\Modding\Tools):

Mod Name Baseline Instructions
AMUMSSLink to the mod's Wiki page. Detailed Instructions available
  1. Download the latest release from GitHub (AMUMSS.7z)
  2. Right-click on the archive, click on Properties
  3. On the new window tick the Unblock checkbox at the bottom, then click [Apply] and close the window.
  4. If .NET6 Desktop is not installed, download and install it to the system.
    If AMUMSS is already installed, please ensure the latest version is being used!
  5. Extract the archive to the new AMUMSS folder (e.g., ..\Modding\Tools\AMUMSS)
PSArcToolLink to the mod's Wiki page. Detailed Instructions available
  1. Manually download the file from Nexus Mods.
  2. Place the EXE in the new PSArcTool folder (e.g., ..\Modding\Tools\PSArcTool).


AMUMSS

AMUMSS is one of the mod managers used to manage No Man Sky mods. By utilizing LUA scripts, AMUMSS will automatically combine changes from mods and compile them into a single PAK file for installation; everything from file extraction to conflict resolution to packing is completed for the user.

Initialization

AMUMSS will be set up for use below:

  1. Open the AMUMSS folder (i.e. .\Modding\Tools\AMUMSS)
  2. Add an exception/exclusion for this entire folder to any antivirus/antimalware software (Windows and/or 3rd party solutions)
  3. Run the Test_AMUMSS_install.bat file (.\AMUMSS\TOOLS\) and follow its prompts to determine and fix any issues that may remain
  4. Once the above test passes, run BUILDMOD.bat by double-clicking on it.
    When first ran, it will check for updates and ask to install each one and restart afterwards. Allow it to install all updates available.
    1. The following should be displayed towards the top of the log: Path to NMS_FOLDER is >>> GOOD <<< game files found
    2. Next AMUMSS will check and update MBINCompiler, if updates are available.
    3. At  ??? Do you want to use AMUMSS in [F]ULL, [D]EV, or [L]EAN mode , enter F
    4. At  ??? IS your NMS game version [P]ublic or [E]xperimental , enter P
    5. Ignore the [NOTICE] No user .lua Mod Script found in ModScript... message, as this is just an initialization run. If there are other warnings, investigate.
  5. Press any key to close when complete
➕ [Click to show]➖ [Click to hide] Initialization Troubleshooting
Firewall / Internet Security / Antivirus Software:
  1. AMUMSS connects to the internet to check for MBINCompiler updates. To allow this process, an exception may have to be created in this software for: <pathTo>\AMUMSS\MODBUILDER\MBINCompilerDownloader\curl.exe
    To check if this working, the following should be displayed in BUILDMOD.bat log when an update is available and downloaded, else only an error message will be displayed:

    >>> Added MBINCompiler.x.xx.x.exe to Extras\MBINCompiler_OldVersions folder...

    ...

    >>> Your new MBINCompiler is version: x.xx.x

     
  2. If the CMD window closes immediately (or is blank) when double-clicking BUILDMOD.BAT, it could be security software blocking the program from running. Try creating an exception in the software and rebooting the PC.

NMS PCBANKS Explorer

Info-Logo.png

NOTE

NMS PCBANKS Explorer only needs to be setup, if additional customization is done beyond the Guide. Specifically, only if these customizations will require edits to the game files. These steps will extract the game files for use and allows NMS PCBANKS Explorer to search through these files.

Else, free to skip this NMS PCBANKS Explorer section and move to the next.
➕ [Click to show]➖ [Click to hide] Show/Hide optional NMS PCBANKS Explorer section

This program enables the easy exploration of the game's files and other features, however, it must be set up before it can operate. The instructions have been separated into groups for ease. If this is being followed, it's assumed the optional step is desired! Keep in mind these steps will have to be repeated every game update to get the new files!

  1. From the AMUMSS folder, run NMS PCBANKS Explorer.exe
  2. At the Would you like to use .\DEFAULT_UNPACKFOLDER as your 'MAIN' Unpack folder? prompt, click [Yes]
  3. At the Would you like to use .\DEFAULT_UNPACKFOLDER as your 'Results' folder for Un-packing results? prompt, click [Yes]
  4. At the Would you like to use .\DEFAULT_EXMLsaveFOLDER as your 'MAIN' folder for saving EXML files? prompt, click [Yes]
  5. At the Would you like to use .\DEFAULT_EXMLsaveFOLDER as your 'Resutls' folder for saving EXML files? prompt, click [Yes]
  6. At the Explorer Usage prompt, click [Ok] and allow NMS PCBANKS Explorer to load

Unpack

  1. Once complete, click the Unpack Options menu and select Unpack Latest NMS Files or simply click the Unpack button.
  2. At the Please, choose your unpack folder location... prompt, click [MAIN]
    At this point NMS PCBANKS Explorer will unpack the game files. Please wait for it to complete (1-5 mins).
  3. Click [Ok] at the unpack completion prompt and ensure the "Explorer" tab is selected on NMS PCBANKS Explorer

Decompile

  1. On the Explorer tab, click the [Decompile] button
  2. At the Please, choose your unpack folder location... prompt, click [MAIN]
  3. At the Please, choose your EXML folder location... prompt, click [MAIN]
    • At this point NMS PCBANKS Explorer will decompile all the unpacked game files. Please wait for it to complete (10-30 mins).
    • If a prompt appears that any files other than METADATA\INPUTTEST.MBIN couldn't be decompiled, please verify the game files using Steam and try again. Files from Steam will sometimes be corrupted, which causes this.

Import EXMLs

  1. On the Explorer tab, click the [Import EXML Files] button
  2. At the Please, choose... prompt, click [MAIN]
  3. Include MODELS and SCENES folders?, click [Yes]
  4. Include LANGUAGE folder?, click [No]
  5. Read the prompt and click [Ok]
    • At this point NMS PCBANKS Explorer will import all the decompiled EXML files, which allows them to be explored. Please wait for it to complete (40-60 mins).

AMUMSS is now set up and ready to use.

STEP 2

No Man's Sky Mod List
Supported Game Version: NMS:The Cursed v5.2+

Mod Installation

Currently no mods listed within the Guide are required, besides the Resource Files. Yet, all mods are recommended for the intended user experience the Guide provides. Those who deviate from the Guide will have various results. The majority of the mod list is managed by AMUMSS, which incorporates mods into a single PAK file.

Info-Logo.png
NOTE:
When downloading a NMS mod from Nexus, always use the Manual Download button on the mod's File tab.

AMUMSS Installation

All mods listed with the yellow bar within the tables will be managed by AMUMSS. To include mods within an AMUMSS build:

  1. Open the downloaded archive and extract the files to:
    • All LUA scripts are placed within: .\AMUMSS\ModScripts
    • All game asset folders (models, textures, loose MBIN files, etc.) are placed within: .\AMUMSS\ModScript\GlobalMEFTI
    • Instructions are provided the first time these installations are encountered within the Guide; however, subsequent instances will not include them.

PAK Installation

All mods listed with the green bar within the tables will be PAK installations. Only mods that aren't expected to have conflicts with other mods within the Guide are installed straight to the game folder. Installing a PAK file to the game is done so by placing the file within the game's MODS folder:

  1. Open the downloaded archive and extract the PAK file to or move the file to: .\No Man's Sky\GAMEDATA\PCBANKS\MODS
    • Instructions are provided the first time these installations are encountered within the Guide; however, subsequent instances will not include them.

Extracting a PAK

Some mods in the Guide are not provided in an easily usable format for AMUMSS. Therefore, some of these mods will be extracted for use per their instructions in the mod tables below. PSArcTool will be used for these extractions. To extract a PAK file when instructed, complete the following:

  1. Open the downloaded archive and extract the PAK into the PSArcTool folder: .\Modding\Tools\PSArcTool
  2. Drag and drop the extracted PAK on top of the PSArcTool.exe.
    This will unpack the PAK file within the PSArcTool folder.
  3. Delete the PAK files as they will no longer be required.
  4. Follow the mod installation instructions from this point to move the unpacked files/folders.


Mod Table Reference

Table Flags Red vertical bars indicate the mod requires an update and should not be installed for the newest game version.
Yellow bars indicate the mod is installed using AMUMSS. Follow installation procedures for AMUMSS for these mods.
Green bars indicate the mod is installed manually. Follow manual installation procedures for these mods.
Mod Name The mod's name presented as a link to Nexus for downloading. Wikilink.png= Link to the mod's wiki page, which includes various information about the mod.
Baseline This notes the Step Baseline version or option of the corresponding mod that should be installed, and usually refers to options affecting performance/quality.
Instructions Brief notes that apply to the mod or installation.
In some cases, mods with several options will include a suggested option. These suggestions will take the form of: Step recommends: Option A main file
In other cases, there may only be one appropriate option that fits the Step Mandate. These instructions will take the form of: Install Option A main file
When [Expand] is present, click this link to expand the mod row to reveal detailed instructions for installing the mod.
  • To maintain compatibility, it's important to install mods as described; thus, ensure to click on [Expand] when it's available on the mod listing. If no Detailed Instructions are provided for a particular mod, check the Baseline column for the recommended option. If no Baseline or instructions are provided, all options are valid. Step encourages customization.

Foundation

Foundation includes mods that provide large and sweeping changes toward how the game's environments are generated.

Mod Name Baseline Instructions
Clean Space OriginsLink to the mod's Wiki page. Detailed Instructions available
  1. Download the file manually from Nexus Mods
  2. Extract the following scripts from within the CSO lua scripts folder to the ModScript folder in AMUMSS: ..\AMUMSS\ModScript
    • _CSO vX [No Space Dust].lua
    • _CSO vX [Speed Lines Reduced].lua
Exosolars AbyssLink to the mod's Wiki page. Detailed Instructions available
Step Recommends: Exosolar's Abyss main file for the most vanilla experience.

The Jasondude file is compatible, which increases the number of colors the water can be generated as. If it's preferred, install it now and skip the recommendation above (only one file is required).

Exosolars Grass FixLink to the mod's Wiki page.


Animation and Physics

Mod Name Baseline Instructions
Better Asteroid ExplosionsLink to the mod's Wiki page.
Rotating AtmosphereLink to the mod's Wiki page.


Models and Textures

Mod Name Baseline Instructions
Better CrystalsLink to the mod's Wiki page. Detailed Instructions available
Step Recommends: both Main Files
  1. Download the file manually from Nexus Mods
  2. Extract the LUA file to the ModScript folder in AMUMSS: ..\AMUMSS\ModScript
  3. Extract the TEXTURES folders from the downloaded archive to the GlobalMEFTI: ..AMUMSS\ModScript\GlobalMEFTI
Better Deposit ColorsLink to the mod's Wiki page. Detailed Instructions available
  1. Download the file manually from Nexus Mods
  2. Extract the LUA file to the ModScript folder in AMUMSS: ..\AMUMSS\ModScript
  3. Extract the TEXTURES folders from the downloaded archive to the GlobalMEFTI: ..AMUMSS\ModScript\GlobalMEFTI
Black CarbonLink to the mod's Wiki page. Detailed Instructions available
  1. Download the file manually from Nexus Mods
  2. Extract the LUA file to the ModScript folder in AMUMSS: ..\AMUMSS\ModScript
  3. Extract the TEXTURES folder from the downloaded archive to the GlobalMEFTI in AMUMSS: ..AMUMSS\ModScript\GlobalMEFTI
Blackhole BAAALink to the mod's Wiki page. Detailed Instructions available
Since the author doesn't provide loose files, the mod will be unpacked for use with AMUMSS:
  1. Download the archives and extract the PAK files according the the instructions provided within the Mod Installation heading of the Guide.
  2. Move the unpacked CUSTOMMODELS and MODELS folders to the GlobalMEFTI folder in AMUMSS: ..\AMUMSS\ModScript\GlobalMEFTI
Clean Ship Space MapLink to the mod's Wiki page.
Exosolars Clear VisorLink to the mod's Wiki page. Detailed Instructions available
Step Recommends: Exosolar's Clear Scanner and Surveyor main file
Installation of the custom colors is user preference. If one is preferred, install it now.

Since the author doesn't provide loose files, the mod will be unpacked for use with AMUMSS:

  1. Download the archives and extract the PAK files according the the instructions provided within the Mod Installation heading of the Guide.
  2. Move the unpacked LUA file into the ModScipt folder and the TEXTURES folder into the GlobalMEFTI folder in AMUMSS: ..\AMUMSS\ModScript\GlobalMEFTI
HD CloudsLink to the mod's Wiki page. 2K
No Lag Leaving Planets DIY EditionLink to the mod's Wiki page. Detailed Instructions available
  1. Download the No Lag Leaving Planets (DIY Edition) main file
  2. Extract the file to the Tools folder: ..Modding\Tools\NMS No Lag
  3. Open PCBANKS_PATH.txt file and paste or type the path to the PCBANKS game folder: ..Steam\steamapps\common\No Man's Sky\GAMEDATA\PCBANKS
  4. Save the file and double-click NoLagLeavingPlanets.bat to run it
    The script will check for DISABLEMODS.txt and rename it, if it exists. It will also check for the MODS folder and create it, if it doesn't exist. Once the script is complete, it will display a success message. The mod should have been auto-installed into the MODS folder.
  5. Open the game's MODS folder and rename the created PAK file: NoLagLeavingPlanets.pak

Remember to re-run this tool to recreate the mod after game updates!

WindrexLink to the mod's Wiki page. Detailed Instructions available
Step recommends: Windrex and Windrex - Windshield Wiper main files

Since the author doesn't provide loose files, the mod will be unpacked for use with AMUMSS:

  1. Download the archives and extract the PAK files according the the instructions provided within the Mod Installation heading of the Guide.
  2. Move the unpacked TEXTURES folder to the GlobalMEFTI folder in AMUMSS: ..\AMUMSS\ModScript\GlobalMEFTI


Sounds and Music

Mod Name Baseline Instructions
No Suit AnnoyancesLink to the mod's Wiki page. Detailed Instructions available
There are two options, and either are valid for the guide.
  • Step recommends the Main File since it will silence most of the audio, but not all.
  • The Optional File will silence all the audio notifications.
This mod is optional but included for players who have experienced all they care to experience from the exosuit audio notifications. The notifications are okay for new players; however, it doesn't seem to take long for most to become annoyed by the constant notices.


Fixes

Mods located here provide various fixes to multiple bugs and/or inconsistencies throughout the game.

Mod Name Baseline Instructions
Bigger WalletLink to the mod's Wiki page.
Frigate LOD FixLink to the mod's Wiki page.
Miscellaneous Text FixesLink to the mod's Wiki page. Detailed Instructions available
  1. Download Miscellaneous Text Fixes - LUA from Miscellaneous Files
  2. Install desired fixes
    Step Recommends: All LUA files
Private Landing PadsLink to the mod's Wiki page. Detailed Instructions available
Install the options for the play-style and build options desired.
  • Installing both files prevents NPCs from using both the standard and alternative design pads.
  • Installing only one file only prevents NPCs from using that specific pad.
    • This means one pad can be used by the player and the other pad would be available for NPCs to land on.
True BlackLink to the mod's Wiki page.
Unpredictable Roaming ShipsLink to the mod's Wiki page. Step Recommends: Unpredictable Roaming Ships main file


Gameplay

Gameplay includes mods that affect various aspects of gameplay mechanics.

Mod Name Baseline Instructions
Better Buildings ScansLink to the mod's Wiki page. Detailed Instructions available
  1. Download the Main File manually from Nexus Mods
  2. Extract the LUA file from the downloaded archive to the ModScript folder in AMUMSS: ..\AMUMSS\ModScript
  3. Rename the file by removing the " _MOD_ " at the beginning of the file name: _MOD_Better... Better...
Better Ship Transfer RangesLink to the mod's Wiki page. Only install Better Ship Teleport Module Range main file
Exosolars Beyond Base BuildingLink to the mod's Wiki page.
Gumsks Base BuildingLink to the mod's Wiki page. Detailed Instructions available
  1. Download both Main Files manually from Nexus Mods
  2. Extract the gBase Boundary 2k from the Boundry archive to the ModScript folder in AMUMSS: ..\AMUMSS\ModScript
  3. Rename the file by applying a " + " to the beginning of the file name: gBase... +gBase...
    This ensures this script is used before other conflicting scripts.
New MilestonesLink to the mod's Wiki page.
Quick CratesLink to the mod's Wiki page. Detailed Instructions available
This is an optional mod, since its goal is fixing an annoyance rather than a bug. It removes the junk (i.e., rust, goo, slime, etc.) from the green drop pods/crates. The material is typically useless and discarded by most players; however, if the material is really needed, it can be found elsewhere.
Short Shop DialogsLink to the mod's Wiki page.


Interface

Interface mods alter various aspects of the user interface.

Mod Name Baseline Instructions
Better Frigate ViewLink to the mod's Wiki page.
Colorful Substance LabelsLink to the mod's Wiki page.
Fast ActionsLink to the mod's Wiki page. Step recommends: Fast Actions main file
Fast Text ViewLink to the mod's Wiki page. Detailed Instructions available
Since the author doesn't provide a LUA, the LUA by Babscoole will be used for merging this mod with the rest of the Guide:
  1. Please visit the mod's Nexus page, manually download the file, and delete it. This gives the original author credit for their work and don't forget to endorse the mod.
  2. Visit the file on Babscoole's GitHub repository
  3. On the file's page, click the download button to download the file:
    GitHubDownloadButton.png
  4. Move the downloaded LUA file to the ModScript folder in AMUMSS: ..\AMUMSS\ModScript
Fullscreen WarpsLink to the mod's Wiki page.
Gumsks CamerasLink to the mod's Wiki page. Detailed Instructions available
  1. Download the Main File manually
  2. Extract the LUA file of choice from the archive to the ModScript folder in AMUMSS: ..\AMUMSS\ModScript
  3. Rename the file by applying a " + " to the beginning of the file name: gCam... +gCam...
    This ensures this script is used before other conflicting scripts.
Tiny Inventory ChangesLink to the mod's Wiki page.


Locations

Location mods either add new locations or alter vanilla locations in larger ways.

Mod Name Baseline Instructions
Unpredictable SheltersLink to the mod's Wiki page.


Lighting and Weather

Lighting and Weather mods alter interior and exterior lighting and/or weather systems.

Mod Name Baseline Instructions
Exosolars LumenLink to the mod's Wiki page. Detailed Instructions available
  1. Extract the LUA file of choice from the archive to the ModScript folder in AMUMSS: ..\AMUMSS\ModScript
  2. Rename the file by removing the " _ " at the beginning of the file name: _Exo's Lumen Exo's Lumen
    This ensures this script is used before other conflicting scripts.
Indoors Lighting FixLink to the mod's Wiki page.
Integrated PlanetsLink to the mod's Wiki page.
Natural NightsLink to the mod's Wiki page.
No Bloom EffectLink to the mod's Wiki page. Detailed Instructions available
This mod is optional!

The bloom effects are fairly overdone and ruin what could be good lighting. Since bloom seems to be controlled by shaders now, there is little control over it. This mod removes the bloom and all the lens flares besides from the sun. It's optional as some may like the very bloomy look, but for the rest this mod could ease some eye tension.

ReLightLink to the mod's Wiki page.


Resource Files

Mod Name Baseline Instructions
Step NoMansSky Resource FilesLink to the mod's Wiki page. Detailed Instructions available
  1. Download the file manually from Nexus Mods
  2. Extract the LUA files to the ModScript folder in AMUMSS: ..\AMUMSS\ModScript
    The files in the Resource Files folder are required.
    The files in the Optional Files folder may be installed, if desired. (recommended)

If a new version of the Resource Files is released, overwrite the old files with the new.


Quality of Life Mods

These are a few quality of life mods listed here because they are, technically, outside the scope of the Step Mandate; which governs our mod lists for our Game Guides. Nonetheless, these mods will lessen or remove some annoyances that can develop from repeated gameplay. If any of them are desired, install them now before moving on. To install, simply extract their LUAs and into the .\AMUMSS\ModScript folder.

➕ [Click to show]➖ [Click to hide] Click to show/hide Mod List
Better Base Sites
This mod allows base locations to be discoverable via the Secure Site planetary charts (purchased from the station merchant). These Sites are large, flat areas with a base computer in the center, which can be claimed as a new base location. The base location is mixed with other available options for the chart, so players aren't guaranteed a base location every purchase.
Better Planet Generation
This mod massively expands the overall planet generation by adding and expanding to existing generation of flora, land objects, and terrain. See it's wiki page for some warnings before installing it!
gMission No Approximate Location
Since the feature was added, many find the "approximate location" aspect of missions very annoying; even unrealistic at times. This mod controls the distance the game places the "approximate location" for missions. Use the 10u option to place the marker directly at the mission location, similar to before the feature was added to the game.
gShip - More Frequent Traders - Easier Ship Hunting
This mod causes the traders on outposts and stations to swap out more frequently. This can be useful for ship hunting and trading, but also provides a sense of busier star systems.



STEP 3

Construct Guide Patch

The files placed within the ModScript folder must be merged and compressed into a PAK file, which is used as the Guide's patch.

Warning-Logo.png
WARNING:
It is extremely important within the ModScript folder the beginning of the file names have been changed according to the Detailed Instructions for each mod!

The mod options (below) have timers associated with them; set by the mod author. Most have adopted 10 secs for their timers. Once the timed limited is hit, the default option will be auto-selected. Pressing Enter/Return will select the default option. However, if the provided time is not enough to read the options, timers can be adjusted by editing the mod's script. The following mods have timers:

  • Beyond Base Building
  • Gumsk's Better Cameras

To change the timers:

  1. Open the mod's LUA
  2. Find all lines that have the following: OffsetGUIF = GUIF({DefaultOption, [[The question text will be here?]]},10)
  3. Change the 10 at the end to a larger time in seconds (60 = 1 minute, 90 = 1 min 30 sec, etc.).

Build Guide Patch

Base Options

Please continue below to build the Guide patch. Use the following options at the provided prompts:

  1. Open the AMUMSS folder: ..\Modding\Tools\AMUMSS
  2. Run BUILDMOD.bat by double-clicking on it.
    At this point, there may be updates for AMUMSS. Install all updates, restarting the BUILDMOD.bat file after each update.
  3.  ??? Do you want to use AMUMSS in [F]ULL, [D]EV, or [L]EAN mode [F,D,L]?, enter L
    If issues beyond the normal arise from running AMUMSS, use FULL to produce all help files to help troubleshoot.
  4.  ??? Is your NMS game version [P]ublic or [E]xperimental [P, E]?, enter P
  5.  ??? Do you want to include them in the created PAK [Y,N]?, enter Y
  6.  ??? Do you want to create a COMBINED[Y] or INDIVIDUAL[N] mods? [Y,N], enter Y
  7.  ??? Your choice: [2,3]?, enter 2
  8.  ??? Would you like or [N]ot to COPY [S]ome or [A]ll Created Mod PAKs to your game folder and DELETE [DISABLEMODS.TXT] [N,S,A]?, enter N

Mod Options

Some mods provide options during the build process. Please use the options desired. Below are Step's recommendations:

Better Base Building

  1.  ??? Do you want GeoBays on FrDeeighters?, enter N
  2.  ??? Do you want to farm in any biome?, enter N
  3.  ??? Do you want to place Base Storage Containers on Freighters?, enter N
  4.  ??? Do you want to place Freighter Tech and Bio rooms on Planet Bases? , enter N
  5.  ??? Choose a multiplier for Storage and Rates and EMAnywhere status:, enter 1

gCam

  1.  ??? Do you want the character camera centered?, enter Y
  2.  ??? How fast do you want the build and photomode cameras to move?, enter 17
  3.  ??? Do you want to eliminate aerieal view zoomouts?, enter N
  4.  ??? Do you want to fix the camera for large freighters during warp?, enter Y

Finalize Guide Patch

After the selections, above, AMUMSS will build the Patch from the LUA scripts and loose files. When complete, there may be errors, warnings, and/or notices, depending on the mods installed. What to do at this point depends on the reason for the issues:

  • When all mods are updated to the latest version of the game, there shouldn't be any errors or warnings. Notices are expected and can be ignored in this case.
  • If there were mods added that aren't in the Guide, these may produce errors or warnings.
    Such cases should be investigated to ensure the outcome is desired has been reached.
  • If the game was recently updated, the report may show many errors and warnings; likely indicating one or more mods have yet to be updated to support the latest game version.
    Such cases should be investigated to determine the causing of the error/warning, and whether or not a mod should be removed or is safe to remain.

Finally, press any button on the command window when it's finished to close it. If troubleshooting is required due to the report, please see how to handle this in the Troubleshooting section of the Guide.

Install Guide Patch

  1. Open the CreatedModPAKs folder: .\AMUMSS\CreatedModPAKs
  2. Rename the PAK file to: ___Step Patch-NoMansSky.pak
    The underscores are intentional to force the archive to load last. The TXT file is for reference and can be deleted.
  3. Move the new PAK from the CreatedModPAKs folder into the game's MODS folder: .\No Man's Sky\GAMEDATA\PCBANKS\MODS



STEP 4

In-game Adjustments & Tips

That is a wrap on the Guide! Congratulations and enjoy the enhanced gameplay! Below are some recommended settings for the the game and graphics, as well as, a few tips for new players.

Graphic Drivers

The following can be set within the graphic drivers, themselves for a possible bump in quality. These are optional, but recommended:

  • Disable any Anisotropic Filtering Optimizations settings
  • Set Texture Filtering to the highest quality setting

Starting a New Game

To start a new game, select Play Game and then New Game on the menus. Game options should appear. Which option to choose is entirely user choice; however, Custom will allow the control of many game aspects for a tailored experience.

Step recommends using Custom to achieve the intended Guide outcome. As such, the following Custom settings are recommended for a more casual, exploration-focused gameplay that the Guide was designed for; without cutting out the other gameplay elements. The Guide's Resource Files are designed around these settings. As always, any of the settings may be adjusted up or down for a harder or more relaxed experience.

Survival Settings
  • Survival Difficulty: Relaxed
  • Sprinting: Standard
    Relaxed Sprinting will remove the extra life support cost from running, which some players may prefer because it makes exploring very easy.
  • Scanner Recharge: Fast
Crafting and Item Settings
  • Fuel Usage: Discounted
Combat Settings
  • On-Foot Combat: Minimal
  • Space Combat: Minimal
Ease of Use
  • Tutorial Missions
    Those who are familiar with the gameplay may consider disabling the Tutorial Missions. This skips the repetitive gameplay forced at the start of a new game; teaching the basics. This will quickly drop the player onto a planet with the normal gear installed. Simply start exploring or find the ship and be off into space to summon the Anomaly.

Game Settings

The following are only recommendations for in-game settings. They can be accessed from the Options menu in the left bottom corner before starting a game. Once a game has been started, press Esc to open the game menu and click on Options.

Display & Graphics

  • Window Mode: Fullscreen
  • Max FPS: monitor refresh rate - 3 (144 - 3 = 141)
  • All settings on High or Ultra
  • Anisotropic Filter: 16x
  • GTAO: High
    There isn't much difference between High and Ultra, visually; therefore, only use Ultra if performance allows.
  • Anti Aliasing:
    • If Nvidia 30xx/40xx series: DLSS or DLAA
    • If AMD or later model Nvidia: FSR (results will vary)
    • If neither of the options above are viable: TAA

Network

  • Multiplayer can be disabled here for solo players. This disables the majority of multiplayer aspects in-game; the Anomaly/Nexus will be empty, other players won't be ran into by chance, etc.
  • For those planning to play the multiplayer aspects of the game, there a several settings located here to consider before playing.

Camera

  • On-Foot Field of View: 80 or higher
  • Flight Field of View: 85 or higher
    This will help prevent the HUD clipping on some ships. Those playing at screen resolutions other than 1920x1080 may have to adjust for their systems.
  • Vignette & Scanlines: Disabled
  • First-Person Head Bob: Disabled
    These two above are two settings that will help alleviate some of the motion sickness effect the game can have.
  • Camera Shake Strength: Step removes many shakes and lowers the effects of others. However if the camera shakes are still too strong, return here and lower this setting.

New to Game Tips

New to No Man's Sky and not sure where to start? Here are some tips from over 200 hours of gameplay:

  • If there is an ongoing expedition, they will sometimes be available from game-start. If so, opt to start with an expedition to potentially grab some great goodies before you ever even start the main game. Once the expedition is over, players will start the game as usual.
  • Complete the entirety of "Awakenings" mission line as early as possible. This introduces players to many of the game's features, and will unlock the basic tech along the way for free.
  • Don't feel like the first base has to be perfect. More than likely, a more attractive spot will come for a better base.
  • Warping to a new system? Visit the Space Station! This will allow players to return via teleporters, but more important is to visit the Exosuit Merchant to upgrade the suit's inventory, tech or cargo capacity. Since this can only be done once per station, it will take some traveling to fully unlock all exosuit slots.
  • Planets with "Ancient Bones" are an easy way to build units. They will sell for hundreds of thousands each and the rarer ones can be over one million units each.
  • Skip the first freighter that is offered to you for free. It will always be a C-class from this event. A freighter will still be able to be obtained, since the game is scripted to be in freighter attacks every so often, but make sure it's B-class or better.
  • When on the search for new freighters or ships, wealthier systems will have higher chances for higher-classed vessels.
  • More resources will be needed than is realized, at first; especially once base building starts and freighters are obtained.
  • Making the radius of the mining beam will be slower, but results in more resources. Patience pays off!
  • Purchase the Personal Refiner as early has possible from the Anomaly. It will be a godsend for refining on the go.
     


Troubleshooting

Help & Solutions

General

Below are a few resolutions to issues when modding No Man's Sky:

No mods present in-game after a game update
Remember to check for the DISABLEMODS.txt file, which is usually restored during updates.
Game cashes or heavily lags while leaving a planet after a game update
Remember to re-run the NMS No Lag tool, which needs to be re-run after every game update in order for it to include any new file changes since the last time it was ran.

AMUMSS Errors and Warnings

To investigate any error, warnings, and/or notices from the AMUMSS generation:

  1. Open the REPORT.lua file in a rich text editor, like Notepad++: .\AMUMSS\REPORT.lua
  2. Use the editor's 'Find' function to search for the first "error", "warning", or "notice"; depending on what is being investigated.
    It will display as one of the following the report: [[ERROR]], [[WARNING]], [[NOTICE]]

= AMUMSS Errors

[[ERROR]] MBINCompiler = [MbinException]: Unable to read beyond the end of the stream => check your script!

Typically when this error is seen it is followed by a list of MBIN files, and means MBINCompiler was unable to extract these game files. This is common after a game update.
  • Remove these mods, run AMUMSS again, and play without them until MBINCompiler updates to support the files or...
  • Do not play the game and patiently wait for MBINCompiler to update.

AMUMSS Warnings

[[WARNING]] Some SPECIAL_KEY_WORDS cannot be found. Skipping this change!
[[WARNING]] Some KEY_WORDS not found, script result may be wrong!

Typically this warning means AMUMSS wasn't able to find what the author intended to locate using their LUA script; meaning there is an error the mod's LUA script that the author needs to address. In such cases, AMUMSS will skip the change and move on.
  • Determine whether not having the change present is game-breaking or not. In most cases, skipping these changes will be fine and the game will run without issue.
  • Optional, but consider contacting the mod's author to make them aware of the errors, providing a copy of the output to make it easy for them to track down.
     


Credits

Thank you all!

The Step Team would sincerely like to thank (from the bottoms of our fuzzy little hearts):

  • Hello Games for their games
  • The authors of mods recommended within our Guides
  • The authors of mods who granted permission for their mods to be incorporated into the Resource Files
  • The core Community for feedback, suggestions and input

The following mods had open permissions (or permissions were granted by author) and were merged into the Guide's Resource Files

Personnel

MO Support

  • GSDfan

Step Administrators

  • DoubleYou
  • Greg
  • TechAngel85 | Lead Release Coordinator, Patch Coordinator, Mod Author
  • z929669

Retired Staff

  • Aiyen
  • Bealdwine
  • deathneko11
  • EisDrache
  • EssArrBee
  • Farlo
  • frihyland
  • GrantSP
  • hishutup
  • Kelmych
  • MontyMM
  • Nebulous112
  • oqhansoloqo
  • phazer11
  • rootsrat
  • stoppingby4now
  • TheCompiler
  • torminater
  • Uhuru
  • WilliamImm
  • wolverine2710



COMMUNITY CONTRIBUTIONS

Become a part of the Step Team

About Step

Created by TheCompiler (Daniele Ferraro), Step is a collaborative project with input from the modding community, technical volunteers, and project administrators. The goal is to provide tested and validated methods for establishing and maintaining an enhanced, modded game. Thus, the Step Guides provide detailed, well-tested build instructions for a solid, modded game that achieves an enhanced, vanilla experience.

The Step team collects information from the modding community through extensive mod testing, detailed reviews, feedback, and suggestions exchanged on the Step Community Forums. Posting rules apply, so be sure to read and follow them. Engage and enjoy a warm welcome and plenty of high-quality support from a large community of experienced members.

Step Modifications can only get bigger and better with help from the community. It is very time consuming for the Step Team to ensure that the Step Guides are consistently maintained at the highest quality possible. As such, we rely on the community. Whether a regular user or a knowledgable modder, below are some ways to help Step grow:

The Community

All members of the community can help build the Guides they love and utilize for their own games. Step relies on the community, that's you, to help identify mods that improve the vanilla game while adhering to our Mandate through mod suggestions. We also need ongoing bug reports, feedback, reviews, and updates on included mods that may cause problems or that stray from the Mandate. This help can be as simple as reporting an encountered bug or as extensive as providing a one-off review of a mod based from personal experience with it.

In order to suggest a mod for inclusion in this Guide, visit the Mods section of the forums and use the Create Mod Topic button on the editor toolbar.

Staff Roles

There are official staff roles that are almost always open for new candidates.
Community members interested in becoming a member of the Step staff, please contact any Administrator or Step Staff member on the forums. Please include some idea of the role desired and include strengths and weaknesses within that role! For example, if applying for a Curator include the game desired to curate, strengths (xEdit, conflict resolution, texture editing), and weaknesses (mesh work, CK, scripting). This gives Step some initial idea of the candidate's skill sets.

Forum Moderators

Most of the moderation work for our Moderators is simply to keep topics on track and do general forum maintenance; such as moving topics to the correct forum and handling spammers. Very rarely does moderation on the Step forums end up in warnings and bannings (and we all like it that way). To be effective Moderators, community members who desire this role are expected to be familiar with the Step community and actively involved. As such, Moderator criteria is be based upon level and quality of activity within our community. Moderators will be expected to be more familiar with the Community Guidelines than the average member and be able to remain unbias in their moderating.

Guide Curators

Guide Curators are the super-stars of the staff at Step Modifications. They are those who curate the Guides for members. Guide creation, growth, and maintenance takes a lot of time, effort, and skill. As such, Curators are generally required to be of a higher skill-level than the average modder. In an ideal world there would be 2-4 Curators per Guide. However, Curators are often working alone on Guides; thus, they require the knowledge and skills to be able to follow Mandate while building mod lists, patches, and writing all Guide and ancillary content in a way members can easily follow. This is no small feat for a single staff member to do! For more information about Guide Curation, see Game Guide Curation.

Testers

Generally, Testers are required to maintain a non-deviated Guide installation from which to install and test mods that are tagged for testing on the forums, as well as, general testing of Guides as a whole with the goal of finding bugs, issues, possible improvements, etc. Testers will be given access to Staff forums that house useful information on the Guides they test for. For more information about our testing process, read through the Mod Testing Guide to get a sense of what's involved.


Thank you for reading and enjoy the game!