0.0.4 • Published 2 years ago

uwp-data-export v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

  1. Install Windows 10 Kit 10.0.19041.0 from https://go.microsoft.com/fwlink/?linkid=2120843. All default choices should suffice.
  2. Install NodeJS (LTS v16.15.0 or higher) from https://nodejs.org/en/download/
  3. Open a terminal and install the package with npm i -g uwp-data-export
  4. Run
npx uwp-export -p pfn -s scid

If exporting data for Levelhead, just run

npx uwp-export
  1. The terminal's working directory should now have An uwpData.xml file
  2. If there are save data, an export folder should also be created, which contains the save data files decoded from base64 to UTF-8.
0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago