This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import struct | |
import sys | |
import uuid | |
import zipfile | |
import json | |
# Snowrunner save "converter" (Xbox Game Pass for PC -> Steam) | |
# Might work for other games available with the Game Pass if the app name is changed. | |
# Running: Just run the script with Python 3 to create a ZIP file that contains the save files |