ID:170633
Jan 1 2005, 12:49 pm
|
|
How would i save just the vars of a player and not the mob of it? Also, how do you make it so if you play a different server of a game, you can still use your saves from another server of the game?
|
Copyright © 2025 BYOND Software.
All rights reserved.
Well, it wouldn't be that conveniant saving every single variable from a mob when you can just save the mob, because they basically do the same thing. Or maybe I misenterpritated your question.
That's called Client Side saving. Basically instead of the savefiles being held at the server, you save them at the player's computer. Although that would be more conveniant, that would draw more cheaters. (ie savefile editors, hex editors)
Try a search on Client Side saving on the hub and forums for more info.
~~> Dragon Lord