xenia-canary
xenia-canary copied to clipboard
Support for multiple user profiles
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 |
---|---|
|
|
I can confirm the username option works in FH1. Great job!
I just noticed that the Install content feature still uses the old content path without the username.
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.
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
user_profile = "User" Does not work, where does this have to be entered in the config? Thank you
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
intoXenia/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
└───content └───User └───415608CB ├───00000001 ├───Headers │ └───00000001 └───profile └───User