blake502 / balatro-mobile-maker

Create a mobile Balatro app from your Steam version of Balatro
270 stars 21 forks source link

New ipa with changed save path #27

Closed Sheep975 closed 4 weeks ago

Sheep975 commented 1 month ago

I found this article and it worked! This change allows all iOS users to access their save data. Here is new ipa. Note that previous saves will be reset! This is because I don't know how to move saves to a new location.

balatro_base.zip

Cyphs commented 1 month ago

Dang nice job. I was in the process of looking into this and getting started with getting everything setup in Xcode but you beat me to it. I thought we had to modify NSSearchPathDirectory searchdir = NSApplicationSupportDirectory; in ios.mm to NSSearchPathDirectory searchdir = NSDocumentDirectory;

I was also going to suggest that non-jailbroken users could make a backup of their device in iTunes and then use this to overwrite or extract the saves but my backup has been taking hours to test it. :(

https://github.com/MaxiHuHe04/iTunes-Backup-Explorer

blake502 commented 1 month ago

Nice work! I'll get this worked out soon!

blake502 commented 4 weeks ago

Sorry for the delay on this! I've been without internet for a little while.

In any case, I swapped out the IPA here https://github.com/blake502/balatro-mobile-maker/releases/tag/Additional-Tools-1.0

Thanks again for everything @Sheep975 !!