Page 1 of 1

.unity3d file extract help (Alice Gear Aegis)

Posted: Tue Dec 25, 2018 9:06 am
by kim743
Hello.

So this is another anime style mobile game that I'm trying to extract models from.
link: https://apps.qoo-app.com/en/app/5748/Alice+Gear+Aegis

After installing the game, I checked the installation folder and it's full of randomly named .unity3d files, which presumably contain models and textures.

Image

But these files are not unpackable with any means I tried (UAE, UABE, unity studio, disunity, etc). They all return errors without extraction.
Can anyone help me on this?

For your quick try..: https://drive.google.com/open?id=1hT4K9 ... mgHyoRU6Xk

Re: .unity3d file extract help (Alice Gear Aegis)

Posted: Tue Dec 25, 2018 12:40 pm
by Bigchillghost
Just remove the first 32 bytes and retry your means.
964d0b6ddc996111963862df446d472f.jpg

Re: .unity3d file extract help (Alice Gear Aegis)

Posted: Tue Dec 25, 2018 3:41 pm
by kim743
Bigchillghost wrote:Just remove the first 32 bytes and retry your means.
Hi, thanks for your help!
Do you mean the first 32 bytes of the byte block in file header? Which program would you recommend to use to view and change it?

Re: .unity3d file extract help (Alice Gear Aegis)

Posted: Tue Dec 25, 2018 3:52 pm
by Bigchillghost
kim743 wrote:Which program would you recommend to use to view and change it?
Any hex editor can do but if you've got a lot of files to deal with, probably you don't wanna do it manually.
Use the following BMS commands to finish the job.

Code: Select all

get ArcName filename
set Name string "new\\"
string Name + ArcName
get Size asize
math Size - 0x20
log Name 0x20 Size

Re: .unity3d file extract help (Alice Gear Aegis)

Posted: Tue Dec 25, 2018 4:23 pm
by kim743
Bigchillghost wrote: Any hex editor can do but if you've got a lot of files to deal with, probably you don't wanna do it manually.
Use the following BMS commands to finish the job.

Code: Select all

get ArcName filename
set Name string "new\\"
string Name + ArcName
get Size asize
math Size - 0x20
log Name 0x20 Size
Works like a charm! Many thanks.

Re: .unity3d file extract help (Alice Gear Aegis)

Posted: Tue Jan 01, 2019 2:45 pm
by TaylorMouse
What program did you use to get that model after you remove the 32 bytes?

Re: .unity3d file extract help (Alice Gear Aegis)

Posted: Wed Jan 02, 2019 8:54 am
by wansf
Bigchillghost wrote:
kim743 wrote:Which program would you recommend to use to view and change it?
Any hex editor can do but if you've got a lot of files to deal with, probably you don't wanna do it manually.
Use the following BMS commands to finish the job.

Code: Select all

get ArcName filename
set Name string "new\\"
string Name + ArcName
get Size asize
math Size - 0x20
log Name 0x20 Size
wow thx , i was trying to use marco to do that for me LOL

Re: .unity3d file extract help (Alice Gear Aegis)

Posted: Wed Jan 02, 2019 9:01 am
by kim743
TaylorMouse wrote:What program did you use to get that model after you remove the 32 bytes?
I tried Unity Studio and it worked just fine.

Re: .unity3d file extract help (Alice Gear Aegis)

Posted: Wed Jan 02, 2019 5:38 pm
by Supurreme
im having a similar issue with the unity3d files from one piece thousand storm, but this bms script doesnt seem to do it for those which means it must be a different encryption method so that sucks...back to the drawing board

Re: .unity3d file extract help (Alice Gear Aegis)

Posted: Mon Jun 29, 2020 10:15 pm
by rockmanray1
Hello.

First of all, I would like to express my gratitude to all of you in this article. Let me learn the unpacking method of Alice Gear Aegis.

But I've been having a hard problem for a long time.

I would like to see the text data about Alice Gear Aegis.
I unpacked a file called actress_scenario.json.bytes from a guy called ccd3b2480e3cdb3de8e6463595baf0c5.unity3d. I checked it in notepad, but it was a bunch of files.

Just like this image shows.
Image

How can I make it show correctly?

Re: .unity3d file extract help (Alice Gear Aegis)

Posted: Thu Mar 30, 2023 4:56 pm
by 萌豚燃
now have the way to unpack this game?

Re: .unity3d file extract help (Alice Gear Aegis)

Posted: Sun Apr 02, 2023 3:47 am
by jenny1367
萌豚燃 wrote: Thu Mar 30, 2023 4:56 pm now have the way to unpack this game?
Delete the first 32 bytes with Bigchillghost's bms script above or in vgmtoolbox/hex editor, then the files should be working for asset studio or other unity file reader ><

Re: .unity3d file extract help (Alice Gear Aegis)

Posted: Sun Apr 02, 2023 9:12 am
by 萌豚燃
jenny1367 wrote: Sun Apr 02, 2023 3:47 am
萌豚燃 wrote: Thu Mar 30, 2023 4:56 pm now have the way to unpack this game?
Delete the first 32 bytes with Bigchillghost's bms script above or in vgmtoolbox/hex editor, then the files should be working for asset studio or other unity file reader ><
https://zenhax.com/viewtopic.php?t=16219
This game seems to add two unknown formats than before