• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

A Save/load system

Status
Not open for further replies.
Level 31
Joined
Jul 10, 2007
Messages
6,306
Right now I'm working on a new codeless save/load system using

http://www.hiveworkshop.com/forums/spells-569/network-v1-0-0-0-a-226065/?prev=mmr=6
http://www.hiveworkshop.com/forums/spells-569/file-i-o-2-0-0-1-a-217403/?prev=mmr=6

It's actually all done, I just have to make sure that it doesn't desync stuff, and desync testing is a major pain >.<.

edit
oh yes, and it's much faster than the stuff in save/load with snippets an can save thousands of integers ;D.

edit
my goal is periodic saving without lowering fps. Right now, it's doing that w/o the heavy encryption.
 
Level 3
Joined
Dec 6, 2012
Messages
46
Right now I'm working on a new codeless save/load system using

http://www.hiveworkshop.com/forums/spells-569/network-v1-0-0-0-a-226065/?prev=mmr=6
http://www.hiveworkshop.com/forums/spells-569/file-i-o-2-0-0-1-a-217403/?prev=mmr=6

It's actually all done, I just have to make sure that it doesn't desync stuff, and desync testing is a major pain >.<.

edit
oh yes, and it's much faster than the stuff in save/load with snippets an can save thousands of integers ;D.

edit
my goal is periodic saving without lowering fps. Right now, it's doing that w/o the heavy encryption.

So what save/load system should i use?
 
Level 3
Joined
Dec 6, 2012
Messages
46
If you don't care to wait for the codeless, save/load w/ snippets is the very best one there is.

If you want it to be faster, don't use Scrambler and don't use the saving to hard drive. Doubt it will freeze w/o those 2 things. Those are the 2 things that cause the game to freeze ;p.

What?! really? okay can you message me when you complete yours?
 
Status
Not open for further replies.
Top