Skip to content

Downloading save files from Steam Cloud automatically inserts the full relative path to each file into it's name, separated by underscores. This script uses the names to create an actual folder structure with correctly named files

Notifications You must be signed in to change notification settings

SunnyOst/SteamCloudFilenameFix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

SteamCloudFilenameFix

Downloading save files from Steam Cloud automatically inserts the full relative path to each file into it's name, separated by underscores. This script uses the names to create an actual folder structure with correctly named files.

  1. Download all the files you want from Steam Cloud via https://store.steampowered.com/account/remotestorageapp Different games can have overlapping folder structures, best to do one game at a time with a clean-up and reset in-between.

!!!IMPORTANT!!! Use the "filename" column on the Steam Cloud website to isolate any files that contain UNDERSCORES ( _ ) in the correct path or name. This script CANNOT distinguish "underscores that are part of a file/folder name" from "underscores that are used to indicate separate folder/file names in the path". EVERY underscore in the name of any file in source directory will be treated as a separator between parts of the path. IE "backup_001.txt" will be treated as "backup/001.txt" and will result in a file "001.txt" inside a folder "backup". You may choose to rename and move incompatible files manually or modify this script to accomodate your specific situation (example functions to temporarily modify the problematic names provided in the setup part of the script).

  1. Copy the compatible files in a single folder.
  2. Open the script in an editor to read the important part again and double-check everything.
  3. Set the paths to directories you wish to use as a source and destination(optional) inside the script.
  4. I am not responsible for any kind of data loss or other issues that could arise from using this script. Use at your own risk: Save and run.
  5. The files should be renamed correctly and placed inside the folders according to the path written in their names.

About

Downloading save files from Steam Cloud automatically inserts the full relative path to each file into it's name, separated by underscores. This script uses the names to create an actual folder structure with correctly named files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages