ID:165477
 
So on some games, no matter what server you are on, you have the same save file. How is this done?
client/Export() and Import() are the most common ways - if you are planning on doing that, always secure your save files by having an encryption system in place along with a few hashing variables for verification.

- GhostAnime