RedHatter / nms-sort-o-matic

Use save file manipulation to manage the inventory in No Man's Sky.
MIT License
7 stars 1 forks source link

Linux support and README.md update #4

Open dady172172 opened 1 year ago

dady172172 commented 1 year ago

I would like to know what the "linux file" is as I am using debian and would like to use this sorter but I can't seem to figure out what file type nms-sort-o-matic-linux is, as there is no .extention. I have tried to call the program in terminal with and without the path to the save file. nms-sort-o-matic-linux /mnt/bla/bla/save.hg Also tried using java to open it java nms-sort-o...

Tried using Wine cmd.exe as stated in the instructions. 'nms-sort-o-matic z:/mnt/nvme-intel/steam/bla/bla/save.hg'. This works but corrupts the save file.

If you could update the README.md to include how to use the linux version. Please and thank you.

MRDGH2821 commented 2 months ago

In linux, you just run it like this:

./nms-sort-o-matic-linux sort <save game location>

AFAIK, linux based OSes do not have a standard files extension for executables like Windows does.