Skip to content

Commit

Permalink
Adding Hades, Hogwarts Legacy, and Little Inferno gamedefs.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidDeSimone committed Apr 4, 2023
1 parent b5254cc commit ee69140
Showing 1 changed file with 48 additions and 1 deletion.
49 changes: 48 additions & 1 deletion core/gamedef_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -715,5 +715,52 @@
}
],
"darwin_path": []
}
},
"Hades": {
"display_name": "Hades",
"win_path": [
{ "path": "%USERPROFILE%\\Documents\\Saved Games\\Hades\\", "inc": "" }
],
"linux_path": [
{ "path": "%STEAM%/steamapps/compatdata/1145360/pfx/", "inc": "" }
],
"darwin_path": [
{
"path": "$HOME/Library/Application Support/Supergiant Games/Hades/",
"inc": ""
}
]
},
"Hogwarts_Legacy": {
"display_name": "Hogwarts Legacy",
"win_path": [
{
"path": "%LOCALAPPDATA%\\Hogwarts Legacy\\Saved\\SaveGames\\",
"inc": ""
},
{
"path": "%LOCALAPPDATA%\\Hogwarts\\Saved\\SaveGames\\",
"inc": ""
}
],
"linux_path": [
{ "path": "%STEAM%/steamapps/compatdata/990080/pfx/", "inc": "" }
],
"darwin_path": []
},
"Little_Inferno": {
"display_name": "Little Inferno",
"win_path": [
{ "path": "%APPDATA%\\Little Inferno\\profiles.bin", "inc": "" }
],
"linux_path": [
{ "path": "$XDG_DATA_HOME/littleinferno/profiles.bin", "inc": "" }
],
"darwin_path": [
{
"path": "~/Library/Application Support/Little Inferno/profiles.bin",
"inc": ""
}
]
}
}

0 comments on commit ee69140

Please sign in to comment.