small note and refactor

This commit is contained in:
otavepto 2024-04-20 23:04:26 +02:00
parent 0cd1711bcf
commit 65147c22b9
4 changed files with 4 additions and 3 deletions

View File

@ -17,12 +17,11 @@
* allow changing the name of the base folder used to store save data, suggested by **[Clompress]**
by default it would be the new folder `GSE Saves` (instead of `Goldberg SteamEmu Saves`)
this could be changed only by setting the option `saves_folder_name` inside the local file `steam_settings/configs.user.ini`, the global one will not work
* new switches for the `generate_emu_config` tool
* new switches for the `generate_emu_config` tool, suggested by **[M4RCK5]**
- `-skip_ach`: skip downloading & generating achievements and their images
- `-skip_con`: skip downloading & generating controller configuration files
- `-skip_inv`: skip downloading & generating inventory data (`items.json` & `default_items.json`)
suggested by **[M4RCK5]**
* new tool `migrate_gse` to convert either your global `settings` folder, or your local `steam_settings` folder from the old format to the new one
- run the tool without arguments to let it convert the global settings folder
- run the tool and pass the target `steam_settings` or `settings` folder as an argument to convert the structure of that folder

View File

@ -1193,6 +1193,7 @@ static void parse_overlay_general_config(class Settings *settings_client, class
}
// main::misc::add_steam_preowned_ids
static void parse_steam_preowned_ids(class Settings *settings_client, class Settings *settings_server)
{
bool add_steam_preowned_ids = ini.GetBoolValue("main::misc", "add_steam_preowned_ids");

View File

@ -29,6 +29,7 @@ The tool will generate a new folder in the current directory called `steam_setti
`$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