uwp-data-export
v0.0.4
Published
A NodeJS CLI tool to use gamesaveutil.exe to export UWP game app data that uses Xbox Live and recreate the file directory.
Downloads
2
Readme
uwp-data-export
A NodeJS CLI tool to use gamesaveutil.exe to export UWP game app data that uses Xbox Live Connected Storage and recreate the file directory.
Setup
- Install Windows 10 Kit 10.0.19041.0 from https://go.microsoft.com/fwlink/?linkid=2120843. All default choices should suffice.
- Install NodeJS (LTS v16.15.0 or higher) from https://nodejs.org/en/download/
- Open a terminal and install the package with
npm i -g uwp-data-export
- Run
npx uwp-export -p pfn -s scid
If exporting data for Levelhead, just run
npx uwp-export
- The terminal's working directory should now have An
uwpData.xml
file - If there are save data, an
export
folder should also be created, which contains the save data files decoded from base64 to UTF-8.