Page 2 of 2

Re: Scribblenauts Unlimited *.p files

Posted: Thu Sep 26, 2013 4:18 pm
by Savage
Any chance for the new version? "Scribblenauts Unmasked A DC Comics Adventure"
Thanks.

Re: Scribblenauts Unlimited *.p files

Posted: Mon Sep 30, 2013 6:55 pm
by kooz
Savage wrote:Any chance for the new version? "Scribblenauts Unmasked A DC Comics Adventure"
Thanks.
My previous post describes how to get the music/sounds (audio.p) extracted, albeit without any original filenames. As far as the other resources go, it looks like an update to ScribbleExtract is going to be necessary. I'm not sure if the author, Adam Heinermann, is on Xentax, but it looks like you could contact him through Google Plus or email.

Re: Scribblenauts Unlimited *.p files

Posted: Tue Oct 29, 2013 2:35 pm
by AlphaTwentyThree
Unfortunately, the decoder replaces the fcb files with the decoded streams.

If you want to preserve the original data, use the attached batch file. :)

Code: Select all

md dec
copy *.fcb dec
copy binka2wav.exe dec
copy binkawin.asi dec
copy mss32.dll dec
cd dec
ren *.fcb *.wav
for %%i in (*.wav) do binka2wav.exe %%i
move *.wav ..
del /q /s *.*
cd..
rd dec

Re: Scribblenauts Unlimited *.p files

Posted: Tue Nov 19, 2013 1:02 am
by GMMan
I finally got the game when it was in the Humble WB Games Bundle. It was quite a deal. In any case, I've written a new unpacker for it considering the one listed earlier in this thread is sort of borked. Find it here. Also on that page is a modified BinkA2Wav that processes files recursively and doesn't overwrite the source file.