goatfungus / NMSSaveEditor

No Man's Sky - Save Editor
1.93k stars 244 forks source link

How I got NMSSaveEditor working in Ubuntu Linux (Feature Request) #1123

Open genestrashcan opened 5 days ago

genestrashcan commented 5 days ago

I was able to get NMSSaveEditor working in Kubuntu 24.04 by running a shell script with the following code below in the directory of the NMSSaveEditor.jar file after i extracted the self extracting archive with WineHQ.

The following below is the code of the shell script i created.

!/bin/sh

java -jar NMSSaveEditor.jar -autoupdate

See if you can create a Linux App Image that will execute a shell script with this code above in the directory of the Jar file.