AltitudeMapdev / Issues

Issues with Altitude? Report them here.
1 stars 0 forks source link

Reorganize storage of player worlds #84

Open gcflames5 opened 10 years ago

gcflames5 commented 10 years ago

Right now every single world is stored in the root folder, which makes navigating the directory quite annoying, and this is when we only have about 10~15 people on the server, when we go public, we are going to (presumably) have much more. The amount of worlds in the root folder will be insane.

What I recommend: The backup filesystem is already as follows: [Server Root] -> [users] -> [playername (will switch to UUID as soon I as get added to repo)] -> [current, backups]

The "current" folder is currently empty, but this is where I recommend putting the players worlds when they are not loaded

skipperguy12 commented 10 years ago

ok :train:

itsmiiolly commented 10 years ago

eZ

molenzwiebel commented 10 years ago

Working on that a bit already, will probably have to wait for UUID conversion first though

gcflames5 commented 10 years ago

Have there been any commits since the transfer of altx? If not, then I can transfer backups to UUID and nag skipper to finish his world owner transfer to UUID