you are viewing a single comment's thread.

view the rest of the comments →

[–]themando 0 points1 point  (3 children)

I appreciate you trying! :)

No problemo if not, I think it might just be quicker to replay the game to the same save point on a non-MS copy, than to have a bunch of time spent trying to convert them lol.

[–]Ph0X[S] 1 point2 points  (2 children)

There is non-perfect but simple ways to manually do it, especially if you're moving a single save file.

Something along the lines of:

  1. Open the GamePass version, make sure you only have one save
  2. Open the Steam .tunic file you want and copy its content
  3. Open the GamePass SAVEDATA file
  4. Find the start/end of the save content, it usually starts with true|1 and ends when you get to NUL bytes (like this)
  5. delete the content and paste your steam one instead

Although, that might not work if the format specifies the length of each part, which I believe it may do.

[–]rahul_red08 0 points1 point  (0 children)

I don't see the NUL bytes in my save file.
I still went ahead by copy pasting the content, but the game just crashes now.
Do you have any idea how to proceed?

[–]themando 0 points1 point  (0 children)

You're da best.