Warcraft III resources & community, 2003–2006 · archived

Save Systems

5 posts
#1

Save Systems

Can someone make or explain how I can make a save system for my map?
#2
In the spell section search "save" and you find my lasted save/load system, and Mr. Maestro's save/load system..
#3
Well, it doesn't save phisical data on the disk, as game cache does. It generates a password with position/exp/lvl/abilities lvl/items carried etc. encrypted.

I think you should know this before understanding it. ;)
#4
-=Emergenzy=-In the spell section search "save" and you find my lasted save/load system, and Mr. Maestro's save/load system..
Ok thanks.
#5
N00byStanceWell, it doesn't save phisical data on the disk, as game cache does. It generates a password with position/exp/lvl/abilities lvl/items carried etc. encrypted.

I think you should know this before understanding it. ;)
Encrypted? How does it work? Could you explain to me maybe?