Skip to content

Instantly share code, notes, and snippets.

@szaaamerik
Last active April 6, 2025 12:57
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).
@supremepringles
Copy link

when i try to execute the command, i get input file doesnt exist?

@LEAVE114514
Copy link

I got stuck in the first step, and I entered .\CryptoTool.exe --yes -i"SaveFile-Name" -o"Decrypted-SaveFile" and then gave a (None of the keys matched. ) error, how to solve it?

@robinhugy
Copy link

Crypto Tool is outdated and not working on recent save versions.

@szaaamerik
Copy link
Author

Crypto Tool is outdated and not working on recent save versions.

Yes we know. It won't get updated until FH5 EOL.

@CaptainKrumplee
Copy link

CaptainKrumplee commented Sep 29, 2024

i get a error with the template

I have the exact same problem **ERROR Line 30: Template passed end of file at variable 'NameHash'.

please help me

@cedzad
Copy link

cedzad commented Oct 6, 2024

I did every step as mentioned, but when I start the game nothing changes,
I'm on steam, sorry for asking is this only for offline?
And My pc dont have any online fix folders
Can anyone help me ?

@LEELAR-123
Copy link

I am using the Xbox pass version and tried all the steps exactly and correctly.
But when I enter the game, it says "the game load file is no longer available" and always keep me going back to the backup file.
I would be much appreciated if anyone could show me required tips for this issue.

@Stax7773
Copy link

Hi, I am glad of your work, Save you, bless what you have done by creating FM-AIO. Thanks to you, people can cut down on time and play for fun. Help me, I've encountered an error in FH4. How are the damn people:

ForzaMods/Forza-Mods-AIO#130 ?ysclid=m6jt1fuos450492779

We all hope for your return and look forward to the FM-AIO update. And it would also be cool to make software like FM-AIO, only Save Changer. Thank you for what you did!

@rs-knight
Copy link

Hey, quick question, I've attempted to edit the save file and all was successful, as in no errors. However, as soon as I try launching the game, it just crashes upon loading the save (I'm guessing). Does anyone have any clues as to what's happening here?

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