Fr33dan / GPSaveConverter

Utility to transfer save files between the games installed from the Xbox app and other storefronts. https://ko-fi.com/fr33dan
297 stars 33 forks source link

Add Hi-Fi Rush support #36

Closed papertots closed 1 year ago

papertots commented 1 year ago

Added file translations for Hi-Fi Rush.

For some reason, when trying to convert the saves from xbox to steam, the prompt Select non-Xbox Profile(s) (or select save file location manually) comes up, but everything else works as usual after manually selecting the steam save location.

Fr33dan commented 1 year ago

The issue is that the non-Xbox profile types should only be used if the base non-Xbox path involves the usage of <user-id>. It then checks the folder structure for all the options for user-id to populate the non-Xbox profile panel.

Because profile types are configured it thinks it needs a profile selection to resolve the actual path from the base path and this error is generated.

When you select the path manually you bypass the profile resolution system entirely. The answer is to remove the TargetProfileTypes entry entirely. Which also looks like a problem I missed with Riftbreaker's profile. I'll go ahead and do those fixes while I update the library date post merge.