Kahmul / SoulsSpeedruns-Save-Organizer

A tool designed to manage savefiles for the Souls series, Sekiro and Elden Ring.
http://soulsspeedruns.com
77 stars 26 forks source link

Linux support? #6

Closed dominikheinz closed 9 months ago

dominikheinz commented 4 years ago

I am running DarkSouls on linux and I would like to use the Save Organizer on linux too. Since it is a java application i is cross-platform and should work just fine.

However when I try to run the binary with java it says it could not load the main class. Could you add a guide on how to the save game organizer on linux?

jmateusms commented 4 years ago

I have no knowledge of java, but I just cloned the repo and ran mvn clean install -B -V. It compiled without errors. Backups and restores worked in DS3 (running in Proton/Steam), I haven't tested other games.

The complete set of steps would be:

git clone https://github.com/Kahmul/SpeedSouls-Save-Organizer.git
cd SpeedSouls-Save-Organizer
mvn clean install -B -V

I don't know if it matters, but I'm in Manjaro Gnome. I installed the following packages using pamac:

shello101 commented 3 years ago

@dominikheinz were you able to run Save Organizer?

masta0f1eave commented 3 years ago

Hey everyone, just want to let you know that method provided by @jmateusms works fine on Ubuntu 20.10, I'm able to run app with DarkSouls 3 via Steam Proton, save/load functions are working.

Kahmul commented 9 months ago

The new releases have Linux versions available for download now, so taking the steps mentioned above to build the .jar yourself are no longer necessary.