Script to convert Wh40k: Rogue trader Xbox Game Pass saves to Steam-compatible format
Converted saves will be named gamepass_save_[containername].zks and placed in Steam save directory.
Make backups for GamePass and Steam save files before use!
- Clone or download this repository
- Navigate to the project directory
- Run the script using bat file or uv/Python
Running convert_saves.bat will ask to install uv if it's not available.
Will use --interactive mode
uv run python RTwgs2steam.pyWill not be able to convert all save files Interactive mode (use paramter -i) shows files that script thinks it can convert
Hardcoded in the python file
Xbox Game Pass saves location:
%USERPROFILE%\AppData\Local\Packages\OwlcatGames.3387926822CE4_197r75gc6ce9t\SystemAppData\wgs\
Steam saves location:
%USERPROFILE%\AppData\LocalLow\Owlcat Games\Warhammer 40000 Rogue Trader\Saved Games\
- No save folders found: Make sure you have at least one save in Xbox Game Pass version
- Steam directory creation: The script will try to automatically create the Steam save directory if it doesn't exist
- Windows Protected you PC: Click
More Info->Run anyway
uv run python RTwgs2steam.py --help