Where to find the save files for DuckStation in Zorin OS? As well as renaming the file type like .cmd to .mem

Unfortunately I don't know that.

Edit: I found that guide but it is for migration from flatpak to appimage and you have used a snap.

For the migration from the flatpak to appimage this command is shown on github:

mv ~/.var/app/org.duckstation.DuckStation/config/duckstation ~/.local/share

Maybe we could do something similar for the snap and move the files to the folder ~/.local/share. There are your user's files of the appimage saved.
Okay, I have installed the snap of DuckStation in a live session to check.

The files are saved at
~/snap/duckstation-gpl/17/.config/duckstation

I hope that are the right ones and all you need.
You can try to copy that folder to ~/.local/share after you have installed the appimage:

mv ~/snap/duckstation-gpl/17/.config/duckstation ~/.local/share

I just installed the appimage and saw that you don't need to install gear lever. When you doubleclick on the appimage during first setup you are asked if you want to check automatically for updates and if a launcher shall be created. When you enable/confirm this you get a launcher in start menu (DuckStation).

That is the content of the folder "duckstation" of the snap package:

That is the content of the folder "duckstation" of the appimage:

1 Like

I added some informations in my last post which can help you. I'm not sure if it will work but you can test.

Edit: It didn't work this way. I got the message that the directory already exists. So I removed the duckstation folder from ~/.local/share first and pasted the copied duckstation folder from the snap package into it.

You might be in luck - AppImage might automatically recognize your existing configurations and save files, so you won't even have to move the folders...I'm not sure.

When started the AppImage, You should be able to set up in the Settings where to save.

yes saw this one. Thank you so much!

1 Like