South Park: Phone Destroyer unity file extraction

Textures, recreate headers, conversions, algorithms and parsing of image files
Johny233
Posts: 13
Joined: Sun Jan 20, 2019 4:39 pm

South Park: Phone Destroyer unity file extraction

Post by Johny233 »

Hello, i've tried extracting some SPPD textures. The apk's extentionless unity files seem to extract fine, however it looks like the files from the obb are encrypted as the unity extractors don't detect them. Could anyone please help me out? I'd be really thankful. I want to use some of them for one of my mods.

Example Files: https://we.tl/t-XB2uk1Pahq
LolHacksRule
Posts: 865
Joined: Fri Apr 20, 2018 12:41 am

Re: South Park: Phone Destroyer unity file extraction

Post by LolHacksRule »

They aren't encrypted, just headered in UTF-16 with DFAB (DragonFireAssetBundle?) and some hash, making that get read by Unity extractors, making it think it's not an AssetBundle/Asset, remove everything until UnityFS at the start to view them.
Last edited by LolHacksRule on Mon Nov 16, 2020 12:32 am, edited 1 time in total.
Johny233
Posts: 13
Joined: Sun Jan 20, 2019 4:39 pm

Re: South Park: Phone Destroyer unity file extraction

Post by Johny233 »

It did the trick. Thanks a ton!
sica666
Posts: 1
Joined: Sun Sep 08, 2019 9:15 pm

Re: South Park: Phone Destroyer unity file extraction

Post by sica666 »

Johny233 wrote:It did the trick. Thanks a ton!

Can you help me a little with a tutorial. I'm trying to extract some images and I fail miserably.