Skip to content

Instantly share code, notes, and snippets.

@szaaamerik
Last active July 5, 2025 10:28
Show Gist options
  • Save szaaamerik/ec5a1aa522bed118b33bebbd5433d838 to your computer and use it in GitHub Desktop.
Save szaaamerik/ec5a1aa522bed118b33bebbd5433d838 to your computer and use it in GitHub Desktop.
FH5 Save Swap guide

Forza Mods Save Swapping Guide

What You Need:

Steps Overview:

  1. Find your save file.
  2. Convert the save file.
  3. Swap the save file.

Finding Your Save File:

For Microsoft Store Version:

  1. Open File Explorer.
  2. Go to %localappdata%\Packages\Microsoft.624F8B84B80_8wekyb3d8bbwe\SystemAppData\wgs
  3. Sort the folders by date modified.
  4. Open the newest folder, then sort by date modified again.
  5. Look for a file named container.x (where x is a number) and open it in Notepad.
  6. If it says ProfileData, you have the right folder. If not, try the next folder.
  7. The biggest file in this folder is your save file. Copy its name and save it somewhere for later.

For Steam/Onlinefix Version:

Steam: C:\Program Files (x86)\Steam\userdata\YourSteamID\1551360\remote
Onlinefix: C:\Users\Public\Documents\OnlineFix\1551360\Saves

  1. Go to one of the directories above.
  2. Sort the files by date.
  3. Look for a file named *.ProfileData (where * is a series of letters and numbers). This is your save file.

Converting the Save File:

  1. Extract Doliman's Crypto Tool to a folder.
  2. Right-click the folder and select "Open PowerShell window here" or "Open in Terminal" for Windows 11 users.
  3. Place the downloaded save file in the folder.
  4. In PowerShell, run: .\CryptoTool.exe --yes -i"SaveFile-Name" -o"Decrypted-SaveFile" (replace "SaveFile-Name" with the name of your save file).
  5. Open Decrypted-SaveFile in 010 Editor.
  6. Press Alt + 3 to enable the output window.
  7. Press Ctrl + F5 and select the 010 Editor template you downloaded.
  8. Press F5 to load the template. You will see a 16-digit XUID in the output window.
  9. Copy the XUID and search for it in the file using Ctrl + F with the search type set to "Hex Bytes".
  10. Find your XUID at cxkes.me using your gamertag and copy the XUID (hex) bytes.
  11. Use this endian converter, select "Hex" and convert your XUID to little endian.
  12. Copy the converted XUID and go back to 010 Editor.
  13. Paste the XUID at the search result using Ctrl + Shift + V.
  14. Save the file.
  15. In PowerShell, run: .\CryptoTool.exe -y -i"Decrypted-SaveFile" -o"Final-Save" -m0 -gFH5 -kProfile.
  16. Rename Final-Save to the original save file name.

Swapping the Save File:

  1. Go to your save file location.
  2. Rename your existing save file to include -old at the end.
  3. Paste in the renamed Final-Save file.
  4. Launch your game.

Credits and Info:

Please do not sell saves made using this method. These mods should remain free.
Credits to:

  • Doliman (for the crypto tool).
  • Nenkai, Das (for analyzing the save file format and creating the template).
  • Merik (for discovering this and the previous method).
  • Ethan and Ari (for the original gists).
@onetwo455
Copy link

nice! @Keeping

@PANLI77
Copy link

PANLI77 commented Jul 5, 2025

Error: None of the keys matched.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment