SDK
SDK Tools
Python utilities built from the reverse engineering. They run on your own copy of the game.
scripts/iso_tree.py ISO9660 (Mode2/2352) parser: lists, extracts and builds the ISO_TREE.
scripts/chunk_explorer.py Explorer for EA container chunks (CTRL/SHOC/...).
scripts/extract_resources.py Reassembles named resources from a .TRK/GlblData (Cpag, Ctrk, Cobj...).
scripts/decode_lsc.py Decodes .LSC loading screens (MDEC) to PNG.
scripts/decode_cpag.py Decodes Cpag texture pages (4bpp + CLUT) to PNG.
scripts/plot_track.py Extracts and plots the centerline of a Ctrk track.
scripts/exe_strings.py Extracts PS-X EXE strings with their RAM address.
scripts/ghidra/export_analysis.py PyGhidra pipeline: analyzes the EXE and exports functions + decompilation.
scripts/ghidra/decompile_funcs.py Decompiles specific functions on demand (headless).