Z1ni / XGP-save-extractor

Python script to extract savefiles out of Xbox Game Pass for PC games
MIT License
578 stars 38 forks source link

Support for Cassette beasts #140

Closed IlovePokemon2000 closed 4 months ago

IlovePokemon2000 commented 8 months ago

Game name: Cassette Beasts

Game package name:

Z1ni commented 4 months ago

From the issue template:

Game saves from the Xbox Game Pass / Microsoft Store version are needed to add support for the game. Here's how to obtain the saves:

  1. Open up the Windows Run dialog by pressing Win+R
  2. Type in "%LOCALAPPDATA%\Packages" (without quotes)
  3. Search for a folder name that possibly includes the name of the game or the name of the game developer or publisher. The name format should be something like "DeveloperOrPublisherName.PossibleGameName_RandomLettersAndNumbers", e.g. "BethesdaSoftworks.ProjectGold_3275kfvn8vcwc" for Starfield.

If you found a suitable folder name:

  1. Copy and paste the folder name below in this text field. That's the package name for the game.
  2. Open up the folder and the "SystemAppData" folder inside it.
  3. Zip up the "wgs" folder.
Z1ni commented 4 months ago

Duplicate of #56