plowteam / donut

Open source reimplementation of The Simpsons: Hit & Run
GNU General Public License v3.0
421 stars 28 forks source link

Support P3DZ compressed P3D files #1

Open handsomematt opened 5 years ago

handsomematt commented 5 years ago

Only used in Level 5 mission P3D.

image

RolphWoggom commented 3 years ago

This is handled by the lzr_decompress function found at 0x003281a0 in the PS2 prototype.

There's a python port available at https://github.com/RolphWoggom/shart-p3dz/blob/master/p3dz.py.