Page 1 of 1

[Android] [Solved] 战双帕弥什 How to extract non extension files in Unity game files

Posted: Fri Jan 03, 2020 9:36 am
by tempaccount555
I need your help guys

As i said in the title, how to extract a non extension files in unity game ? i've been extracting some other unity android game (honkai impact 3, eternal city) in the past using assetstudio and it works just fine, i can grab the mesh, texture2d, audiofiles, etc.

But somehow in this game the tool wont load any assets, is it because its encrypted ? if so, how can i decrypt it, because i really liked song in this game

https://drive.google.com/open?id=1YBV6c ... C9IzILUjas this is the sample file

Please helpme, thank you very much

Re: [Android] 战双帕弥什 How to extract non extension files in Unity game files

Posted: Sat Jan 04, 2020 2:02 am
by Allanoon
Download HxD hex editor
Open it, Open the file.
Under Decoded Text you'll read "KuroUnityFS.....5.x", to make it readable you need to delete the "Kuro" part and then the program will recognize it.
Yes you have to edit all the files if you want to open them, to mass edit their header look around for some program or executable that may be used; i know little of those.

Re: [Android] 战双帕弥什 How to extract non extension files in Unity game files

Posted: Sat Jan 04, 2020 3:13 am
by tempaccount555
Thanksss

for the multiple hex files edit, im using find in files function from hex editor neo. then bam
i can open it as usual

again thank you very much sir ^^

Re: [Android] 战双帕弥什 How to extract non extension files in Unity game files

Posted: Wed Mar 11, 2020 4:11 am
by zerotaku5123
tempaccount555 wrote:
Sat Jan 04, 2020 3:13 am
Thanksss

for the multiple hex files edit, im using find in files function from hex editor neo. then bam
i can open it as usual

again thank you very much sir ^^
hello, is a query still working that way?

Re: [Android] [Solved] 战双帕弥什 How to extract non extension files in Unity game files

Posted: Wed Jun 17, 2020 1:33 am
by neusi
Omg thx a lot guys, both of u