Page 1 of 4

[Unity3D] Punishing : Gray Raven assets

Posted: Mon Jul 27, 2020 7:16 am
by Kanbara
Recently, this game's assets have been encrypted.
As far as I know, this game is made by unity3d (2018.4.23f1) and it is an Android mobile game.
Image
Image
Image
It's 3D models and illustrations are really exquisite. I really want to rip its models from this game's assets but I came out fruitless after using AssetStudio, AssetsBundleExtractor, disunity etc..
I do hope someone nice can help me figure this out!! :D
Thanks!!

And here are some samples from this game (2MB)
https://mega.nz/folder/L0NCXJyJ#yqor70qVzlXs6trW-BoV3Q

Re: [Unity3D] Punishing : Gray Raven assets

Posted: Fri Aug 07, 2020 11:43 pm
by yibanshanlei
Up, i need it

Re: [Unity3D] Punishing : Gray Raven assets

Posted: Thu Aug 20, 2020 7:53 am
by zhanghongming123
Use this quickbms script batch process all assets.then AssetStudio will recognize them.

Code: Select all

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

Re: [Unity3D] Punishing : Gray Raven assets

Posted: Sat Aug 22, 2020 2:27 am
by Kanbara
zhanghongming123 wrote: Thu Aug 20, 2020 7:53 am Use this quickbms script batch process all assets.then AssetStudio will recognize them.

Code: Select all

get ArcName filename
set Name string "new\\"
string Name + ArcName
get Size asize
math Size - 0x04
log Name 0x04 Size
Thanks for your effort!
But it doesn't work on my part.
I think this script you made is mainly for this game's previous version. I know we can simply delete the "Kuro" before the "UnityFS" before.However, the latest version of this game has changed it encryption way and I totally got no clue of if :(
and it seems quite complicated to decrypt since it's data is irregular and messing around.
Anyway, heartfeltly thanks for your replies! :D

Re: [Unity3D] Punishing : Gray Raven assets

Posted: Thu Sep 03, 2020 6:25 pm
by einherjar007
The latest version I installed from taptap today was not encrypted.
It's neither a kuro header nor another encryption. It was a regular unity3d file.

By the way, the second-type encryption method seems to be same in "castlevania moonlight rhapsody".
Add 70 bytes of dummy data and rewrite random bytes. I have no idea on how it will be decrypted.

Re: [Unity3D] Punishing : Gray Raven assets

Posted: Sat Sep 05, 2020 3:27 am
by Kanbara
einherjar007 wrote: Thu Sep 03, 2020 6:25 pm The latest version I installed from taptap today was not encrypted.
It's neither a kuro header nor another encryption. It was a regular unity3d file.

By the way, the second-type encryption method seems to be same in "castlevania moonlight rhapsody".
Add 70 bytes of dummy data and rewrite random bytes. I have no idea on how it will be decrypted.
Yeah, I've asked some people specialized in decrypting Unity3d assets but they gave the same answer as yours--dummy and random bytes added.
But glad to know the game from taptap isn't encrypted and do hope that this game could be popular in the world! It's really a good game and the characters' skins as well as 2D portraits are fabulous :]

Re: [Unity3D] Punishing : Gray Raven assets

Posted: Wed Dec 02, 2020 4:28 am
by Kanbara
Up!
I wish someone could see this thread and it seems that there are some people have managed to extract the assets from this game already :constipated:

Re: [Unity3D] Punishing : Gray Raven assets

Posted: Sat Jan 09, 2021 7:39 pm
by yibanshanlei
Well, up x2

Re: [Unity3D] Punishing : Gray Raven assets

Posted: Sun Sep 26, 2021 3:17 am
by librarykeep
Up x3!

Re: [Unity3D] Punishing : Gray Raven assets

Posted: Sun Sep 26, 2021 1:12 pm
by ikskoks
I've just tested it on version 1.9.1 of the game and all assets are unencrypted.
If you'll just remove "Kuro" word which is right before "UnityFS" signature, all files will be readable in Asset Studio or UnityEx.
https://i.imgur.com/veXNC3j.png

But is the v1.9.1 the newest one? If not, then please specify which version of the game is encrypted.
Becasue on the google play site you can see that v1.9.1 is the newest, so I'm a little confused with your request.
https://play.google.com/store/apps/deta ... n_US&gl=US

Re: [Unity3D] Punishing : Gray Raven assets

Posted: Sun Sep 26, 2021 2:43 pm
by Kanbara
ikskoks wrote: Sun Sep 26, 2021 1:12 pm I've just tested it on version 1.9.1 of the game and all assets are unencrypted.
If you'll just remove "Kuro" word which is right before "UnityFS" signature, all files will be readable in Asset Studio or UnityEx.
https://i.imgur.com/veXNC3j.png

But is the v1.9.1 the newest one? If not, then please specify which version of the game is encrypted.
Becasue on the google play site you can see that v1.9.1 is the newest, so I'm a little confused with your request.
https://play.google.com/store/apps/deta ... n_US&gl=US
The global version hasn't been encrypted yet. That's because kuro just simply "copy paste" the files that they used in the CN server.

[The following may contain spoilers]
And they didn't set complex encryption until the "Granblue version"(Swimsuit version). So before that ver, all files were able to be loaded in AssetStudio.

Re: [Unity3D] Punishing : Gray Raven assets

Posted: Sun Sep 26, 2021 6:07 pm
by ikskoks
Ok, sure, can you tell me how can I get this "Granblue version" (or newer) to see encrypted assets?

Re: [Unity3D] Punishing : Gray Raven assets

Posted: Sun Sep 26, 2021 6:37 pm
by Kanbara
ikskoks wrote: Sun Sep 26, 2021 6:07 pm Ok, sure, can you tell me how can I get this "Granblue version" (or newer) to see encrypted assets?
Here are some samples from this game (2MB)
https://mega.nz/folder/L0NCXJyJ#yqor70qVzlXs6trW-BoV3Q

Or you can download the whole game file here:
https://punishing-gray-raven.ru.uptodow ... d/download

Re: [Unity3D] Punishing : Gray Raven assets

Posted: Sun Sep 26, 2021 7:06 pm
by ikskoks
Ok, thanks, this version for China you linked is v1.22.1, so I should see some differences now.
I'll try to check it.

Re: [Unity3D] Punishing : Gray Raven assets

Posted: Mon Sep 27, 2021 1:51 am
by Kanbara
ikskoks wrote: Sun Sep 26, 2021 7:06 pm Ok, thanks, this version for China you linked is v1.22.1, so I should see some differences now.
I'll try to check it.
Thanks for that! Looking forward to your reply!:mrgreen: