Skip to content

Releases: dwmuller/NMSInventoryExplorer

Item Explorer added

11 Nov 17:48
Compare
Choose a tag to compare
Item Explorer added Pre-release
Pre-release

There is now a simple Item Explorer tab which lets you check the value of an item, and what recipes are associated with it.

Look! A file open dialog!

11 Nov 02:38
Compare
Choose a tag to compare
Pre-release

Plus some minor fixes, like disabling the malfunctioning filtering of recipe targets to "known items" which crept into the master branch somehow.

Also some internal refactoring to separate the burgeoning UI code into more manageable pieces.

Update for the Abyss, and crash fix

04 Nov 19:50
Compare
Choose a tag to compare
Pre-release

Updated for NMS version 1.7. Or 1.74. Or whatever - they don't make it easy to determine the program version number. But their website says v1.7.

Fixed crash caused by "unknown known" items. See issue #11.

Now with more ... stuff

03 Nov 22:13
Compare
Choose a tag to compare
Pre-release

Inventory Explorer's internal lists of items and recipes now come entirely from game assets, rather than hand-coded lists, so they are probably complete. (Or nearly so ... I may be missing items from some asset files yet.)
The list of output items available in the recipe finder reflects only items known to the player.

There are some significant problems left:

  • The heuristic for picking recipes is not very sophisticated at the moment.
  • The program doesn't know what recipes are known to the user, so it may suggest recipe lists that you can't execute.
  • Some items can't be properly distinguished in the UI.

Actually Useful and Works

27 Oct 04:21
7902706
Compare
Choose a tag to compare
Pre-release

This release fixes breakage caused by new vehicle slots that were recently added to the NMS save files.
Also added missing recipes for quite a few basic resources.

For details on running it, see the README on the project main page.

Actually Useful

26 Oct 23:31
a685936
Compare
Choose a tag to compare
Actually Useful Pre-release
Pre-release

With this release, functionality to search for recipe chains works. See the Recipe Finder tab.
Select the inventories you wish to draw materials from, select the output item and quantity
that you want, and press Search.

Download NMSInventoryExplorer.zip, unzip it, and run the executable. If you run it from a command window it may give you some useful debugging information that you can pass on to help improve it.

This program should be entirely safe to use. It does not attempt to modify your game save files in any way, nor is that an intention of this project.

Minimally useful.

26 Oct 14:53
878716e
Compare
Choose a tag to compare
Minimally useful. Pre-release
Pre-release

This release allows you to view a summary of selected inventories' contents in a data grid, taken from your latest No Man's Sky save file. Unzip it and run the executable. If you run it from a command window it may give you some useful debugging information that you can pass on to help improve it.

This program should be entirely safe to use, it does not attempt to modify your game save files in any way, nor is that an intention of this project.