File information

Last updated

Original upload

Created by

jackty89

Uploaded by

jackty89

Virus scan

Safe to use

Tags for this mod

About this mod

Ever wanted more rockets upgrades for you ship or other special OP mods, well here they are.

Permissions and credits
Changelogs
Donations
Description

Well Hello There.
Yes, I made this extra large so you can't say you didn't see the warnings, you've been warned.
First things first. This mod quite technical and annoying to come with new ideas. So if you're thinking, hey why only so few custom mods, well that's because I ran out of ideas.
If you find any bugs make sure to document them well and before submitting a bug report try running the mod stand alone to rule out conflicts.
Lastly, due to time constraints and scope of this mod I might be that updates will take longer. But no worries a working version should always be available on nexus. But in terms of new mods it will be slow.

Lua and CS (NMSMB) scripts are available as seperate downloads.


Technical Details

Files Changed

  • METADATA\REALITY\TABLES\UNLOCKABLEITEMTREES.MBIN
  • METADATA\REALITY\TABLES\NMS_REALITY_GCPRODUCTTABLE.MBIN
  • METADATA\REALITY\TABLES\NMS_REALITY_GCPROCEDURALTECHNOLOGYTABLE.MBIN
  • METADATA\REALITY\TABLES\NMS_REALITY_GCTECHNOLOGYTABLE.MBIN
  • GCDEBUGOPTIONS.GLOBAL.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 with this tool.
CS Format: Script file used by NMSMB to generate the mod or used for merging with this tool.

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, except for custom language files, these have no conflicts with any other mod

Where to unlock
To unlock the recipes you will have to visit the respectable stations at the Anomaly.

Unlock cost
  • C-Class = 1000 Nanites
  • B-Class = 2500 Nanites
  • A-Class = 5000 Nanites
  • S-Class = 10000 Nanites

Recipe cost
C-Class
  • Activated Copper x 100
  • Wiring Loom x 1
  • Chromatic Metal x 500

B-Class
  • Activated Candmium x 200
  • Wiring Loom x 2
  • Chromatic Metal x 500

A-Class
  • Activated Emeril x 300
  • Wiring Loom x 3
  • Chromatic Metal x 500

S-Class
  • Activated Indium x 500
  • Wiring Loom x 5
  • Chromatic Metal x 500


Script Details
The scripts both are AIO Versions
  • In its standard configuration it will give you C->S class mods (no I won't bother making custom X-class)
  • The variable MinProcModLimit = 1; 1-4 range (1 = C-S, 2 = B-S,...) Allows you to edit the range of classes you get.

Warning:
All mods/tech are custom-made, so if you de-install or a patch breaks the mod those upgrade-mods will be broken.



Extra information

Recommended mod to fit the techologies
Research Trees Rescaled

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)