1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-05 10:33:22 +08:00

Updated User file storage (markdown)

Dean Herbert 2021-04-07 14:22:09 +09:00
parent 6cec227420
commit b79a5a1869

@ -16,4 +16,16 @@ This allows for saving storage space by preventing duplicates of the same file f
For now the procedure to modify skins or beatmaps is to export the item, update it, and then reimport it again with your desired changes.
Also, to put a bigger point on this: do *not* make manual changes to the structure unless you very well know what you're doing.
Also, to put a bigger point on this: do *not* make manual changes to the structure unless you very well know what you're doing.
## FAQ
### I want to access files like stable! Isn't this just making it harder to do things?
We will be introducing management interfaces in the game that will actually make things easier in the long run. These should come online in 2021.
### Is this some sort of copy protection?
No. As explained above, the move to a databased system will fix teething issues that osu-stable has (which were caused by users, apps and virus scanners having free reign over the file structure).
Please trust that this change will make the game experience better for everyone. No more F5 to refresh at song select, or anywhere else.