Has this been explained before? I know they have allowed it here and there as new consoles were added and old ones died.
Does anyone know why it's not possible in ESO but is possible in other games?
Does anyone know why it's not possible in ESO but is possible in other games?
Even if they can't allow transfers between platforms because of legal agreements and how accounts are structured it seems like it should be possible to transfer from the NA server to EU or from EU to NA, since that can be done in other games.
I assume it's something that has to be planned from day 1 and allowed for when the servers and the game are being set up (like how some databases can handle duplicate names but most MMOs don't allow it) but that's just my guess.
Does anyone know why it's not possible in ESO but is possible in other games?
Even if they can't allow transfers between platforms because of legal agreements and how accounts are structured it seems like it should be possible to transfer from the NA server to EU or from EU to NA, since that can be done in other games.
I assume it's something that has to be planned from day 1 and allowed for when the servers and the game are being set up (like how some databases can handle duplicate names but most MMOs don't allow it) but that's just my guess.
Its doable but its quite a bit of work, done it on an system with an much simpler data structure as in just 5 tables.How many items do you have in your inventories/homes/storage? Each of those is in the database with an id that is unique on the server, but not across all servers. Moving your account would only be possible if all the ids were unused on the the target system. That was the case at the beginning, as the console server databases were empty.
Yes, it could be possible, but very, very unlikely, now.
phaneub17_ESO wrote: »Does anyone know why it's not possible in ESO but is possible in other games?
Such as?
Off the top of my head... WoW has all the same architecture and is exclusively a PC/Mac platform with interconnected datacenters. Destiny 2 and Warframe does a Cross-Save which isn't the same, it just keeps the essential data when you logout and load that when you get on a different platform. Final Fantasy XI and XIV are dedicated to cross-platform from the start and synchronize patching both at the same time even if one platform doesn't need the update fix, they both need to match to work.
WOW and most other MMO runs a lots of servers, so they needed an system to move players between them for stuff like server merges. So they have an account server and database, characters live on the named server with its own database.phaneub17_ESO wrote: »Does anyone know why it's not possible in ESO but is possible in other games?
Such as?
Off the top of my head... WoW has all the same architecture and is exclusively a PC/Mac platform with interconnected datacenters. Destiny 2 and Warframe does a Cross-Save which isn't the same, it just keeps the essential data when you logout and load that when you get on a different platform. Final Fantasy XI and XIV are dedicated to cross-platform from the start and synchronize patching both at the same time even if one platform doesn't need the update fix, they both need to match to work.