xenia-canary icon indicating copy to clipboard operation
xenia-canary copied to clipboard

Support for multiple user profiles

Open AdrianCassar opened this issue 2 years ago • 7 comments

This PR adds support for basic multiple user profiles, this unfortunately breaks the current folder structure for savefiles. To transfer your current savefiles to a profile put all the files from Xenia/content into Xenia/content/User.

You can change your user profile name in the config like so user_profile = "User"

New Structure Old Structure
└───content
    └───User
        └───415608CB
            ├───00000001
            ├───Headers
            │   └───00000001
            └───profile
                └───User
└───content
    └───415608CB
        ├───00000001
        ├───Headers
        │   └───00000001
        └───profile
            └───User

AdrianCassar avatar Jan 22 '23 15:01 AdrianCassar

I can confirm the username option works in FH1. Great job! image

Blackbird88 avatar Jan 22 '23 18:01 Blackbird88

I just noticed that the Install content feature still uses the old content path without the username.

Blackbird88 avatar Apr 12 '23 06:04 Blackbird88

I just noticed that the Install content feature still uses the old content path without the username.

Thanks for reporting it, should be fixed now I also rebased the PR.

AdrianCassar avatar Apr 12 '23 19:04 AdrianCassar

This no longer works

It never did work, Xenia Canary never added this as you can see this Pull Request is still open if you look at the top of the page

ZolaKluke avatar Mar 03 '24 03:03 ZolaKluke

user_profile = "User" Does not work, where does this have to be entered in the config? Thank you

Cp1N3m0 avatar Jul 20 '24 16:07 Cp1N3m0

This PR adds support for basic multiple user profiles, this unfortunately breaks the current folder structure for savefiles. To transfer your current savefiles to a profile put all the files from Xenia/content into Xenia/content/User.

You can change your user profile name in the config like so user_profile = "User"

New Structure Old Structure

└───content
    └───User
        └───415608CB
            ├───00000001
            ├───Headers
            │   └───00000001
            └───profile
                └───User
└───content
    └───415608CB
        ├───00000001
        ├───Headers
        │   └───00000001
        └───profile
            └───User

i tried changing the file name and the user name in gears or any other game did not change it still just says user

TheManGames avatar Aug 04 '24 21:08 TheManGames

└───content └───User └───415608CB ├───00000001 ├───Headers │ └───00000001 └───profile └───User

LocoabordoR8 avatar Sep 11 '24 04:09 LocoabordoR8