Trouble extracting files from a Unity Asset file.

Doubts, help and support about QuickBMS and other game research tools
parasitictwin
Posts: 3
Joined: Fri Jan 01, 2016 1:59 pm

Trouble extracting files from a Unity Asset file.

Post by parasitictwin »

Hi,

when trying to use QuickBMS 0.7.2a with the Unity Engine Assets Extractor script 0.2.4 on this file this error message pops up:
Error: offset in GetVarChr (0x00000000) is bigger than the var (0x00000000)

Any ideas why?
Last edited by parasitictwin on Sun Jan 03, 2016 8:34 pm, edited 1 time in total.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Trouble extracting files from a Unity Asset file.

Post by aluigi »

The resource file can be extracted with fsbext -o -1 (it's a sequence of FSB5 archives).

Currently the unity.bms script is not able to extract some types of Unity5 archives, yours is one of them.

Have you tried also this new tool?
viewtopic.php?f=9&t=1380
parasitictwin
Posts: 3
Joined: Fri Jan 01, 2016 1:59 pm

Re: Trouble extracting files from a Unity Asset file.

Post by parasitictwin »

aluigi wrote:The resource file can be extracted with fsbext -o -1 (it's a sequence of FSB5 archives).

Currently the unity.bms script is not able to extract some types of Unity5 archives, yours is one of them.
Oh well, I guess I'm out of luck then. Thanks anyways!

aluigi wrote:Have you tried also this new tool?
viewtopic.php?f=9&t=1380
Yeah, but it doesn't work with files more recent than 5.1.
Last edited by parasitictwin on Sun Jan 03, 2016 8:35 pm, edited 1 time in total.
parasitictwin
Posts: 3
Joined: Fri Jan 01, 2016 1:59 pm

Re: Trouble extracting files from a Unity Asset file.

Post by parasitictwin »

*please delete*