Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Nenkai/PDTools
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenkai committed Jul 27, 2022
2 parents 8bb74cc + a5c59be commit 0cd1ff7
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# PDTools
A collection of utilities for working around certain Gran Turismo games.

Credits
## Tools included
* `PDTools.Algorithms` - Just documented algorithms.
* `PDTools.Compression` - For handling all compression needs - PS2ZIP (Inflate), PDIZIP (Inflate Fragments for GTS), ZSTD (GT7)
* `PDTools.Crypto` - Encryption utilities and implementations (mostly for intended for GT5/6/Sport)
* `PDTools.Files` - File formats (mostly GT5/6)
* `PDTools.GrimPFS` - Online Patching (GT5P/GT6)
* `PDTools.RText` - Localization File handling
* `PDTools.SimulatorInterface` - Simulation Interface API implementation (GT6/Sport/7)
* `PDTools.SpecDB` - GT4/5 SpecDB utils
* `PDTools.Structures` - Internal structures (GT5/6)
* `PDTools.Utils` - Various utilities
* `STStruct` - Handling serialized adhoc objects (GT5/6/Sport?)
* `SimulatorInterfaceTest` - Tool for testing the simulator interface

# Credits
* xFileFIN & Others - Crypto, Tooling, General help
* ddm999 - Course files & other bits
* flatz - Volume Tools & Invaluable Research
* GTPlanet for some SimulatorInterface figuring

0 comments on commit 0cd1ff7

Please sign in to comment.