Game Save Locations
#1
I hope this isn't a silly question but where are the saves for the games located?  I want to back up the saves.

Separately, I have Kodi running on multiple Amazon FireTVs in the house.  I'd like to be able to pick up where I left off on a game, regardless of which FireTV I am playing on.  Is there a way to do this?
Reply
#2
(2022-01-31, 23:48)rockbox948 Wrote: I hope this isn't a silly question but where are the saves for the games located?  I want to back up the saves.

Savestates are located in your userdata folder in the "Savestates" folder. On linux, my savestates are located at
 
Code:
/home/xxx/.kodi/userdata/Savestates

There you'll see a folder for each add-on, with savestates inside.

In-game saves are in a subfolder named "InGameSaves":
 
Code:
/home/xxx/.kodi/userdata/Savestates/InGameSaves

Note that this may require the GSoC Savestate Manager (20913 (PR)) which is currently being tested. I include this PR in my test builds, which you can find at https://github.com/garbear/xbmc/releases .
(2022-01-31, 23:48)rockbox948 Wrote: Separately, I have Kodi running on multiple Amazon FireTVs in the house.  I'd like to be able to pick up where I left off on a game, regardless of which FireTV I am playing on.  Is there a way to do this?

I use my test builds, and when I pick up a game it loads the last savestate. My Android test builds should work on FireTV:

 https://github.com/garbear/xbmc/releases
Reply
#3
What about ~/.kodi/saves directory? I've noticed most of the games are now saved there.
Reply

Logout Mark Read Team Forum Stats Members Help
Game Save Locations0