gbe_fork/tools/migrate_gse
2024-08-25 11:30:19 +02:00
..
main.py update migrate_gse to write branch info in the correct file 2024-08-18 19:20:56 +03:00
package_linux.sh new tool migrate_gse to migrate old folder structure to the new ini format 2024-04-20 05:08:01 +02:00
package_win.bat improved build_win_premake.bat, package_win.bat, rebuild_win.bat and recreate_venv_win.bat and and fixed a sign_helper error that didn't find the input file 2024-08-25 11:30:19 +02:00
README.md small note and refactor 2024-04-21 00:41:59 +02:00
rebuild_linux.sh generate *spec file inside build temp dir for all py scripts 2024-04-25 11:31:08 +02:00
rebuild_win.bat improved build_win_premake.bat, package_win.bat, rebuild_win.bat and recreate_venv_win.bat and and fixed a sign_helper error that didn't find the input file 2024-08-25 11:30:19 +02:00
recreate_venv_linux.sh upgrade migrate_gse python version 2024-06-17 10:50:18 +03:00
recreate_venv_win.bat improved build_win_premake.bat, package_win.bat, rebuild_win.bat and recreate_venv_win.bat and and fixed a sign_helper error that didn't find the input file 2024-08-25 11:30:19 +02:00
requirements.txt new tool migrate_gse to migrate old folder structure to the new ini format 2024-04-20 05:08:01 +02:00

Save & Settings folder migration tool

This tool allows you to migrate your steam_settings folder, or your global settings folder from the old format, to the new .ini oriented format.

Where is the global settings folder?

On Windows this folder is located at %appdata%\Goldberg SteamEmu Saves\settings\
On Linux this folder is located at:

  • if env var XDG_DATA_HOME is defined:
    $XDG_DATA_HOME/Goldberg SteamEmu Saves/settings/
  • Otherwise, if env var HOME is defined:
    $HOME/.local/share/Goldberg SteamEmu Saves/settings/

How to migrate the global settings folder

Simply open the terminal/cmd in the folder of the tool and run it without any arguments.

  • On Windows:
    migrate_gse.exe
    
  • On Linux:
    chmod 777 migrate_gse
    ./migrate_gse
    

The tool will generate a new folder in the current directory called steam_settings, copy the content inside this folder (a bunch of .ini files) and paste them here:

  • On Windows: %appdata%\GSE Saves\settings\
  • On Linux:
    • if env var XDG_DATA_HOME is defined:
      $XDG_DATA_HOME/GSE Saves/settings/
    • Otherwise, if env var HOME is defined:
      $HOME/.local/share/GSE Saves/settings/

Notice the new name of the global saves folder GSE Saves, not to be confused with the old one Goldberg SteamEmu Saves
Finally, copy everything from Goldberg SteamEmu Saves to GSE Saves

How to migrate a local steam_settings folder you already have

Open the terminal/cmd in the folder of the tool and run it with only one argument, which is the path to the target steam_settings folder.

  • On Windows:
    migrate_gse.exe "D:\my games\some game\steam_settings"
    
  • On Linux (notice how the tilde character is outside the quotes to allow it to expand):
    chmod 777 migrate_gse
    ./migrate_gse ~/"some game/steam_settings"
    

The tool will generate a new folder in the current directory called steam_settings, copy the content inside this folder (a bunch of .ini files) and paste them inside the target/old steam_settings folder

General notes

  • In all cases, the tool will not copy the achievements images, overlay fonts/sounds, and all the extra stuff, it will just generate the corresponding .ini files

  • Some configuration files are still using the same old format, that includes all the .json files, depots.txt, subscribed_groups_xxx.txt, etc...
    So don't just remove everything from the old steam_settings folder