Skip to content

Commit

Permalink
Bump date and add TOEM from #99
Browse files Browse the repository at this point in the history
  • Loading branch information
JTignor-Raltron committed Dec 4, 2024
1 parent a19e120 commit 8cf115e
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion GPSaveConverter/Resources/GameLibrary.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Version": "2024-03-31",
"Version": "2024-12-04",
"GameInfo": [
{
"PackageName": "7904SEGAEuropeLtd.TwoPointHospital-GamePass_zs7esxpzd8d5c",
Expand Down Expand Up @@ -341,6 +341,21 @@
]
}
]
},
{
"PackageName": "SomethingWeMade.TOEM_3b9evzcrg4em8",
"BaseNonXboxSaveLocation": "%USERPROFILE%\\AppData\\LocalLow\\Something We Made\\TOEM\\Save",
"FileTranslations": [
{
"NonXboxFilename": "${FileName}",
"XboxFileID": "${FileName}",
"ContainerName1": "Save",
"ContainerName2": "Save",
"NamedRegexGroups": [
"(?<FileName>.+)"
]
}
]
}
]
}

0 comments on commit 8cf115e

Please sign in to comment.