ID:273573
 
How would I get the game to save the .sav files directly to a persons BYOND folder instead of having a "savefiles" folder connected to my game?
Look up client.Export() and client.Import().

(and by the way, savefiles don't require .sav as an extension. It's just traditional I guess.)