You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(En/De)cryption has been reworked completely, using reverse engineered game code. The original crypto (by flatz) had all of its optimizations stripped to provide the minimum. Encrypting/Decrypting being the most intensive task, the rework now speeds up packing by 4x+, unpacking speed untested but should also be greatly affected.
Table of Contents serialization has been completely reworked. It is now able to produce a file that is 1:1 accurate to original if packing without adding or removing any files.
Fix an issue where stream files (such as texstream, shapestream) were being compressed during packing. These are always compressed by themselves and the game expects them not to be compressed on the volume layer. This is no longer the case and fixes crashes when packing such files and having the game trying to load them.
GT5 Prologue keys for Spec 3 (Europe/US) are now provided by default.