Blatta 0 Posted July 19 Share Posted July 19 (edited) Hi, i notice only after i began the game that is possible to play it from android. But, as i already began the game, i'd like to transfer the save data from my pc to my phone. The problem is that i play from linux and those instructions doesn't work. Is there any other way to do it? Edited July 19 by Blatta Quote Link to post Share on other sites
Flaffney64 1 Posted July 19 Share Posted July 19 Even if you’re playing on Linux, you should still have a Game.rxdata file, which is your most recent save, that you can transfer to your phone. What was the problem you were having? Quote Link to post Share on other sites
Blatta 0 Posted July 19 Author Share Posted July 19 (edited) I can't find it (Game.rxdata) in the game directory. Where should you find it? Edited July 19 by Blatta Quote Link to post Share on other sites
Flaffney64 1 Posted July 19 Share Posted July 19 That’s... a good question lol. I never noticed before today, but I can’t find Game.rxdata in any of the folders. If I want to find it I have to use the files search bar. Are you able to do that? Quote Link to post Share on other sites
Blatta 0 Posted July 19 Author Share Posted July 19 Of course but i don't find anything Quote Link to post Share on other sites
Flaffney64 1 Posted July 19 Share Posted July 19 That’s really weird, I have no idea why that would happen. Sorry that I couldn’t help, hopefully someone else can Quote Link to post Share on other sites
Global Mods Starry Knight 753 Posted July 19 Global Mods Share Posted July 19 6 hours ago, Blatta said: Hi, i notice only after i began the game that is possible to play it from android. But, as i already began the game, i'd like to transfer the save data from my pc to my phone. The problem is that i play from linux and those instructions doesn't work. Is there any other way to do it? /home/[username]/.wine/drive_c/users/[username]/Saved Games/Pokemon Reborn/Game.rxdata I think is the path Quote Link to post Share on other sites
Peanuts 22 Posted July 19 Share Posted July 19 Hey, the location in Linux will depend on how you installed your game. Mine is located in /home/[username]/.local/share/Pokemon Reborn/Game.rxdata The easy way to search is to use either find or locate to look for the file using the terminal Using locate, I did: cd / sudo updatedb locate Game.rxdata Or with find: cd / sudo find . -name Game.rxdata You can also run find without sudo in your home directory, and you should be able to find it. Quote Link to post Share on other sites
Blatta 0 Posted July 19 Author Share Posted July 19 Yes, i found it with the terminal, thank you! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.