About Store Forum Documentation Contact



Post Reply 
Compress changed ?
Author Message
RedcrowProd Offline
Member

Post: #1
Compress changed ?
Hi,

The latest release of the engine has compress and decompress changes, what would this includes ? If i am doing my save with cmpint for example, would it not be usable anymore ?

Thanks
09-11-2020 06:01 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Compress changed ?
'cmpInt*' functions remain the same.

Only the 'Compress' and 'Decompress' functions have different format now.
https://github.com/Esenthel/EsenthelEngi...ress.h#L58

You can use '_OldDecompress' to decompress old format:
https://github.com/Esenthel/EsenthelEngi...ress.h#L73
09-12-2020 02:42 AM
Find all posts by this user Quote this message in a reply
RedcrowProd Offline
Member

Post: #3
RE: Compress changed ?
oh ok, sweet smile
09-12-2020 06:40 AM
Find all posts by this user Quote this message in a reply
Post Reply