Page 2 of 2
Re: Slow Saving
Posted: Thu Oct 16, 2014 2:14 pm
by Ixnatifual
I was wondering why. Thanks for the explanation. It still saves reasonably fast on my system. Maybe 3 seconds or so, but indeed that is much slower than LoG1. But no problem for me at least.
Re: Slow Saving
Posted: Thu Oct 16, 2014 2:51 pm
by aaneton
I guess this is where SSD comes handy, saves for me are probably 1-2 sec, also loading times are abit longer than LoG1 but not much.
Re: Slow Saving
Posted: Thu Oct 16, 2014 3:10 pm
by Eldur
antti wrote:...
So, going with the big saved games was a definite improvement from a developer's standpoint even though it has its disadvantages. I hope this clarifies the situation a little.

I think that's great, nothing is worse than a broken save due to patches
But still I'm wondering why it takes a 2-3 second freeze to write under 2MB onto a SSD... I believe it's not what is saved, but rather how it's saved. I've played games with bigger save files (5-10MB) that don't freeze at all when saving, even on HDD. I'd be glad if this could be optimized, but well, it isn't a very big deal either.
Re: Slow Saving
Posted: Thu Oct 16, 2014 3:52 pm
by AsgarZigel
@Eldur: I'd guess it's "constructing" the save file from the game-state that takes so long, not the saving itself.
Where it gets really annoying for me is reloading a save after a game over, especially in harder areas when it happens multiple times. Is there nothing that could be done to speed it up? Maybe an option to hold the latest save in memory?
It is interesting that everything is dynamic for modding puropses though. Does that mean you could make scripts that change the map itself, like letting the player dig out dungeons or build walls?
Re: Slow Saving
Posted: Thu Oct 16, 2014 5:03 pm
by antti
AsgarZigel wrote:It is interesting that everything is dynamic for modding puropses though. Does that mean you could make scripts that change the map itself, like letting the player dig out dungeons or build walls?
Yep, this should be possible, although it will take some effort from the modder's side that correct wall and pillar objects are placed in the newly digged out areas and that old objects are cleaned up nicely.
Re: Slow Saving
Posted: Sat Oct 18, 2014 8:21 pm
by Obyvvatel
What about quicksaves, because they cause the game to crash, unlike regular saves. The same thing goes with life crystals.
Re: Slow Saving
Posted: Sat Oct 18, 2014 8:42 pm
by eLPuSHeR
By the way... why are the savegames compressed? Shouldn't be faster and less problematic just saving them in uncompressed form?.
Re: Slow Saving
Posted: Sun Oct 19, 2014 1:37 am
by minmay
Grimrock 2's saves would be about 4 times larger if not compressed - about 6.5 MB each for the standard dungeon. That doesn't seem less problematic to me.
And zlib is pretty fast, it takes my computer less than half a second to decompress and re-compress a save. Since it takes several seconds to save in the actual game, I suspect most of the time is spent in some other aspect of serialization rather than the compression.
Re: Slow Saving
Posted: Mon Oct 20, 2014 9:33 am
by eLPuSHeR
You are right, ZLIB is pretty fast.