blake502 / balatro-mobile-maker

Create a mobile Balatro app from your Steam version of Balatro
412 stars 27 forks source link

Saves #82

Open JanUwO opened 1 month ago

JanUwO commented 1 month ago

So it's possible to transfer your Steam save to Android, but is it possible to transfer Android save to Steam?

ChromaPIE commented 1 month ago

you can just try dumping the data using adb shell "run-as com.unofficial.balatro tar -cf - /data/data/com.unofficial.balatro" | cat > /storage/emulated/0/Download/[any-names].tar and you'll find the things in ./data/data/com.unofficial.balatro/files/save/game/ look similar. the /storage/emulated/0/Download/[any-names].tar can be any path and the tar (just unzip it with stuff like bandizip) can be any name you want

blake502 commented 1 month ago

If you answer "N" to the question to transfer your saves TO your phone, the next question is whether you'd like to bring your saves FROM your phone. You'll need to disable Steam Cloud in order to properly load them.

AndrewBrough commented 1 month ago

For anyone reading and is confused, that save transfer option is only supported on windows, not OSX or Linux, as of writing. There is a TODO to implement it.

I might take a stab if I have time.

DanceMore commented 1 month ago

is there a hacky ADB way to throw my Steam save on Linux at my Android phone quickly?

AndrewBrough commented 1 month ago

I spent a bunch of time in the last 24h to extend the script for OSX and opened a pull request for that. OSX should be very similar to Linux, and I've included some shell scripts in my pull request you could try out. Only change you'd need to make is what directory the saves are in on Linux. I believe that path is already noted in Platform.cs, so you may just be able to replace the ~/Library/Application\ Support\Balatro path with the Linux equivalent and run... Though I'll admit I haven't used pure Linux in a minute so your mileage may vary.

DanceMore commented 1 month ago

I have access to a Mac and might be able to test it. I'm going to be offline for a few days and I'm very tempted to bring Balatro with me :D

AndrewBrough commented 1 month ago

Give it a shot and let me know how it goes! Seems like we are both in the same boat at the same time :)

On Fri, Jun 7, 2024, 13:48 DanceMore @.***> wrote:

I have access to a Mac and might be able to test it. I'm going to be offline for a few days and I'm very tempted to bring Balatro with me :D

— Reply to this email directly, view it on GitHub https://github.com/blake502/balatro-mobile-maker/issues/82#issuecomment-2155267746, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABH45C2S2ESTNCRUCIC4JM3ZGHW5XAVCNFSM6AAAAABIJGN3JGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJVGI3DONZUGY . You are receiving this because you commented.Message ID: @.***>