Releases: pez2k/gt2tools
GT2CarIDConverter v1.0
Simple command-line helper to convert GT2 car IDs to and from their hex hashes used in files and memory.
Usage:
GT2CarIDConverter <5-character car ID>
e.g.
GT2CarIDConverter bjjrr
or
GT2CarIDConverter <8-digit hex ID hash>
e.g.
GT2CarIDConverter 0C51471C
PolyphonyPS2Zip v0.1
A tool to extract and recompress the 'PS2Zip' archive format used in the Gran Turismo and Tourist Trophy series, from Gran Turismo 4 Prologue onwards.
Usage: see included readme file.
Credits:
Code: pez2k
Research / decompiling GT6 TPE: xFileFIN
GT3VOLExtractor v0.2.1
A tool to extract the VOL archive file in Gran Turismo 3, Gran Turismo Concept, and Gran Turismo 4 Prologue, which contains most of the game data. It can also build a VOL from a directory of files.
Usage: see included readme file.
Credits:
Code: pez2k
Original extraction logic: adeyblue (GTVolTool)
GT3PMBDumper v0.0.1
A tool to dump files from the PMB menu files in Gran Turismo 3, which contain menu graphics.
Usage: see included readme file.
GT3HashGenerator v0.0.1
A tool to generate the 64-bit hash for a string in the format used by Gran Turismo 3.
Usage: see included readme file.
GT3GameConfigEditor v0.1
A tool to extract and modify the gameconf files from Gran Turismo 3 and Gran Turismo Concept.
These files contain information about things like GT mode prizes, Arcade car classes, and Arcade track lists.
Usage: see included readme file.
GT2WheelSwap v0.1
A command-line tool to extract and replace the wheel section of GT2 car texture files (.cdp).
Usage:
Drag and drop a CDP file (or renamed CNP file) onto the tool to extract the wheels as a TIM file.
Drag and drop the correctly named TIM file to reinsert those wheels into the CDP.
GT2TextureEditor v0.3
A tool to decompile car texture files from Gran Turismo 1 and 2 into easily editable formats, and compile them back into a game-ready file.
Usage: see included readme file.
Credits:
Code: pez2k
Research: pez2k, Leo2286, Submaniac
GT2CarInfoEditorCSV v0.1
A tool to convert the carinfo files in Gran Turismo 2 to and from CSV. These files contain replay names, car colour information, car colour names and region-specific car information.
Usage: see included readme file.
GT1MenuTextureEditor v0.1
A tool to convert menu background images from Gran Turismo 1 into standard bitmap images, and back into game-ready files.
Please note that these files handle the image only, and not the menu functionality itself.
Usage: see included readme file.
Credits:
Code: pez2k
Research: Submaniac