Project-Cartographer / H2PC_TagExtraction

A application made to extract assets from cache files of H2v using BlamLib by KornnerStudios.
16 stars 7 forks source link

particle/PRT3 can come out corrupted. #33

Open General-101 opened 5 years ago

General-101 commented 5 years ago

What the title says. Will look into why H2Guerilla won't open them at times. Typically when the particle tag is 3kb in size is a trend I've noticed..

General-101 commented 5 years ago

Appears to be some issue with block size in the particle function area. I believe the issue is that some functions are different sizes and Blamlib isn't handling this correctly.

General-101 commented 5 years ago

Also should look into clearing the processed particle data from the file. It seems it's still there in hex and Guerrilla does get rid of it when the file is saved but might as well take care of it here and now.