Releases: Nenkai/GTToolsSharp
Releases · Nenkai/GTToolsSharp
5.3.3
5.3.3
Changes since 5.3.2:
- Fixed an issue while packing a PFS with a folder within another folder that had the same name as a file in said folder
- Fixed a potential issue when packing large PFS'es where some index pages could have been missing some entries (only affects really large PFSes)
- No longer bailing if keys missing, just create default and proceed
- Updated PDTools
- (Releases) added linux x64 executable
Support
If this tool was useful to you, consider stopping by and donate on my ko-fi!
5.3.2
5.3.1
5.3.0
5.1.2
5.0.0
4.0.6
4.0.0
3.0.2
3.0.0
- (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.
- Other minor internal changes and fixes.