Global Auto Save in Developer Help
|
|
I've got 3 main save system types
Server Sided:
Pros: Autosaves arent a problem, when a player logs out or the server is shut down the auto saving still acomplishes its goal. Creates no lag
Cons: Saves are only stored on a single server limiting options for players. Hosts have access to save files
Global Server:
Pros: Players have access to their saves on all servers, greatest savefile security/manegement
Cons: If the host shuts down the server; autosave will not be available. Laggy due to all the file sending
Client Sided:
Pros: Players have access to their saves on all servers, but only from 1 computer. Mostly lag free in my experience
Cons: Autosave not available upon server shutdown and/or player logout. Savefile integrety severly comprimised due to saving on the player's machines
I'm looking for the best solution. Preferably some sort of global save server that will run without lag AND be able to auto-save players upon server shutdown
Any ideas?
|
It's harder to do than to say it though.