Important information: this site is currently scheduled to go offline indefinitely by end of the year.

.unity3d file extract help (Alice Gear Aegis)

Post questions about game models here, or help out others!
Post Reply
kim743
ultra-n00b
Posts: 8
Joined: Fri Sep 16, 2016 6:32 pm
Has thanked: 3 times

.unity3d file extract help (Alice Gear Aegis)

Post 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
User avatar
Bigchillghost
double-veteran
double-veteran
Posts: 1024
Joined: Tue Jul 05, 2016 9:37 am
Has thanked: 31 times
Been thanked: 1210 times

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

Post by Bigchillghost »

Just remove the first 32 bytes and retry your means.
964d0b6ddc996111963862df446d472f.jpg
You do not have the required permissions to view the files attached to this post.
May you find peace in this puzzle-solving game. Say it with action: click the Image when you get helped.:)
kim743
ultra-n00b
Posts: 8
Joined: Fri Sep 16, 2016 6:32 pm
Has thanked: 3 times

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

Post 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?
User avatar
Bigchillghost
double-veteran
double-veteran
Posts: 1024
Joined: Tue Jul 05, 2016 9:37 am
Has thanked: 31 times
Been thanked: 1210 times

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

Post 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
May you find peace in this puzzle-solving game. Say it with action: click the Image when you get helped.:)
kim743
ultra-n00b
Posts: 8
Joined: Fri Sep 16, 2016 6:32 pm
Has thanked: 3 times

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

Post 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.
User avatar
TaylorMouse
ultra-veteran
ultra-veteran
Posts: 348
Joined: Mon Sep 26, 2011 12:51 pm
Has thanked: 11 times
Been thanked: 89 times

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

Post by TaylorMouse »

What program did you use to get that model after you remove the 32 bytes?
wansf
veteran
Posts: 99
Joined: Sun Mar 11, 2018 10:56 am
Has thanked: 7 times
Been thanked: 8 times

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

Post 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
kim743
ultra-n00b
Posts: 8
Joined: Fri Sep 16, 2016 6:32 pm
Has thanked: 3 times

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

Post 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.
User avatar
Supurreme
advanced
Posts: 43
Joined: Mon Jun 05, 2017 10:50 am
Been thanked: 2 times

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

Post 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
Hey I'm Mimi! Please have mercy on me, I'm still learning!
rockmanray1
ultra-n00b
Posts: 1
Joined: Mon Jun 29, 2020 9:51 pm

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

Post 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?
萌豚燃
ultra-n00b
Posts: 4
Joined: Thu Jan 27, 2022 3:05 am
Has thanked: 4 times

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

Post by 萌豚燃 »

now have the way to unpack this game?
jenny1367
beginner
Posts: 25
Joined: Wed Aug 18, 2021 8:10 pm
Has thanked: 9 times
Been thanked: 4 times

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

Post 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 ><
萌豚燃
ultra-n00b
Posts: 4
Joined: Thu Jan 27, 2022 3:05 am
Has thanked: 4 times

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

Post 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
Post Reply